|
1 | 1 | LATEST CHANGES
|
2 | 2 | ==============
|
3 | 3 |
|
4 |
| -2023-01-24 |
5 |
| ----------- |
| 4 | +v4.0.8 |
| 5 | +------ |
6 | 6 | - The parameter `general.sdk_verbose` has been moved to `debug.sdk_verbose` and set to `0` as default.
|
7 | 7 | - Add new parameter `general.optional_opencv_calibration_file` to use custom OpenCV camera calibrations.
|
8 |
| - |
9 |
| -2023-12-21 |
10 |
| ----------- |
11 | 8 | - 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 |
| ----------- |
15 | 9 | - Add 'simulation.sim_enabled' parameter to enable the simulation mode
|
16 | 10 | - Add 'simulation.sim_address' parameter to set the simulation server address
|
17 | 11 | - 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 |
19 | 13 | - Force `grab_frame_rate` and `pub_frame_rate` to 60 Hz in simulation
|
20 | 14 | - Force `grab_resolution` to `HD1080` in simulation
|
21 |
| - |
22 |
| -2023-11-27 |
23 |
| ----------- |
24 | 15 | - 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 |
| ----------- |
28 | 16 | - The multi-camera example has been updated to match the new TF configuration
|
29 |
| - |
30 |
| -2023-10-30 |
31 |
| ----------- |
32 | 17 | - The old launch files are now obsolete: 'ros2 launch zed_wrapper <camera_model>.launch.py' is replaced by 'ros2
|
33 | 18 | 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 |
38 | 22 | - Remove `parent` and `origin` parameters from `zed_macro.urdf.xacro`
|
39 | 23 | - Remove launch argument `cam_pose` from `zed_camera.launch.py`
|
40 |
| - |
41 |
| -2023-09-07 |
42 |
| ----------- |
43 | 24 | - 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 |
| ----------- |
47 | 25 | - 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 |
| ----------- |
51 | 26 | - New Video/Depth processing throttling method by using the `grab_compute_capping_fps` ZED SDK parameter instead of a dedicated thread
|
52 | 27 | - Advanced parameters to handle Thread scheduling policy and priorities (sudo required):`thread_sched_policy`,`thread_grab_priority`,
|
53 | 28 | `thread_sensor_priority`,`thread_pointcloud_priority`
|
54 |
| - |
55 |
| -2023-08-04 |
56 |
| ----------- |
57 |
| -- Add support for ZED SDK v4.0.6 |
58 | 29 | - 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` |
60 | 31 |
|
61 | 32 | v4.0.5
|
62 | 33 | ----------
|
|
0 commit comments