-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
rclcpp::exceptions::RCLError #3097
Comments
This issue seems to be confirmed by at least 2 other users. |
We are also having this problem with some random nav2 nodes. Yesterday it was he planner and today we got the controller. The error is the same: We are using nav2 binary version 1.1.0-2. |
Thanks for confirming it ? Are you on Humble, Ubuntu 22.04 and Cyclone DDS too ? |
The ticket in rclcpp / RMWs is probably the way to go for this, it doesn't seem like this is anything to do with Nav2 in particular, but an odd networking event error. We happen to just see it in servers with a bunch of traffic. |
Closing in favor of ros2/rclcpp#1977 |
Bug report
Required Info:
humble
branch, 91883ceSteps to reproduce issue
Struggling with this one. It is maybe not nav2 related but reporting here in case somebody run into the same issue.
Let the navigation run for several hours. After about 2 hours I get a crash on the controller server (compiled with
backward_ros
to get stack trace):This could be due to the specific controller plugins that I use, however I had it for AMCL too. Which makes me suspect that there is maybe something more general broken:
The text was updated successfully, but these errors were encountered: