Robotics StackExchange | Archived questions

Runninng catkinized nao_teleop

Anyone knows how to run the catkinized nao_teleop? I managed to compile it but not sure how to run the nodes. Thank you.

Asked by dnth on 2014-02-18 04:30:56 UTC

Comments

Answers

You run it just like any other node: rosrun nao_teleop teleop_nao_joy (tab-completion or having a look at the nodes you compiled for the package gives you some hints)

To launch the node together with the required joy node, simply run roslaunch nao_teleop teleop_joy.launch (again, tab-completion or having a look at the available launch files gives you a hint)

Asked by AHornung on 2014-02-18 05:31:27 UTC

Comments

Hi AHornung, it is giving me this error. Any hint on anything i may have missed?

ERROR: cannot launch node of type [nao_teleop/teleop_nao_joy]: can't locate node [teleop_nao_joy] in package [nao_teleop]
ERROR: cannot launch node of type [joy/joy_node]: joy
ROS path [0]=/opt/ros/groovy/share/ros
ROS path [1]=/opt/ros/groovy/share
ROS path [2]=/opt/ros/groovy/stacks
ROS path [3]=/home/dickson/svn/rl-texplore-ros-pkg-master
ROS path [4]=/home/dickson/catkin_ws/src
No processes to monitor
shutting down processing monitor...

Asked by dnth on 2014-02-18 15:05:19 UTC

Comments

Please don't post comments / follow-ups on questions as "answers". Use a comment instead or edit your question. It looks like you haven't compiled the node (or it's not in your ROS path), and haven't installed the "joy" package.

Asked by AHornung on 2014-02-18 21:21:10 UTC

but I have already run catkin_make to compile everything. Am I right?

Asked by dnth on 2014-02-18 23:08:39 UTC

Got it working already. Thanks for the help!

Asked by dnth on 2014-02-19 02:08:00 UTC