Foxy-Humble-v4.0.5
Myzhar
released this
04 Aug 12:27
·
210 commits
to master
since this release
v4.0.5 - ZED SDK from v4.0.0 to v4.0.5
- The parameter
general.pub_resolution
can now take onlyNATIVE
andCUSTOM
values. 'NATIVE' to use the samegeneral.grab_resolution
-CUSTOM
to apply thegeneral.pub_downscale_factor
downscale factory to reduce bandwidth in transmission - Add new parameter
general.pub_downscale_factor
to be used with the new optionCUSTOM
for the parametergeneral.pub_resolution
ULTRA
is the new default value fordepth.depth_mode
(better performance for odometry and positional tracking)- Add resolution
HD1080
for ZED X - Fix issue with Body Tracking start/stop by service call. Now Body Tracking can be restarted multiple times
- Fix depth grab performance by removing a not required
PNG Write
call. Thank you Esteban Zamora @ezamoraa - Fix bug with
general.pub_resolution
value, not allowing to select the correct data publish resolution - Add new launch parameter
ros_params_override_path
to provide the path to a custom YAML file to override the parameters of the ZED Node without modifying the original files in thezed_wrapper/config
folder. Thank you David Lu @MetroRobots