Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

有bug 附上修复方法 #1

Open
yjrqz777 opened this issue Mar 30, 2024 · 1 comment
Open

有bug 附上修复方法 #1

yjrqz777 opened this issue Mar 30, 2024 · 1 comment

Comments

@yjrqz777
Copy link

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']
)

ld.add_action(static_transform_publisher_cmd)#添加到最后

navigation.launch.py.txt

@aaronmack
Copy link

[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. 我会报一个错~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants