- Fix cmake target creation
- Workaround for missing TBB::tbb target in Noetic
- cmake: fix case and whitespaces
- Contributors: Jose Luis Blanco-Claraco
- Port to new 'mrpt_lib*' packages
- Contributors: Jose Luis Blanco-Claraco
- Fix build against last mrpt 2.7.x
- Contributors: Jose Luis Blanco-Claraco
- Ported to tf2 and mrpt::ros1bridge
- Fixed all 2D and 3D EKF wrappers to work with mrpt 2.x API
- Update build dep to mrpt2
- Contributors: Jose Luis Blanco Claraco
- fix build against mrpt2
- Contributors: Jose Luis Blanco-Claraco
- Fix build against MRPT 1.9.9
- Switch header guards to pragma once
- Contributors: Jose Luis Blanco-Claraco, Julian Lopez Velasquez, Vladislav Tananaev
- Make catkin_lint clean
- Contributors: Jose Luis Blanco Claraco
- Fixed compilation with MRPT 1.5
- fix build in mrpt 2.0
- fix build; add optimized builds (-O3)
- use consistent cmake conventions for c++14
- Fixes and cleanups for config files
- [mrpt_ekf_slam_3d] Update description and dependencies of package.xml Add test for *.launch files.
- Move transforms to callbacks.
- Define C++11 avoiding direct manipulation of CXX_FLAGS
- catkin_lint error fixes
- Contributors: Jose Luis Blanco, Jose Luis Blanco Claraco, Jose Luis Blanco-Claraco, Logrus, Magnus Gärtner, Max Kuzmin, Vladislav Tananaev
- Don't instruct cmake to search eigen3, mrpt has it
- Fix cmakelists typo
- avoid cmake errors if eigen is not found
- Contributors: Jose Luis Blanco-Claraco, Nikos Koukis
- Avoid gcc warnings with MRPT < 2.0.0
- fix build against mrpt < 1.5.0
- Contributors: Jose-Luis Blanco-Claraco
- Make formatting conform to ROS C++ Style Guide.
- fix eigen3 dependency problem
- Output logs only in ROS.
- Add a guard for new mrpt::ros1bridge::rosLoggerLvlToMRPTLoggerLvl and mrpt::ros1bridge::mrptToROSLoggerCallback functions for MRPT version less than 1.5.0.
- Add streaming of MRPT logs to ROS logs.
- Contributors: Jose Luis Blanco, Logrus, Vladislav Tananaev
- First public version, as a result of Vladislav Tananaev's GSoC2016 work.
- Skip mrpt_ekf_slam_3d if version of MRPT is lower than 1.5.0.
- Contributors: Jose Luis Blanco, Logrus