We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Local costmap isn't updating with transient obstacles. This can cause robot to crash into things.
ros-navigation/navigation2#3014
The text was updated successfully, but these errors were encountered:
The workaround is to use the Cyclone DDS Middleware.
Install with: sudo apt install ros-humble-rmw-cyclonedds-cpp
sudo apt install ros-humble-rmw-cyclonedds-cpp
Activate in each environment: export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
Sorry, something went wrong.
4
2251467
Verified that sentry.py can run for for several hours with Cyclone DDS workaround.
No branches or pull requests
Local costmap isn't updating with transient obstacles. This can cause robot to crash into things.
ros-navigation/navigation2#3014
The text was updated successfully, but these errors were encountered: