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

Revision history [back]

click to hide/show revision 1
initial version

OK, so I got most of rosh (minus roslaunch) working in Fuerte. The main problem was that roslib doesn't really exist in fuerte, and I fixed this with an ugly hack: copy roslib from electric into a new package roslib_electric, and replace references to it within rosh. I verified that publication and subscription of messages works; nothing else is tested. It's at https://github.com/bhaskara/rosh_fuerte.

OK, so I got most of rosh (minus roslaunch) working in Fuerte. The main problem was that roslib doesn't really exist in fuerte, and I fixed this with an ugly hack: copy roslib from electric into a new package roslib_electric, and replace references to it within rosh. I verified that publication and subscription of messages works; nothing else is tested. It's at https://github.com/bhaskara/rosh_fuerte.https://github.com/bhaskara/rosh_fuerte .