ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I believe that setting both static_map and rolling_window to false for a costmap is undefined behavior. One of those should be set to true if you want the costmap to actually do anything.
Also, in your map_server launch, you seem to have forgotten a closing </node> tag.
2 | No.2 Revision |
I believe that setting both static_map and rolling_window to false for a costmap is undefined behavior. behavior (this is how your global_costmap is configured). One of those should be set to true if you want the costmap to actually do anything.
Also, in your map_server launch, you seem to have forgotten a closing </node> tag.