Hi,
I'm creating something like an IDE for ROS. Is it possible to get a list of all available nodes. Something like 'rosnode list' but for the not yet started nodes. I think 'rosrun TAB TAB ' displays them, but this needs manual input of the TAB-key. Maybe there is a way to use the autocompletion-feature in a shellscript.
Thanks for the help!
You could probably use the completion to make a rospack list-nodes or similar. Maybe the output of rospack list (only packages) can help you.
You'll find the tab-completion code in /opt/ros/diamondback/ros/tools/rosbash/rosbash
Look for function _roscomplete_exe
Asked: 2011-06-01 04:25:42 -0500
Seen: 175 times
Last updated: Jun 01 '11
designing a ROS diffdrive Robot with rosjava
How to rosservice call with arrays
Is there a "does not build" list for groovy and if yes where is it
Overview of classes that are available in a package or nodes
combining launch files doesn't give same behavior: order / timing of ik solver
How to spawn multiple nodes in same C++ process
Is it possible to have 2 nodehandlers for a single node
ROS Answers is licensed under Creative Commons Attribution 3.0 Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.