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

Humble, ros2 launch nav2_bringup navigation_launch.py errors #69

Open
Sylvania2 opened this issue May 2, 2023 · 2 comments
Open

Humble, ros2 launch nav2_bringup navigation_launch.py errors #69

Sylvania2 opened this issue May 2, 2023 · 2 comments

Comments

@Sylvania2
Copy link

Missing map and other errors (Invalid frame ID “map” passed to canTransform argument target_frame - frame does not exist at line 93 in ./src/buffer_core.cpp) when running ros2 launch nav2_bringup navigation_launch.py

FIX:
change robot_model_type: "differential" in navigation.yaml to robot_model_type: "nav2_amcl::DifferentialMotionModel"

Best regards
Kim

@Sylvania2
Copy link
Author

Hi

Last fix has been working until i did a "sudo apt update && sudo apt upgrade" and disabled the firewall ..

ros2 launch linorobot2_navigation navigation.launch.py rviz:=true output:

[component_container_isolated-1] [INFO] [1695657995.999423102] [amcl]: Message Filter dropping message: frame 'laser' at time 1695657994.871 for reason 'the timestamp on the message is earlier than all the data in the transform cache'
[component_container_isolated-1] [INFO] [1695657996.127430455] [amcl]: Message Filter dropping message: frame 'laser' at time 1695657994.999 for reason 'the timestamp on the message is earlier than all the data in the transform cache'
[rviz2-2] [INFO] [1695657996.143159982] [rviz2]: Message Filter dropping message: frame 'laser' at time 1695657993.863 for reason 'discarding message because the queue is full'
[rviz2-2] Warning: Invalid frame ID "map" passed to canTransform argument target_frame - frame does not exist
[rviz2-2] at line 93 in ./src/buffer_core.cpp
[rviz2-2] Warning: Invalid frame ID "map" passed to canTransform argument target_frame - frame does not exist
[rviz2-2] at line 93 in ./src/buffer_core.cpp
[rviz2-2] Warning: Invalid frame ID "map" passed to canTransform argument target_frame - frame does not exist
[rviz2-2] at line 93 in ./src/buffer_core.cpp
[rviz2-2] Warning: Invalid frame ID "map" passed to canTransform argument target_frame - frame does not exist
[rviz2-2] at line 93 in ./src/buffer_core.cpp

errors in rviz:

25 09 2023_18 08 25_REC

@grassjelly
Copy link
Member

please use the latest humble branch. the amcl config has been updated

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