-
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
Set min_distance value for L515 LiDAR #1540
Comments
Which versions of ROS, librealsense and realsense2_camera do you use? |
I am using
Since I just need to set custom values for
|
The issue regarding the message "Device does not support advanced settings!" is a bug. I fixed that in #1548. |
It worked. |
I am using a L515 LiDAR camera with
roslaunch realsense2_camera rs_camera.launch filters:=pointcloud pointcloud_texture_stream:=RS2_STREAM_ANY
as here and I can see the pointcloud in rviz. However, since I need to define my ownmin_distance
value, I exported a JSON file withrealsense-viewer
and added its path tojson_file_path
argument but the messageDevice does not support advanced settings!
is shown and of course the values are not set according with my file. How could I set my own values?The text was updated successfully, but these errors were encountered: