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
The upcoming ROS 2 iron release adds a service introspection feature. This is a tracking feature request for adding service introspection to rclnodejs.
Note: i found a bug in test-service-introspection.js that I'm working on a fix. The issue is with how I'm calling the skip() function in mocha which is used for ros2 releases that do not support service introspection, e.g., humble and foxy. I plan to provide an update later today or tomorrow at the latest.
The upcoming ROS 2 iron release adds a service introspection feature. This is a tracking feature request for adding service introspection to rclnodejs.
References:
rep-2012: https://github.com/ros-infrastructure/rep/blob/336d3b66135ca71a82d5e903de1e865e4ceddd2d/rep-2012.rst
ros2/ros2#1285
ros2/rcl#997
ros2/rclpy@963b548
https://github.com/ros2/rclpy/blob/f6d652fa2d5d3a8164cc69fb543ae0693e958262/rclpy/rclpy/client.py#L185
https://github.com/ros2/rclpy/blob/rolling/rclpy/rclpy/service_introspection.py
https://github.com/ros2/rclpy/blob/rolling/rclpy/test/test_service_introspection.py
The text was updated successfully, but these errors were encountered: