Replies: 1 comment
-
This version was inspired by the following issues:
In addition, the fact that it is now possible to toggle sensors and filters on and off should make it easier to find the right combination and even alter combinations based on a changed scene or current robot task. I am still wondering about the right name for the enable_ parameter. Any thoughts regarding this issue or others are most welcome! |
Beta Was this translation helpful? Give feedback.
-
Beta release - version 4.0.0
Based upon the ROS2 3.2.3 version, controlling the camera parameters in this version is meant to be more dynamic:
** All parameters can also be defined at start-up by modifying the launch files, as is in the 3.2.3 version.
While many of the parameter names remain as they were in version 3.2.3, many were slightly modified to match the new hierarchy. For instance, in the D400 series, the depth, infrared1, and infrared2 streams belong to one stereo sensor. Therefore, there are no longer
infra1_width
,infra1_height
,infra1_fps
,infra2_width
,depth_width
etc. all of which should have always been set to the same value. Instead, there is a single,depth_module.profile
parameter that combines all 3 parameters into one and can also be changed in runtime.Supported RealSense SDK
Supported ROS Distributions
Supported Devices
Recommended Firmware
This discussion was created from the release ROS2-Beta Wrapper for Intel® RealSense™ Devices (build 4.0.0).
Beta Was this translation helpful? Give feedback.
All reactions