|
2 | 2 | Changelog for package pointcloud_to_laserscan
|
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
4 | 4 |
|
| 5 | +Forthcoming |
| 6 | +----------- |
| 7 | +* Merge pull request `#12 <https://github.com/ipa320/pointcloud_to_laserscan/issues/12>`_ from ipa-fxm/review_frame_publisher |
| 8 | + review frame publisher |
| 9 | +* frame_publisher tf2 migration |
| 10 | +* fix tf lookup timestamps |
| 11 | +* Merge pull request `#11 <https://github.com/ipa320/pointcloud_to_laserscan/issues/11>`_ from ipa320/fix_install_tags |
| 12 | + fix_install_tags |
| 13 | +* fix_install_tags |
| 14 | +* Merge pull request `#10 <https://github.com/ipa320/pointcloud_to_laserscan/issues/10>`_ from souravran/patch-1 |
| 15 | + update to industrial_ci |
| 16 | +* update to industrial_ci |
| 17 | +* Merge pull request `#9 <https://github.com/ipa320/pointcloud_to_laserscan/issues/9>`_ from ipa-bnm/fix/output_flooding |
| 18 | + prevent console output flooding with errors |
| 19 | +* added at least one pointcloud point to roi filter to prevent console output flooding with errors |
| 20 | +* change logging level to debug |
| 21 | +* Merge pull request `#6 <https://github.com/ipa320/pointcloud_to_laserscan/issues/6>`_ from ipa-fmw/travis |
| 22 | + Travis config |
| 23 | +* Create .travis.rosinstall |
| 24 | +* Create .travis.yml |
| 25 | +* Merge pull request `#5 <https://github.com/ipa320/pointcloud_to_laserscan/issues/5>`_ from ipa-svn/indigo-devel |
| 26 | + New cleanedup verison of pointcloud to laserscan including roi filter and frame publisher |
| 27 | +* Update package.xml |
| 28 | + Fixed tabs vs spaces |
| 29 | +* Added README with description about the package functionality |
| 30 | +* Cleanup indentation, function names, and license agreement. |
| 31 | +* Merge pull request `#3 <https://github.com/ipa320/pointcloud_to_laserscan/issues/3>`_ from ipa-svn/feature/without_msgs_filter |
| 32 | + Merge clean and working version without message filter interface: Feature/without msgs filter |
| 33 | +* Merge pull request `#2 <https://github.com/ipa320/pointcloud_to_laserscan/issues/2>`_ from ipa-fmw/feature/without_msgs_filter |
| 34 | + activate filter again |
| 35 | +* activate filter again |
| 36 | +* updated timestamp for published transform |
| 37 | +* Changed log level from error log used for debug purposes. |
| 38 | +* Removed message filter stuff since it seems to cause disfunction when the nodelets run for a long time |
| 39 | +* cleanup and added test cb to debug crach in long time test. |
| 40 | +* Cleanup code and set debug logging to error to see something on the screen also if started from other pc: Should be removed once craches are fixed. |
| 41 | +* relax time restriction at lookup |
| 42 | +* cleanup, removed unused parts and declare variables outside loop. |
| 43 | +* Cleanup: removed function already commented out, functionality is in seperate files/nodelets |
| 44 | +* Changed max range assignement to a bit less than max range since the assignement of scan does not work otherwise; value < max_range required |
| 45 | +* Removed the uggly hack with statistical filtering from within the p2l nodelet sinse this functionality is not provided seperately by the nodelet roi_outlier_removal_nodelet added in the last commit. Keep code commented out until tested. |
| 46 | +* Moved roi filter fo separate nodelet. The new nodelet provides the functionality of reducing a pointcloud to the region of interest in the same way as done within the pointcloud to laserscan, but without creating the scan. |
| 47 | +* Added frame publisher that should not stay in this package. The frame publisher publishes a new frame with the origin and rotation based on two other frames accoring to settings. |
| 48 | +* Uggly fix: split the pc reduction into pre and past filtering parts. The pre filtering part uses the fix z_min = 0 in base link in order to keep the floor redings. No floor redings -> no good filter tuning. This should be done by a pointcloud reduction node combined with filtering befor the pc2laserscan |
| 49 | +* Moved static filtering option to the ipa_pointcloud_to_laserscan nodelet to quickly use logging. + Bugfixes |
| 50 | +* added possibility to include a pcl statistical outlier filter to the reduced pointclud. |
| 51 | +* Merge pull request `#3 <https://github.com/ipa320/pointcloud_to_laserscan/issues/3>`_ from ipa-svn/indigo-devel |
| 52 | + P2L without parameter lookup in callback |
| 53 | +* Adapted opening angle of scan |
| 54 | +* use cost declarations for paramerters not modified by the function. |
| 55 | +* Use debug stream instead of info stream logging in cloud cb function |
| 56 | +* cleanup |
| 57 | +* Moved outlier filter to separate files and removed parameter lookup in callback |
| 58 | +* Fixed wrong time in tf lookup, now using pointcloud time. Added processing time infor logging. |
| 59 | +* Added general launch file for nodelet. |
| 60 | +* Moved cob parameter settings to separate files. |
| 61 | +* Merge pull request `#1 <https://github.com/ipa320/pointcloud_to_laserscan/issues/1>`_ from ipa-svn/indigo-devel |
| 62 | + ipa changes moved from navigation package |
| 63 | +* Added setting for max noise cluster distance. All clusters further away are not considered to be noise clusters. |
| 64 | +* Added missing msgs dependencies |
| 65 | +* Added missing geometry msgs dependencies |
| 66 | +* use camera arg consistently and assign parameters for the ipa scna filter. |
| 67 | +* updated author and node name |
| 68 | +* added ipa nodelet to xml |
| 69 | +* build both ipa and original verison |
| 70 | +* add own class for the ipa nodelet to be able to build both ipa and original version at the same time |
| 71 | +* added ipa test launch files |
| 72 | +* Added scan outlier filter for removal of strange noise clusters in the pointcloud |
| 73 | +* Reduce computational time by - determining which points out of the pointcloud to use in the pointcloud source frame instead of in the target frame (the borders are transformed to the pointcloud frame instead of other way around). - calculate the scan point out of the original point cloud. |
| 74 | +* remove leading / of frame id if present which makes it possible to use messges with non-tf2-compatible fram notation |
| 75 | +* build ipa source files instead. |
| 76 | +* added node class for ipa nodelet |
| 77 | +* added copy of nodlet for ipa changes |
| 78 | +* Contributors: Benjamin Maidel, Felix Messmer, Florian Weisshardt, Sourav Senapati, ipa-fxm, ipa-svn, ips-svn, msh, svn |
| 79 | + |
5 | 80 | 1.3.0 (2015-06-09)
|
6 | 81 | ------------------
|
7 | 82 | * Fix pointcloud to laserscan transform tolerance issues
|
|
0 commit comments