Skip to content

PallaviKoty/gpu_laser_ros_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

gpu_laser_ros_plugin

This is the ROS plugin for gpu_laser sensor

Steps to use this plugin:

  1. Clone common_msgs for melodic and compile it using the command
catkin_make --only-pkg-with-deps common_msgs
  1. source devel/setup.bash
  2. Compile the gazebo_laser_plugin package using the command,
catkin_make --only-pkg-with-deps gazebo_laser_plugin
  1. source devel/setup.bash
  2. Launch the launch file using the command,
roslaunch gazebo_laser_plugin launch_gpu_ros.launch
  1. After Step 5, we can see gazebo is up with the laser and few obstacles(but cannot see the laser signals yet though, need to check)
  2. Launch RViz in another terminal using the command,
cd <path_to_gpu_laser_plugin_ws>
source devel/setup.bash
rviz
  1. Add the laser_scan topic and change the frame to world or laser_sensor on RViz. You can now see the laser scans on RViz
  2. We can also get the laser scan data using
rostopic echo /laser_scan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published