You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[component_container_isolated-23] [WARN] [1719464362.050170100] [global_costmap.global_costmap]: Sensor origin at (-0.20, 1.78) is out of map bounds (0.00, 0.00) to (4.98, 4.98). The costmap cannot raytrace for it. 我会报一个错~
ros2 launch wpr_simulation2 navigation.launch.py
建议修改启动时序,不好的电脑可能出bug,gazebo启动后应该延时启动后面的
报错
Invalid frame ID "map" passed to canTransform argument target_frame - frame does not exist [rviz2-6] at line 93 in ./src/buffer_core.cpp
修复
static_transform_publisher_cmd = Node(
package='tf2_ros',
executable='static_transform_publisher',
name='fix_map',
arguments=['0', '0', '0', '0', '0', '0', '/map', '/odom']
)
navigation.launch.py.txt
The text was updated successfully, but these errors were encountered: