- Add myself to maintainers
- Contributors: Wolfgang Merkt
- Bump CMake version to avoid CMP0048 (#14)
- Contributors: Shane Loretz
- Fix for binary ColorOcTrees messages
- Removed check for "OcTree" id in binary deserialization, see Issue #4 and #5
- Contributors: Armin Hornung, Felix Endres
- Fixing issue octomap_rviz_plugins/#10: Allow deserializing an empty octree
- Contributors: Armin Hornung
- Removed [binary|full]MsgDataToMap, created only incomplete OctoMap objects Replacement: use [binary|full]MsgToMap or msgToMap()
- Removed deprecated conversions
- Fix: octree resolution is double, not float
- Fixed msg resolution field, binaryMsgToMap
- fixed package.xml depends / build_depend
- adjusted message generation to recent catkin changes & switched version to 0.2.6
- more catkin fixing
- copyright is not supported for package.xml
- moving catkin_package() after generate_messages() per latest changes to catkin
- comply to the new catkin API
- add function to convert a message to map
- changed message format to contain only data, meta information stored in new message fields (untested for Groovy)
- documentation, fixes
- remove id from message and bump stack version
- New octomap_msg (de-) serialization / conversion functions from and to messages; old ones are now deprecated
- missing includes added
- Turned octomap_msgs and octomap_ros into unary stacks, code in octomap_mapping adjusted