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

Jackson Carter's profile - activity

2016-05-08 15:43:52 -0500 received badge  Famous Question (source)
2015-10-02 16:46:16 -0500 commented answer ImportError for any rosdep command

I had the same problem when running "sudo rosdep init" and this solution appeared to fix it. On my system: $uname -a: Linux my-name 3.13.0-63-generic #103-Ubuntu SMP Fri Aug 14 21:42:59 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux.

I recently upgraded the computer from Precise to Trusty.

2015-09-14 10:43:30 -0500 received badge  Notable Question (source)
2014-12-03 09:38:56 -0500 received badge  Popular Question (source)
2014-11-07 22:53:14 -0500 asked a question Openni_launch Quickstart tutorial slightly out of date

As is requested at the top of the tutorial ( http://wiki.ros.org/openni_launch/Tut... ), I'd like to report that Step 4 is a little out of date.

The dynamic_reconfigure gui has been changed to rqt_reconfigure's rqt_reconfigure (rosrun rqt_reconfigure rqt_reconfigure). The "driver" tag in the left column of the GUI is where the tutorial picks up again.

Other than that, the tutorial was very helpful =)