ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Dynamically reconfiguring map_start_x/y

asked 2013-02-11 16:45:20 -0500

Ernest gravatar image

updated 2014-01-28 17:15:12 -0500

ngrennan gravatar image

My quick question is: can we change the map_start_x and map_start_y parameters of the hector_mapping node once it's running? Or do we need to restart the node with those parameters?

Thank you in advance,

Ernest

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-02-17 19:23:02 -0500

Those parameters are standard ROS parameters not using dynamic_reconfigure, so they cannot be changed during runtime.

You can play around with the undocumented "initialpose" topic however. This will set the location of the robot to the specified pose and go on with SLAM from there, inspired by how it's done in AMCL.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2013-02-11 16:45:20 -0500

Seen: 177 times

Last updated: Feb 17 '13