Hi Francis,
After the "Save" operation on page 268, it looks like the arm
doesn't turn red until you click on the chain on the left panel like
this:
However, this does not affect the creation of the planning
group--it's just a way to see what links are part of the group.
As for the error you are getting when trying to add a pose, I do not
get that error on my Ubuntu 12.04 setup with the latest ROS Hydro
Debian packages. As you know, some of the MoveIt packages had to be
installed from source in the book due to a bug in the Debian
packages. The fixed Debian packages were released just today, so
you can try the Debian version of the MoveIt packages instead of the
source build. To install the new packages, run the commands:
$ sudo apt-get update
$ sudo apt-get install ros-hydro-moveit-core
ros-hydro-moveit-ros ros-hydro-moveit-setup-assistant
Then to remove the source build, follow these steps:
$ cd ~/catkin_ws/src
$ \rm -rf moveit_core moveit_ros moveit_setup_assistant
$ cd ~/catkin_ws
$ catkin_make
Finally, run:
$ rospack profile
Now try running the MoveIt Setup Assistant again.
--patrick