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

How to add vlp-16 model to a custom robot model in ros noetic and gazebo ?

asked 2023-05-21 06:31:43 -0500

ahmed aziz gravatar image

updated 2023-05-24 12:44:26 -0500

Mike Scheutzow gravatar image

Hello every one, I want to add vlp-16 or any 3D lidar to my custom robot in gazebo simulation

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-05-23 22:01:37 -0500

noshluk2 gravatar image

updated 2023-06-11 00:36:53 -0500

Just add the proper filename is gazebo plugin tags : libgazebo_ros_velodyne_laser

 <gazebo>
    <plugin name="gazebo_ros_velodyne_laser" filename="libgazebo_ros_velodyne_laser.so">
      <topicName>/velodyne_points</topicName>
      <frameName>velodyne</frameName>
    </plugin>
  </gazebo>
  • I have produced a video about it as well -> link
edit flag offensive delete link more

Comments

I see an apt package named ros-noetic-velodyne-simulator.

Mike Scheutzow gravatar image Mike Scheutzow  ( 2023-05-24 12:53:11 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2023-05-21 06:31:43 -0500

Seen: 118 times

Last updated: Jun 11 '23