ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
To make everything work, follow all the steps up to step 8 (and including step 8) in the question above. Then run these two commands:
$ rosdep install sicktoolbox rviz
$ rosmake sicktoolbox rviz
and voila, the sicktoolbox driver installs, and I confirmed that this actually works. Now I can get past step 1 in the sicktoolbox_wrapper tutorial. someone should update that tutorial as I suspect it no longer applies to Kinetic.
2 | No.2 Revision |
To make everything work, follow all the steps up to step 8 (and including step 8) in the question above. Then run these two commands:
$ rosdep install sicktoolbox rviz
$ rosmake sicktoolbox rviz
and voila, the sicktoolbox driver installs, and I confirmed that this actually works. Now I can get past step 1 in the sicktoolbox_wrapper tutorial. tutorial (http://wiki.ros.org/sicktoolbox_wrapper/Tutorials/UsingTheSicklms). someone should update that tutorial as I suspect it no longer applies to Kinetic.