-
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
Feature request: Add USB information to DeviceInfo.srv #2649
Comments
Hi @stwirth Camera information is published by the ROS wrapper on the /diagnostics topic. Do you get the information that you need if you echo the topic with the following command:
|
Hi @MartyG-RealSense, |
The device information can be accessed in the wrapper through a device_info 'service call'. ROS1 ROS2 |
@MartyG-RealSense sorry if I wasn't clear, I see that service, I would like to have it return additional fields regarding the USB device information. realsense-ros/realsense2_camera/src/rs_node_setup.cpp Lines 376 to 384 in 4073f15
|
You are welcome to submit an edit of rs_node_setup.cpp as a Pull Request (PR) for consideration for merging by the RealSense ROS developer team into the ROS wrapper. https://github.com/IntelRealSense/realsense-ros/pulls You could also create a custom 'fork' version of the wrapper on your own GitHub account and make the edit there. |
Thanks so much for the PRs! |
On startup, the camera driver reports a lot of interesting information:
I would like to have this information available at runtime, especially "port number 5-2.1" and "physical ID 5-2.1-10".
I think it would be great if this could be added to the fields in
DeviceInfo.srv
.The text was updated successfully, but these errors were encountered: