- Updated maintainer email address
- Added ifm3d-core dependency in preparation for submission to the ROS index
- Added support syncing the system and camera clocks at startup. Side-effect, is we can now stamp the images with the camera-side capture time and not the host-side reception time.
- Added the
SyncClocksService
- Added a image transport plugin blacklist to the nodlet launch file. This
prevents many of the errors seen in the terminal when running
rosbag -ato capture camera data - Added the
SoftOnandSoftOffservice calls
- Added support for Ubuntu 18.04 and ROS Melodic
- Converted primary data publisher to a nodelet architecture
- Provide the
dumpandconfigscripts to call into the exposed ROS services of the nodelet. Removed the older "config node". - Added unit tests
- Now requires ifm3d 0.9.0 and by association the more modernized tooling (C++14, cmake 3.5, dropped support for 14.04/Indigo, etc.)
- Now publishing extrinsics on a topic
- Added
DumpService - Added
ConfigService - Added
TriggerService
- Updates to CMakeLists.txt to support Ubuntu 14.04 and ROS Indigo
- Initial (alpha) release