-
Notifications
You must be signed in to change notification settings - Fork 163
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
Implement functions to get publisher and subcription informations like QoS policies from topic name #511
Implement functions to get publisher and subcription informations like QoS policies from topic name #511
Commits on Dec 14, 2019
-
Added functions to get qos policies
- rcl_get_qos_for_publishers to get the qos policies for all publishers to a topic - rcl_get_qos_for_subscribers to get the qos policies for all subscribers to a topic Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4110b12 - Browse repository at this point
Copy the full SHA 4110b12View commit details -
- rcl_get_publishers_info_by_topic - rcl_get_subscriptions_info_by_topic - Wrote tests for the same Note: colcon build --packages-up-to rcl && colcon test --packages-select rcl && colcon test-result --verbose --test-result-base build/rcl runs successfully without any errors or failures. Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 05ab30e - Browse repository at this point
Copy the full SHA 05ab30eView commit details -
Better error handling and avoiding error message replacement in
__rcl_get_info_by_topic Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 25e580b - Browse repository at this point
Copy the full SHA 25e580bView commit details -
Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 56c7d8b - Browse repository at this point
Copy the full SHA 56c7d8bView commit details -
- Removed tests for info_by_topic functions from test_graph to
test_info_by_topic to prevent timeouts on test_graph Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f8a7b02 - Browse repository at this point
Copy the full SHA f8a7b02View commit details -
Removed unused headers from test_info_by_topic.cpp
Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 86de8eb - Browse repository at this point
Copy the full SHA 86de8ebView commit details -
Increased TIMEOUT for test_info_by_topic
Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 60ef38d - Browse repository at this point
Copy the full SHA 60ef38dView commit details -
- Following naming convention for func typedefs Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 94af172 - Browse repository at this point
Copy the full SHA 94af172View commit details -
Added tests to verify the output of rmw_get_info_by_topic functions
Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 03cc14a - Browse repository at this point
Copy the full SHA 03cc14aView commit details -
Handles changes to the headers in rmw
Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dee951b - Browse repository at this point
Copy the full SHA dee951bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b6531e - Browse repository at this point
Copy the full SHA 3b6531eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcd26b6 - Browse repository at this point
Copy the full SHA fcd26b6View commit details
Commits on Dec 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 713b1ec - Browse repository at this point
Copy the full SHA 713b1ecView commit details
Commits on Jan 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a90c33a - Browse repository at this point
Copy the full SHA a90c33aView commit details -
rename *topic_info* to *topic_endpoint_info*
Signed-off-by: Miaofei <miaofei@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 01ab304 - Browse repository at this point
Copy the full SHA 01ab304View commit details -
Configuration menu - View commit details
-
Copy full SHA for 200b78b - Browse repository at this point
Copy the full SHA 200b78bView commit details -
update the docstring regarding no_mangle as suggested
Signed-off-by: Miaofei <miaofei@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for dc73872 - Browse repository at this point
Copy the full SHA dc73872View commit details