Changelog for package costmap_cspace
0.10.4 (2020-11-12)
- costmap_cspace: make Costmap3dLayerPlain and Costmap3dLayerOutput faster (#562)
- Contributors: Naotaka Hatao
0.10.3 (2020-10-22)
- costmap_cspace: make Costmap3dLayerFootprint::generateCSpace faster (#554)
- costmap_cspace: add test for keeping unknown mode (#555)
- Contributors: Naotaka Hatao
0.10.2 (2020-10-07)
- costmap_cspace: enable func to remove objects out of z range (#551)
- Contributors: Tatsuroh Sakaguchi
0.10.1 (2020-08-26)
0.10.0 (2020-08-06)
0.9.1 (2020-07-16)
0.9.0 (2020-07-02)
0.8.8 (2020-06-15)
0.8.7 (2020-05-22)
0.8.6 (2020-05-15)
0.8.5 (2020-05-04)
0.8.4 (2020-04-30)
- Clean unused dependencies (#472)
- Contributors: Atsushi Watanabe
0.8.3 (2020-04-26)
0.8.2 (2020-04-07)
- Support Noetic (#461)
- Contributors: Atsushi Watanabe
0.8.1 (2020-03-12)
0.8.0 (2020-03-04)
0.7.0 (2020-02-04)
0.6.0 (2020-01-18)
0.5.1 (2020-01-06)
- Fix header namespaces (#408)
- Migrate from C math functions to C++ (#407)
- Contributors: Atsushi Watanabe
0.5.0 (2019-10-21)
- costmap_cspace: fix unknown handling (#392)
- Contributors: Atsushi Watanabe
0.4.3 (2019-09-10)
- costmap_cspace: fix memory corruption (#381)
- Contributors: Atsushi Watanabe
0.4.2 (2019-08-19)
0.4.1 (2019-08-15)
- costmap_cspace: fix costmap output for out-of-boundary overlay map (#361)
- Drop ROS Indigo and Ubuntu Trusty support (#310)
- Fix include directory priority (#308)
- planner_cspace, costmap_cspace: minor refactoring (#305)
- Contributors: Atsushi Watanabe
0.4.0 (2019-05-09)
- costmap_cspace: add const begin/end to PointcloudAccumurator (#294)
- Contributors: Naotaka Hatao
0.3.1 (2019-01-10)
- Fix pointer alignment style (#233)
- Migrate tf to tf2 (#230)
- Fix catkin package definitions (#206)
- Contributors: Atsushi Watanabe, So Jomura
0.2.3 (2018-07-19)
- Fix test names (#202)
- Install sample files and nodes for demo (#201)
- Contributors: Atsushi Watanabe
0.2.2 (2018-07-17)
0.2.1 (2018-07-14)
- Fix missing package dependencies (#194)
- Contributors: Atsushi Watanabe
0.2.0 (2018-07-12)
- Fix build on Indigo (#180)
- Fix namespace migration messages (#174)
- Fix topic/service namespace model (#168)
- Fix package dependencies (#167)
- Fix naming styles (#166)
- Update package descriptions and unify license and version (#165)
- Use neonavigation_msgs package (#164)
- costmap_cspace: add StopPropagation layer (#153)
- costmap_cspace: install header files (#155)
- costmap_cspace: fix layer order handling from the parameter (#154)
- costmap_cspace: clear update region on output layer (#139)
- costmap_cspace: clear previous position on overlay map (#135)
- Add integration demo (#133)
- costmap_cspace: add unknown handler layer (#132)
- costmap_cspace: memory access optimizations (#131)
- costmap_cspace: keep overlay maps which arrived before base map (#124)
- costmap_cspace: always store received overlay map (#109)
- costmap_cspace: make static layers configurable (#108)
- costmap_cspace: make costmap layer structure configurable (#106)
- costmap_cspace: refactor CSpace3Cache class (#105)
- costmap_cspace: add stacked costmap class (#104)
- costmap_cspace: remove retval of setFootprint (#103)
- costmap_cspace: move XML-polygon conversion into Polygon class (#102)
- costmap cspace: add layer type check (#101)
- costmap_cspace: refactor costmap layer classes (#100)
- costmap_cspace: make costmap layers stackable (#99)
- costmap_cspace: make cspace template customizable (#96)
- costmap_cspace: hold CSpace3D object as shared_ptr (#95)
- Suppress compile warnings and test with -Werror. (#82)
- costmap_cspace: fix frame of z-filter in pointcloud2_to_map. (#80)
- costmap_cspace: fix angular grid accessor before receiving the first map.
- Add missing dep to xmlrpcpp. (#52)
- Remove dummy dep to system_lib. (#51)
- costmap_cspace: adds unit tests. (#48)
- costmap_cspace: fixes memory access error on global map boundary. (#49)
- costmap_cspace: refactors costmap_cspace package. (#47)
- Support package install. (#45)
- costmap_cspace: pointcloud2_to_map: adds singleshot data input (#41)
- Fix coding styles. (#39)
- costmap_cspace: add pointcloud2_to_map node. (#35)
- costmap_cspace: laserscan_to_map: accumerate scans. (#34)
- costmap_cspace: adds laserscan_to_map node. (#33)
- adds READMEs (#11)
- costmap_cspace, planner_cspace: fixes pkg dependencies
- changes planner and costmap package names with a postfix _cspace
- Contributors: Atsushi Watanabe