-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Updated the topics and services listed in the README #3215
base: ros2-development
Are you sure you want to change the base?
Updated the topics and services listed in the README #3215
Conversation
…ist and ros2 service list, as the previous ones were out of date.
Can one of the admins verify this patch? |
Hi @sysrsbuild @SamerKhshiboun & @Nir-Az, |
Hi @louislelay , Sorry for that probably this fall between our tasks. |
No problem, @Nir-Az! Just following up. Thanks for the quick answer! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @louislelay - thanks for your contribution!
Working on the ros2-development branch, I had the following results:
ros2 topic list
/parameter_events
/robot1/D455_1/color/camera_info
/robot1/D455_1/color/image_raw
/robot1/D455_1/color/metadata
/robot1/D455_1/depth/camera_info
/robot1/D455_1/depth/image_rect_raw
/robot1/D455_1/depth/metadata
/robot1/D455_1/extrinsics/depth_to_color
/rosout
/tf_static
ros2 service list
/robot1/D455_1/calib_config_read
/robot1/D455_1/calib_config_write
/robot1/D455_1/describe_parameters
/robot1/D455_1/device_info
/robot1/D455_1/get_parameter_types
/robot1/D455_1/get_parameters
/robot1/D455_1/get_type_description
/robot1/D455_1/hw_reset
/robot1/D455_1/list_parameters
/robot1/D455_1/set_parameters
/robot1/D455_1/set_parameters_atomically
These results are slightly different from yours.
Please tell me if you can check and eventually fix it in your Pull Request.
Thanks!
I updated the topics and services listed in the README file. As when we run ros2 topic list and ros2 service list after launching the sames commands, the previous output displayed were out of date.
This came from conversation we had in the following issue (3208) : #3208