I tried to used social_navigation_layers in move_base, but I find when I run move_base with social navigation plugin, the move_base always crush and don't know how. The error is following:
[ INFO] [1623608573.537931461, 1623586730.042040061]: odom received!
Warning: Invalid argument "/map" passed to canTransform argument source_frame in tf2 frame_ids cannot start with a '/' like:
at line 134 in /tmp/binarydeb/ros-melodic-tf2-0.6.5/src/buffer_core.cpp
terminate called after throwing an instance of 'tf2::InvalidArgumentException'
what(): Invalid argument "/map" passed to lookupTransform argument source_frame in tf2 frame_ids cannot start with a '/' like:
[move_base-1] process has died [pid 3338, exit code -6, cmd /home/jxk/nav_ws/devel/lib/move_base/move_base __name:=move_base __log:=/home/jxk/.ros/log/2ad50b08-cc65-11eb-9bf0-0800279946ab/move_base-1.log].
log file: /home/jxk/.ros/log/2ad50b08-cc65-11eb-9bf0-0800279946ab/move_base-1*.log
When I comment the plugin config in local costmap param and global costmap param. Move base will return to normal. Could you tell me how it happen. Thank you.
Hi,
I tried to used social_navigation_layers in move_base, but I find when I run move_base with social navigation plugin, the move_base always crush and don't know how. The error is following:
And there is my config file:
global_costmap_params.yaml
local_costmap_params.yaml
When I comment the plugin config in local costmap param and global costmap param. Move base will return to normal. Could you tell me how it happen. Thank you.