Skip to content

Commit

Permalink
minor edit to make movebase work in melodic
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyanvasudev authored Jun 10, 2020
1 parent 00ae904 commit 87a2ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyrobot/cfg/locobot_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
# Rostopic on which the command to cancel the goal sent to movebase should be
_BASEC.ROSTOPIC_GOAL_CANCEL = "/move_base/cancel"
# world frame name
_BASEC.MAP_FRAME = "/map"
_BASEC.MAP_FRAME = "map"
# Rosaction topic for movebase
_BASEC.ROSTOPIC_BASE_ACTION_COMMAND = "move_base"
# Rate of control for ILQR
Expand Down

0 comments on commit 87a2ba1

Please sign in to comment.