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

[navigation] Set global_costmap to use static_map with initial empty.pgm file #52

Open
3 tasks
l0g1x opened this issue Dec 6, 2014 · 0 comments
Open
3 tasks
Assignees
Labels

Comments

@l0g1x
Copy link
Member

l0g1x commented Dec 6, 2014

As of right now the global costmap is a rolling window, meaning the map moves with the robot. We need to set static_map to true, and rolling_window to false and add the map_server node into the gazebo.launch file.

  • Pass a empty plain white .pgm file to the map_server as a arguement on very first time
  • Set up map_saver to save the entire map (global_costmap) to that file that we loaded into the map_server, so we use it as our static_map on the following run.
  • set the origin of the static map so that it matches up with the course (not x=width/2 , y=length/2)
@l0g1x l0g1x added the task label Dec 6, 2014
@l0g1x l0g1x self-assigned this Dec 6, 2014
@l0g1x l0g1x added this to the Scipio Simulation milestone Dec 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant