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
Add functions to get topic name to publisher and subscriber (#194)
* feat: add rcl_subscription_get_topic_name to subscription.rs (#148)
* tested addition of rcl_subscription_get_topic_name (#148)
* add rcl_publisher_get_topic to publisher.rs (#148)
* compiling successfully
* added wrappers for rcl_publisher_get_topic_name and rcl_subscription_get_topic_name (#148)
* replaced if let with match for error handling (#148)
* changes made to formatting
* modified code to return String instead of Cow (#148)
* changed to_owned to into_owned (#148)
* returning String instead of Result (#148)
* grammar changes to comments (#148)
0 commit comments