-
Notifications
You must be signed in to change notification settings - Fork 1
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
navigation.launch.py with amcl crash bringup.launch.py #32
Comments
Hello @MattiaDeiRossi The issue seems to occur in these lines
The robot_model_type parameter must have nav2_amcl::OmniMotionModel as mentioned in the documentation here. Thanks for reporting it, this needs to be updated on both the rolling and the humble branch. Sorry for overseeing it, since we always stick with neo_localization, we never tested AMCL in the recent days. If you are interested, if the solution works, you can give us a PR and I'll be happy to review it. |
Hi @padhupradheep , Thank you for your answer, We were trying to run a simple demo with Do you have an example already implemented? ASAP we will give you a PR |
At the moment, we do not have something like this implemented for neo_localization. Could you share me the link of the |
Sure, here you are https://navigation.ros.org/commander_api/index.html |
Ah right, AMCL is a Lifecycle node. Unfortunately neo_localization is not a lifecycle node. It will not be possible to provide the necessary lifecycle states, since the node by default is not a lifecycle node. I've added it to my ToDo list and you can follow the issue here neobotix/neo_localization2#28 if you are interested in the developments. Once again, thanks for reporting, customers like you make our products better.. |
Thanks to @MattiaDeiRossi , the issue on humble is solved. Will close the issue once I update the solution in rolling too.. |
Hi,
Running following commands on real robot:
ros2 launch neo_mpo_700-2 bringup.launch.py
ros2 launch neo_mpo_700-2 navigation.launch.py use_amcl:=True map:="install/awcombo_bringup/share/awcombo_bringup/maps/demo_area.yaml"
the second command drops everything,
I attach its output:
Do you know why?
The text was updated successfully, but these errors were encountered: