You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameter 'object_detection/model' is no more an integer, but a string with the full name of the supported OD model
Add pose and odometry status publishers
Improve odometry and pose publishing and TF broadcasting
Add ROS '.clang-format'
Code refactoring
Add 'set_roi' and 'reset_roi' services
Add parameter 'pos_tracking/depth_min_range'
Add parameter 'pos_tracking/set_as_static'
Change the parameter 'general/resolution' to 'general/grab_resolution' and replace numeric values with strings
Add 'general.svo_realtime' parameter
Change 'general/verbose' to 'general/sdk_verbose'
Add 'general/region_of_interest' parameter
Change the parameter 'depth/quality' to 'depth/depth_mode' and replace numeric values with strings
Improve the behavior of the "NO DEPTH" mode
Remove the parameters 'depth_downsample_factor' and 'img_downsample_factor'
Add the parameter 'pub_resolution' and 'pub_downscale_factor'
Add 'pos_tracking/set_gravity_as_origin' parameter. If 'true' align the positional tracking world to imu gravity measurement. Keep the yaw from the user initial pose.
Add 'pos_tracking/pos_tracking_mode' parameter. Matches the ZED SDK setting: 'QUALITY', 'STANDARD'
Fix the warning 'Elaboration takes longer [...]'
'pub_frame_rate' now controls the 'InitParameters::grab_compute_capping_fps' parameter of the ZED SDK instead of controlling the frequency of a parallel thread. It's not a Dynamic parameter anymore.
Change 'general/camera_flip' parameter to string: 'AUTO', 'ON', 'OFF'