Updated for rtabmap 0.8.8

This commit is contained in:
Mathieu Labbe
2015-03-25 13:32:18 -04:00
parent a5532c6890
commit c44b5463c0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>rtabmap_ros</name>
<version>0.8.7</version>
<version>0.8.8</version>
<description>RTAB-Map's ros-pkg. RTAB-Map is an RGB-D SLAM approach with real-time constraints.</description>
<maintainer email="matlabbe@gmail.com">Mathieu Labbe</maintainer>
<author>Mathieu Labbe</author>
+1
View File
@@ -351,6 +351,7 @@ rtabmap::Signature nodeDataFromROS(const rtabmap_ros::NodeData & msg)
words,
words3D,
transformFromPoseMsg(msg.pose),
std::vector<unsigned char>(),
compressedMatFromBytes(msg.laserScan),
compressedMatFromBytes(msg.image),
compressedMatFromBytes(msg.depth),