Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map Server untidy #5

Open
slaghuis opened this issue Apr 3, 2022 · 0 comments
Open

Map Server untidy #5

slaghuis opened this issue Apr 3, 2022 · 0 comments

Comments

@slaghuis
Copy link
Owner

slaghuis commented Apr 3, 2022

The map server reads the sensor data, converts it to a point cloud (UFO Map proprietary) and publishes a map. This is just messy. Rewrite the map server to listen to a sensor_msgs::msg::Pointcloud2 and read that into the UFO map. Publish the map on a set frequency.

Write a new node (consider a separate package) to read the sensor_msgs:msg::range sensor information and publish that as a sensor_msgs::msg::Pointcloud2 message. This will be better architecture, and more generic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant