Robotics StackExchange | Archived questions

How to use a node as an instance??

can we able to use a same node to run in two seperate windows for an application by creating an instance of it. Is it possible??

Asked by saikishor on 2015-05-24 12:18:10 UTC

Comments

Answers

yes - you often use a launch file to do that - see the second half of http://wiki.ros.org/ROS/Tutorials/UsingRqtconsoleRoslaunch

Asked by nickw on 2015-05-24 13:22:49 UTC

Comments