After downloading and compiling from sources (
http://moveit.ros.org/wiki/Installation -> Additional Source Installation Instructions (for developers)) executing:
roslaunch pr2_moveit_config demo.launch
Crashes frequently when launching:
[rviz_slovakia_16285_6462970-6] process has died [pid 16411, exit code -11, cmd /opt/ros/hydro/lib/rviz/rviz -d /home/sampfeiffer/workspace_hydro/moveit/src/moveit_pr2/pr2_moveit_config/launch/moveit.rviz
When it doesn't crash we get ("we" as Karsten and me) a Rviz with multiple PR2 models loaded, one is the RobotState one which looks fine and the other ones are "laying in the floor or flying around" and they are part of the MotionPlanning plugin.
At the same time we see the other robot models blink we get:
[ WARN] [1379426220.285321624]: TF to MSG: Quaternion Not Properly Normalized
This message it's continuously said by the Rviz instance.

I've tried using the launchfiles generated with the assistant. And happens the same.
I've tried using the launchfiles generated with the assistant with our robot (REEM) and... the same happens.
Here you have another screenshot with our robot having the same problem.

Even more, if you want to see a video of what we see, robot in the ground, blinking model on and off with the arm markers blinking too... here you have one attached.
Aaaand... some pastebin of my output of my terminal
For clearness I separated the launch of demo.launch stuff in a launch without the rviz launch (my_demo.launch) and then the rviz launch (moveit_rviz.launch).
my_demo.launch which contains demo.launch with
<!-- <include file="$(find reem_moveit_generated)/launch/moveit_rviz.launch">
<arg name="config" value="true"/>
<arg name="debug" value="$(arg debug)"/>
</include> -->
commented gives this output:
roslaunch pr2_moveit_config my_demo.launch
Then when launching the moveit_rviz.launch config:=true
roslaunch pr2_moveit_config moveit_rviz.launch config:=true
We get
1) When crashing:
2) When not crashing:
Setting debug:=true doesn't give me much more info...
Help? :D