Skip to content

Commit 77a043a

Browse files
authored
Update CHANGELOG.rst
1 parent 9fd5fd3 commit 77a043a

File tree

1 file changed

+7
-36
lines changed

1 file changed

+7
-36
lines changed

CHANGELOG.rst

+7-36
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,33 @@
11
LATEST CHANGES
22
==============
33

4-
2023-01-24
5-
----------
4+
v4.0.8
5+
------
66
- The parameter `general.sdk_verbose` has been moved to `debug.sdk_verbose` and set to `0` as default.
77
- Add new parameter `general.optional_opencv_calibration_file` to use custom OpenCV camera calibrations.
8-
9-
2023-12-21
10-
----------
118
- Add [new tutorial](https://github.com/stereolabs/zed-ros2-examples/tree/master/tutorials/zed_robot_integration) to illustrate how to integrate one or more ZED cameras on a robot
12-
13-
2023-11-28
14-
----------
159
- Add 'simulation.sim_enabled' parameter to enable the simulation mode
1610
- Add 'simulation.sim_address' parameter to set the simulation server address
1711
- Add 'simulation.sim_port' parameter to set the simulation server port
18-
- Add `/clock` subscriber to check the presence of the required messager when `use_sim_time` is true
12+
- Add `/clock` subscriber to check the presence of the required message when `use_sim_time` is true
1913
- Force `grab_frame_rate` and `pub_frame_rate` to 60 Hz in simulation
2014
- Force `grab_resolution` to `HD1080` in simulation
21-
22-
2023-11-27
23-
----------
2415
- Remove the `general.zed_id` parameter. Always use `general.serial_number` to distinguish between different cameras in a multi-camera configuration.
25-
26-
2023-11-03
27-
----------
2816
- The multi-camera example has been updated to match the new TF configuration
29-
30-
2023-10-30
31-
----------
3217
- The old launch files are now obsolete: 'ros2 launch zed_wrapper <camera_model>.launch.py' is replaced by 'ros2
3318
launch zed_wrapper zed_camera.launch.py camera_model:=<camera_model>'
34-
- The reference link for positional tracking is no more 'base_link' but `<camera_name>_camera_link`.
35-
This will allow an easier ZED integration in existing robot configuration because the transfomr `base_link` -> `camera_link`
36-
is no more published by the ZED ROS2 Wrapper. Thanks @SteveMacenski for the advise
37-
19+
- The reference link for positional tracking is no longer 'base_link' but `<camera_name>_camera_link`.
20+
This will allow an easier ZED integration in existing robot configuration because the transform `base_link` -> `camera_link`
21+
is no longer published by the ZED ROS2 Wrapper. Thanks to @SteveMacenski for the advice
3822
- Remove `parent` and `origin` parameters from `zed_macro.urdf.xacro`
3923
- Remove launch argument `cam_pose` from `zed_camera.launch.py`
40-
41-
2023-09-07
42-
----------
4324
- Move parameter `publish_imu_tf` from `pos_tracking` to `sensors` to make it available also in "no depth" configurations of the node
44-
45-
2023-09-04
46-
----------
4725
- Add new parameter `pos_tracking.pos_tracking_mode` to exploit the new ZED SDK `QUALITY` mode for improved odometry and localization
48-
49-
2023-09-03
50-
----------
5126
- New Video/Depth processing throttling method by using the `grab_compute_capping_fps` ZED SDK parameter instead of a dedicated thread
5227
- Advanced parameters to handle Thread scheduling policy and priorities (sudo required):`thread_sched_policy`,`thread_grab_priority`,
5328
`thread_sensor_priority`,`thread_pointcloud_priority`
54-
55-
2023-08-04
56-
----------
57-
- Add support for ZED SDK v4.0.6
5829
- Add new GNSS calibration parameters: `enable_reinitialization`, `enable_rolling_calibration`, `enable_translation_uncertainty_target`, `gnss_vio_reinit_threshold`, `target_translation_uncertainty`, `target_yaw_uncertainty`
59-
- Add new Plane Detection paramters: `pd_max_distance_threshold`, `pd_normal_similarity_threshold`
30+
- Add new Plane Detection parameters: `pd_max_distance_threshold`, `pd_normal_similarity_threshold`
6031

6132
v4.0.5
6233
----------

0 commit comments

Comments
 (0)