Skip to content
Discussion options

You must be logged in to vote

hexarotor
Leader

2
May 19
First step is to open a UDP port 2368 (default) of the spawner-robot1 container (check Docker Customization 1 to know how).

You need to build the three ROS Nodelets, exactly like you do when you call roslaunch velodyne_pointcloud VLP16_points.launch: namely:

/velodyne_nodelet_manager_driver (driver node)
/velodyne_nodelet_manager_laserscan (laserscan node)
/velodyne_nodelet_manager_transform (pointcloud node)

Below you can see the three newly created nodelets in Flow.

At each one of the nodes you should add ports for the documented topics (inputs and outputs), as well as Parameters. check Importing a ROS Node for more details.

Since we are creating ROS Nodelets …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MithunKinarullathil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant