Working to get the k4a working with ROS (18.04/melodic).
k4a SDK installed correctly/working (viewer and recorder work very well)
rtabmap compiles from master without error
rtabmap_ros package compiles (from master) just fine
azure_kinect_ros_driver package compiles without error (
https://github.com/microsoft/Azure_Kinect_ROS_Driver)
when running a slightly modified slam_rtabmap launch file (included in the gist)
everything *except* rtabmap seems to run fine.
when the process starts, the kinect ros driver comes up and publishes, rtabmapviz opens , I can see that feature points are being extracted from the feeds and odometry is being generated, but no persistent map is being created.
in reviewing output, it's very clear that rtabmap is starting... and the immediately crashing as it start to receive data (see gist link below)
https://gist.github.com/eric-schleicher/69538bcfdbe2e3286cf7d9ef88b174d1#file-output-txt-L370Feel like at the edge of something really great (RTABMAP+K4A)!
I hope we can find what's in the way