-
Notifications
You must be signed in to change notification settings - Fork 138
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
Action introspection rosbag2 support #405
base: master
Are you sure you want to change the base?
Action introspection rosbag2 support #405
Conversation
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
CC: @Barry-Xu-2018 |
This pull request has been mentioned on ROS Discourse. There might be relevant details there: https://discourse.ros.org/t/action-introspection-rosbag2-action-record-replay-support/38163/1 |
Here's a roadmap to implement this feature:
|
@Barry-Xu-2018 just checking that rmw_zenoh is coming as Tier 1 implementation. as far as i understand, this feature has no dependency for rmw implementation, so it should also work on rmw_zenoh, right? i am almost sure about this, just in case trying to make sure if i am missing anything. |
i am assuming that your plan is to merge is the following? action type support / introspection helperthose are not dependent on any other PRs, so can be merged as 1st step.
client (rclcpp, rclpy, and ros2action) support
GenericActionClient/ServerThis is actually for rosbag2 to record the action data. |
Yes. You are right.
Yes
Yes. But we only want to rosbag2 as action client. So GenericActionServer isn't implemented now. |
Yes. I also think so. |
@Barry-Xu-2018 base introspection interfaces are now merged, can you update the other PRs that are draft? |
Okay. PR for rclcpp and rclpy are ready to be reviewed. |
@Barry-Xu-2018 please let me know once ros2cli and demos are ready 👍 |
Okay. I will set open once ros2/rclcpp#2743 and ros2/rclpy#1413 are merged. |
@Barry-Xu-2018 now we bring up the action introspection up to rclcpp and rclpy client layer, can you open the official PRs for ros2cli and demos? |
@fujitatomoya Thanks. I opened PRS for ros2cli and demos. |
REP for ros2/ros2#1543