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

Multiple instances of nodelets

asked 2017-03-22 04:32:01 -0500

mkreddy477 gravatar image

In my application I am planning to convert a node to a nodelet. Before going ahead with my implementation I want to clarify some doubts.

1) In the application I am currently running multiple instances of a node. If I port that node to nodelet, is it possible to have multiple nodelet instances as in nodes?

2) If that provision was not there what was the best way to implement zero copy mechanism of nodelts.

Thanks in advance

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2017-03-22 14:00:17 -0500

gvdhoorn gravatar image

is it possible to have multiple nodelet instances as in nodes

yes.

As long as you provide a different name for each instance (same as with nodes).

edit flag offensive delete link more

Comments

Thanks for the info

mkreddy477 gravatar image mkreddy477  ( 2017-03-23 01:50:23 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2017-03-22 04:32:01 -0500

Seen: 301 times

Last updated: Mar 22 '17