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

[Feature]: Save map from topic #11

Open
RomanRobotnik opened this issue Jun 18, 2024 · 0 comments
Open

[Feature]: Save map from topic #11

RomanRobotnik opened this issue Jun 18, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@RomanRobotnik
Copy link
Contributor

What do we want to achieve?

We want to save a map by getting the OccupanyGrid map from a ROS topic (nav_msgs/OccupancyGrid), not only by using a ROS service (nav_msgs/GetMap)

How do we plan to do it?

  • Use the same callback service: save_map (multimap_server_msgs/SaveMap)
  • Provide either the ros service or topic namespace in the current field map_service (string)
  • During the callback process it will try to find a ros service and ros topic to get the map

How can it be tested?

  • By calling the save_map service and providing both alternatives to get the map: ros topic and ros service

Subtasks

No response

@RomanRobotnik RomanRobotnik added the enhancement New feature or request label Jun 18, 2024
@RomanRobotnik RomanRobotnik self-assigned this Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant