Robotics StackExchange | Archived questions

Setting QoS with ROS2 using rmw_connext_cpp

It looks like Connext 5.3.1 has several cascading methods for passing QoS settings.

But no matter where I place my rmw_qos_profile_system_default profile in xml, I can't seem to get the logger to logout to file; E.g. setting the verbosity to ALL and checking the target log file path for new entries.

https://community.rti.com/howto/useful-tools-debug-dds-issues
http://design.ros2.org/articles/qos.html#integration-with-existing-dds-deployments

I tried passing qos_profile_system_default from rclpy.qos to the qos_profile argument when using the create_subscription function. Am I missing a step in setting the QoS here?

demonodespy/demonodespy/topics/listener_qos.py

Asked by ruffsl on 2018-09-10 21:48:38 UTC

Comments

Answers