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

Update ROS2 API QoS #454

Open
drpjm opened this issue Nov 14, 2023 · 0 comments
Open

Update ROS2 API QoS #454

drpjm opened this issue Nov 14, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@drpjm
Copy link

drpjm commented Nov 14, 2023

Recently, I was developing a control application for the Create3 and noticed that none of my rclpy subscription callbacks were firing. After hours of testing, trying out different middleware, etc. I found out that the sensor topics all use BEST_EFFORT reliability.

The API docs should state clearly the topic QoS so that others do not run into this tricky bug. In Galactic, no warning is fired, so I had to switch to Humble and their ros2 run with debug log level stated that I had mismatched QoS so my callbacks would be deactivated.

@shamlian shamlian added the documentation Improvements or additions to documentation label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants