ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Eloquent subscribers with SystemDefaultsQoS missing messages

asked 2019-10-28 10:08:06 -0500

Arne Nordmann gravatar image

I started building and testing (and blooming) one of my packages for eloquent. Compared to the same code in dashing, one of the subscribers seems to miss messages now (which I can see being communicated, using ros2 topic echo). Did the SystemDefaultsQoS change between dashing and eloquent in a way that would justify this behaviour?

I am building the system_modespackage in a Lubuntu 1804 development setup (ROS 2 from sources). The subscriber in question is this one: https://github.com/micro-ROS/system_m... which is missing single parameter events from events that come in bursts.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-10-31 09:05:24 -0500

Arne Nordmann gravatar image

I upgraded my setup to latest Eloquent and configured the ParameterEvent subscriber in question with rclcpp::ParameterEventsQoS(), which solved the issue.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-10-28 10:02:20 -0500

Seen: 177 times

Last updated: Oct 31 '19