ros2 / rclcpp

rclcpp (ROS Client Library for C++)
Apache License 2.0
526 stars 410 forks source link

get_action_names_and_types not exposed in NodeGraph #1473

Open hsd-dev opened 3 years ago

hsd-dev commented 3 years ago

Bug report

Required Info:


While working on the action_bridge in https://github.com/ros2/ros1_bridge/pull/256, I realized that get_action_names_and_types is not exposed in NodeGraph, even though actions are considered to "first-class citizens". I am not quite sure how is rcl "used" wihtin rclcpp, because the function is part of the rcl_action API.

Is there any reason for this? Are there plans on doing this in the future?

fujitatomoya commented 3 years ago

i think that the followings need to be exposed to rclcpp, (rclpy does have them already)