Open stwirth opened 2 years ago
In ROS kinetic releases, the very useful realsense tools such as rs-enumerate-devices and rs-fw-update were included, see e.g.
rs-enumerate-devices
rs-fw-update
https://github.com/IntelRealSense/librealsense2-release/blob/release/kinetic/librealsense2/2.45.0-1/CMake/lrs_options.cmake#L15
In ROS noetic releases, this option seems to have been off for a few versions now.
Since https://github.com/IntelRealSense/librealsense/pull/8802, building of TOOLS and EXAMPLES is split. I would propose to set BUILD_TOOLS to ON for ROS packages as these tools are essential for working with robots.
BUILD_TOOLS
ON
@doronhi
I agree. I will put a note on to add the tools in the next ros-librealsense2 release. I am not sure though when is the next release scheduled.
Great, thank you!
In ROS kinetic releases, the very useful realsense tools such as
rs-enumerate-devices
andrs-fw-update
were included, see e.g.https://github.com/IntelRealSense/librealsense2-release/blob/release/kinetic/librealsense2/2.45.0-1/CMake/lrs_options.cmake#L15
In ROS noetic releases, this option seems to have been off for a few versions now.
Since https://github.com/IntelRealSense/librealsense/pull/8802, building of TOOLS and EXAMPLES is split. I would propose to set
BUILD_TOOLS
toON
for ROS packages as these tools are essential for working with robots.@doronhi