|
| 1 | +Change history |
| 2 | +============== |
| 3 | + |
| 4 | +1.3.0 (2017-11-10) |
| 5 | +------------------ |
| 6 | +* Merge pull request `#129 <https://github.com/ros-drivers/velodyne/issues/129>`_ from kmhallen/pluginlib_macro |
| 7 | + Modern pluginlib macro |
| 8 | +* Update to use non deprecated pluginlib macro |
| 9 | +* add launch args to support multiple devices (`#108 <https://github.com/ros-drivers/velodyne/issues/108>`_) |
| 10 | +* Merge pull request `#101 <https://github.com/ros-drivers/velodyne/issues/101>`_ from teosnare/master |
| 11 | + velodyne_driver/src/lib/input.cc : fix for device_ip filter |
| 12 | +* Merge pull request `#104 <https://github.com/ros-drivers/velodyne/issues/104>`_ from altrouge/launch_options |
| 13 | + Add more options in launch files. |
| 14 | +* Rearranged alphabetically. |
| 15 | +* Add more options in launch files. |
| 16 | + - rpm, device_ip, port, read_once, read_fast, repeat_delay |
| 17 | +* velodyne_driver/src/lib/input.cc : fix for device_ip filter |
| 18 | + Fix for device_ip filter in InputSocket: initialization of devip\_ for correct ip filtering in InputSocket::getPacket. |
| 19 | +* velodyne_driver: credit @priyankadey for VLP-16 bug fix (`#96 <https://github.com/ros-drivers/velodyne/issues/96>`_) |
| 20 | +* Merge pull request `#96 <https://github.com/ros-drivers/velodyne/issues/96>`_ from priyankadey/master |
| 21 | + updated VLP-16 packet rate from user manual. |
| 22 | +* updated VLP-16 packet rate from user manual. |
| 23 | + Also verified with sensor. It reduced overlap in the pointcloud |
| 24 | +* update change history |
| 25 | +* Merge pull request `#94 <https://github.com/ros-drivers/velodyne/issues/94>`_ from ros-drivers/pcap_port |
| 26 | + velodyne_driver: use port number for PCAP data (`#46 <https://github.com/ros-drivers/velodyne/issues/46>`_, `#66 <https://github.com/ros-drivers/velodyne/issues/66>`_) |
| 27 | +* fix g++ 5.3.1 compile errors (`#94 <https://github.com/ros-drivers/velodyne/issues/94>`_) |
| 28 | +* merge current master (`#94 <https://github.com/ros-drivers/velodyne/issues/94>`_) |
| 29 | +* Merge pull request `#91 <https://github.com/ros-drivers/velodyne/issues/91>`_ from chukcha2/master |
| 30 | + update velodyne_driver package description to include all models |
| 31 | +* update velodyne_driver package description to include all models |
| 32 | +* Merge pull request `#89 <https://github.com/ros-drivers/velodyne/issues/89>`_ from Tones29/feat_dynrec_driver |
| 33 | + Add dynamic latency configuration to velodyne_driver |
| 34 | +* velodyne_driver: Add dynamic_reconfigure and time_offset correction |
| 35 | + The value of time_offset is added to the calculated time stamp in live mode for each packet. |
| 36 | +* velodyne_driver: Make input destructors virtual |
| 37 | +* prepare change history for coming Indigo release (`#59 <https://github.com/ros-drivers/velodyne/issues/59>`_) |
| 38 | +* velodyne_driver: use port number for PCAP data (`#66 <https://github.com/ros-drivers/velodyne/issues/66>`_) |
| 39 | +* Merge pull request `#39 <https://github.com/ros-drivers/velodyne/issues/39>`_ from zooxco/multivelodyne |
| 40 | + support for multiple velodynes |
| 41 | +* Merge pull request `#44 <https://github.com/ros-drivers/velodyne/issues/44>`_ from SISegwayRmp/master |
| 42 | + adding driver and pointcloud support for the VLP16 |
| 43 | +* adding the VLP16 test scripts and updating the CMakeLists to include the test file from http://download.ros.org/data/velodyne/vlp16.pcap |
| 44 | +* adding support for the VLP16 |
| 45 | +* parameters to set the udp port |
| 46 | +* fixed missing header |
| 47 | +* cleanup debug line |
| 48 | +* parameter and code added for working with multiple velodynes |
| 49 | +* Contributors: Andreas Wachaja, Brice Rebsamen, Daniel Jartoux, Denis Dillenberger, Gabor Meszaros, Ilya, Jack O'Quin, Joshua Whitley, Kevin Hallenbeck, Matteo Murtas, Micho Radovnikovich, Priyanka Dey, William Woodall, jack.oquin, junior, phussey |
| 50 | + |
| 51 | +1.2.0 (2014-08-06) |
| 52 | +------------------ |
| 53 | +* Fixed bug in diagnostic rate for driver (`#16 |
| 54 | + <https://github.com/ros-drivers/velodyne/issues/16>`_) |
| 55 | +* Contributors: Brice Rebsamen, Jack O'Quin |
| 56 | + |
| 57 | +1.1.2 (2013-11-05) |
| 58 | +------------------- |
| 59 | + |
| 60 | + * Move unit test data to download.ros.org (`#18`_). |
| 61 | + * Install missing vdump script (`#17`_). |
| 62 | + |
| 63 | +1.1.1 (2013-07-30) |
| 64 | +------------------ |
| 65 | + |
| 66 | + * Add support for HDL-64E S2 and S2.1 models, which were not working before (`#11`_), thanks to Gabor Meszaros (`#12`_). |
| 67 | + * Add additional parameters to launch files (`#14`_). |
| 68 | + |
| 69 | +1.1.0 (2013-07-16) |
| 70 | +------------------ |
| 71 | + |
| 72 | + * Fix build problems due to PCL 1.7 API incompatibilities (`#8`_), |
| 73 | + thanks to William Woodall. This version also works with Groovy, as |
| 74 | + long as the correct ``pcl_conversions`` is installed. |
| 75 | + * Fix errors with Mac OSX compiler (`#8`_). |
| 76 | + * Install ``pluginlib`` XML files (`#9`_). |
| 77 | + * Install some launch and parameter files. |
| 78 | + * Enable unit tests when ``CATKIN_ENABLE_TESTING`` is set (`#10`_). |
| 79 | + |
| 80 | +1.0.1 (2013-06-15) |
| 81 | +------------------ |
| 82 | + |
| 83 | + * Declare explicit ``pluginlib`` dependency (`#4`_). |
| 84 | + |
| 85 | +1.0.0 (2013-06-14) |
| 86 | +------------------ |
| 87 | + |
| 88 | + * Convert to catkin (`#1`_). |
| 89 | + * Release to Hydro. |
| 90 | + |
| 91 | +0.9.2 (2013-07-08) |
| 92 | +------------------ |
| 93 | + |
| 94 | + * Fix Groovy build problem (`#7`_). |
| 95 | + |
| 96 | +0.9.1 (2012-06-05) |
| 97 | +------------------ |
| 98 | + |
| 99 | + * Driver socket read path improvements. |
| 100 | + * Add unit tests with 32E data. |
| 101 | + * Released to Electric, Fuerte and Groovy. |
| 102 | + |
| 103 | +0.9.0 (2012-04-03) |
| 104 | +------------------ |
| 105 | + |
| 106 | + * Completely revised API, anticipating a 1.0.0 release. |
| 107 | + * HDL-32E device support. |
| 108 | + * New velodyne_driver and velodyne_pointcloud packages. |
| 109 | + * Old velodyne_common and velodyne_pcl packages no longer included. |
| 110 | + * Released to Electric, Fuerte and Groovy. |
| 111 | + |
| 112 | +0.2.6 (2011-02-23) |
| 113 | +------------------ |
| 114 | + |
| 115 | + * Label all timing-dependent tests "realtime" so they do not run by |
| 116 | + default on the build farm machines. |
| 117 | + |
| 118 | +0.2.5 (2010-11-19) |
| 119 | +------------------ |
| 120 | + |
| 121 | + * Initial implementation of new 0.3 interfaces. |
| 122 | + * Support for ROS 1.3 `std_msgs::Header` changes. |
| 123 | + |
| 124 | +0.2.0 (2010-08-17) |
| 125 | +------------------ |
| 126 | + |
| 127 | + * Initial release to ROS C-turtle. |
| 128 | + |
| 129 | +.. _`#1`: https://github.com/ros-drivers/velodyne/issues/1 |
| 130 | +.. _`#4`: https://github.com/ros-drivers/velodyne/issues/4 |
| 131 | +.. _`#7`: https://github.com/ros-drivers/velodyne/issues/7 |
| 132 | +.. _`#8`: https://github.com/ros-drivers/velodyne/pull/8 |
| 133 | +.. _`#9`: https://github.com/ros-drivers/velodyne/issues/9 |
| 134 | +.. _`#10`: https://github.com/ros-drivers/velodyne/issues/10 |
| 135 | +.. _`#11`: https://github.com/ros-drivers/velodyne/issues/11 |
| 136 | +.. _`#12`: https://github.com/ros-drivers/velodyne/pull/12 |
| 137 | +.. _`#13`: https://github.com/ros-drivers/velodyne/issues/13 |
| 138 | +.. _`#14`: https://github.com/ros-drivers/velodyne/pull/14 |
| 139 | +.. _`#17`: https://github.com/ros-drivers/velodyne/issues/17 |
| 140 | +.. _`#18`: https://github.com/ros-drivers/velodyne/issues/18 |
| 141 | +.. _`#20`: https://github.com/ros-drivers/velodyne/issues/20 |
0 commit comments