Skip to content

Commit

Permalink
Merge pull request #119 from k-okada/fix_rwt_nav
Browse files Browse the repository at this point in the history
move_base/goal requires frame_id, without starting '/'
  • Loading branch information
k-okada committed Mar 23, 2022
2 parents 72473b5 + b574a20 commit 7b8f3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rwt_nav/www/3rdparty/ros/js/nav2d.js
Expand Up @@ -108,7 +108,7 @@ NAV2D.Navigator = function(options) {
goalMessage : {
target_pose : {
header : {
frame_id : '/map'
frame_id : 'map'
},
pose : pose
}
Expand Down

0 comments on commit 7b8f3d9

Please sign in to comment.