ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

See this announcement for details, but for Electric you have to use the Bullet library, and for Fuerte you have to use the tf library. You can either change the code to continue using Electric, or you can set your ROS installation to Fuerte. To do that, in your ~/.bashrc file use

source /opt/ros/fuerte/setup.bash

See this announcement for details, but for Electric you have to use the Bullet library, and for Fuerte you have to use the tf library. You can either change the code to continue using Electric, or you can set your ROS installation to Fuerte. To do that, in your ~/.bashrc file use

source /opt/ros/fuerte/setup.bash

So it appears that the Bosch package has been built for Fuerte and is no longer backwards compatible with Electric. To get it working with Electric you would have to install and change their source code.