You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 useBEST_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.The text was updated successfully, but these errors were encountered: