Skip to content

Ros module to merge 2 scan lasers message into 1message, this module tries to no use PCL libraries.

Notifications You must be signed in to change notification settings

s3rgiux/laser_scan_merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

  • Module created to merge 2 laser sensor messages on one message for use 2 lidars on ROS, avoiding the use of PCL.

How to Run

  • Just clone the repository and change the names of the topic suscribed.
  • If one laser has less resolution should go into the auxiliar side.

search this lines on laser_merger.py

self.laser1_sub = rospy.Subscriber('/scan_main', LaserScan, self.callbackLaserMain)
self.laser2_sub = rospy.Subscriber('/scan_aux', LaserScan, self.callbackLaserAux)

About

Ros module to merge 2 scan lasers message into 1message, this module tries to no use PCL libraries.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published