realsense-ros
realsense-ros copied to clipboard
[ros2-beta] Inconsistent profile names depth_module.profile vs rgb_camera.profile
The ros2-beta branch has inconsistent profile names such as:
- depth_module.profile
- rgb_camera.profile
Source:
https://github.com/IntelRealSense/realsense-ros/blob/451147de3aaa9c5b05b1fb1f7a70f3f3f43c66f6/realsense2_camera/launch/rs_launch.py#L23-L30
Proposal: The rgb_camera.profile can be renamed to either on from below:
- rgb_module.profile
- color_module.profile
Hi @ravijo I would speculate (as I am not involved in wrapper development) that the rgb_camera naming is used by the ros2_beta wrapper's profile system because it has been the familiar term that has been used for a long period of time to describe the RGB camera in RealSense ROS wrappers.
@MartyG-RealSense
I understand your opinion.
However, this inconsistency made me check the source code of rs_launch.py. Before that, I was using the wrong command shown below:
ros2 launch realsense2_camera rs_launch.py depth_module.profile:=1280x720x15 rgb_module.profile:=1280x720x15
I will forward your suggestion to the wrapper developers.
Thank you very much
Hi @ravijo I just wanted to update you that your request about a color_module.profile command is still being discussed by RealSense team members. I will update again when I have further information to report. Thanks very much for your patience!
@MartyG-RealSense Thank you very much. I appreciate your kind support.
Hi @ravijo Following discussions within Intel about creating a color_module.profile command, an official change request has been created so that Intel can investigate further regarding whether to implement this feature at a future date. Thanks very much for your suggestion!
@ravijo
Please follow the latest Readme which include all information about these parameters, with new changes regarding there profiles https://github.com/IntelRealSense/realsense-ros?tab=readme-ov-file#parameters-that-can-be-modified-during-runtime
The names of rgb_module
and depth_module
are coming from RealSense SDK, and representing the physical modules (Sensors) themselves, RGB and Depth.
@MartyG-RealSense Let me know if this enhancement still needed.
Hi @SamerKhshiboun We have not received any further requests for the creation of a color_module profile since the June 2022 one in this issue, so it does not seem to be a priority for RealSense ROS users.
@MartyG-RealSense Thanks for the update. I will close our internal ticket [RSDSO-18358] as I don't see any reason to implement this for now. Let me know if we should reopen it in the future.
Thanks very much @SamerKhshiboun I will close this issue as it is not going to be implemented.