|
1 | 1 | Change history
|
2 | 2 | ==============
|
3 | 3 |
|
| 4 | +Forthcoming |
| 5 | +----------- |
| 6 | +* build timings in offline setup (`#428 <https://github.com/ros-drivers/velodyne/issues/428>`_) |
| 7 | + Currently when using the offline setup, it does not build the per-point timing offsets which means when unpacking the packets in the offline mode, you cannot timestamp each point with its packet time. |
| 8 | + This commit does the following: |
| 9 | + - call buildTimings from setupOffline function |
| 10 | + - add model to setupOffline interface |
| 11 | + - set config model param which is needed by buildTimings |
| 12 | +* vls128: add line only once all four banks are processed (`#413 <https://github.com/ros-drivers/velodyne/issues/413>`_) |
| 13 | +* PCAP timestamps & PCAP+GPS timestamps (`#384 <https://github.com/ros-drivers/velodyne/issues/384>`_) |
| 14 | + * Add pcap_time param and implement gps_time with it |
| 15 | + * If gps_time == true, ignore pcap_time |
| 16 | +* Fixed row_step=0 when init_width=0 (dense cloud) (`#404 <https://github.com/ros-drivers/velodyne/issues/404>`_) |
| 17 | + The PointCloud2 msg will be then valid: http://docs.ros.org/en/melodic/api/sensor_msgs/html/msg/PointCloud2.html |
| 18 | + Referred issues: |
| 19 | + * https://answers.ros.org/question/377470/rtabmap-icp_odometrycpp453callbackcloud-fatal-error/ |
| 20 | + * http://official-rtab-map-forum.67519.x6.nabble.com/Condition-scan3dMsg-data-size-scan3dMsg-row-step-scan3dMsg-height-not-met-td7852.html |
| 21 | +* Fix accidental integer division (`#391 <https://github.com/ros-drivers/velodyne/issues/391>`_) |
| 22 | + Intensity values for VLP-16 were being calculated incorrectly. |
| 23 | +* Add VLS128 launch and calibration file (`#382 <https://github.com/ros-drivers/velodyne/issues/382>`_) |
| 24 | +* Fixing incorrect type in velodyne_pointcloud. |
| 25 | +* Fixing typo. |
| 26 | +* Add support for the velodyne Alpha Prime (`#370 <https://github.com/ros-drivers/velodyne/issues/370>`_) |
| 27 | + * Add support for the velodyne Alpha Prime |
| 28 | + * Change packet rate for the VLS128 according to the times specified in the manual |
| 29 | + * Organize setup functions to avoid code duplication. Add a constant for the model ID of the VLS128. |
| 30 | + * Use the defined constants to calculate the time offset of the points for the VLS128 |
| 31 | + Co-authored-by: jugo < [email protected]> |
| 32 | +* Contributors: Daisuke Nishimatsu, HMellor, Institute for Autonomous Systems Technology, Joshua Whitley, Martin Valgur, Nick Charron, Sebastian Scherer, matlabbe |
| 33 | + |
4 | 34 | 1.6.1 (2020-11-09)
|
5 | 35 | ------------------
|
6 | 36 | * Add invalid points in organized cloud (`#360 <https://github.com/ros-drivers/velodyne/issues/360>`_)
|
|
0 commit comments