Skip to content

A ROS node to merge the scans from two lasers to make it look like they came from one laser

Notifications You must be signed in to change notification settings

NCharabaruk/laserMerge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This package is to convert the scans from two laser range finders into the frame of a single virtual sensor in order to have the ROS gmapping package take in the data from both sensors.

laserMergeOriginal.cpp - The original file. This opened and then immediately exited.

laserMergeUpdate1 - Created classes and an object in order to get the package to run and not immediately shut down. Builds with catkin_make, but results in a segmentation fault when run.

laserMerge.cpp - The current iteration. Changed arrays into vectors. Still getting a segmentation fault.

About

A ROS node to merge the scans from two lasers to make it look like they came from one laser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages