ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Dear Matlabbe,
Thank you for your answer! I was able to fix it by setting:
<node pkg="rtabmap_ros" type="rtabmap" name="rtabmap">
<param name="map_negative_poses_ignored" type="bool" value="true"/>
(...)
</node>
This way, the obstacles behind the robot no longer disappear.
Sadly, the "better fix" with:
<node pkg="rtabmap_ros" type="rtabmap" name="rtabmap">
<param name="flip_scan" type="bool" value="true"/>
(...)
</node>
Did not work. Do you have any idea why?
Thanks!
2 | No.2 Revision |
Dear Matlabbe,
Thank you for your answer! I was able to fix it by setting:
<node pkg="rtabmap_ros" type="rtabmap" name="rtabmap">
<param name="map_negative_poses_ignored" type="bool" value="true"/>
(...)
</node>
This way, the obstacles behind the robot no longer disappear.
Sadly, the "better fix" with:
<node pkg="rtabmap_ros" type="rtabmap" name="rtabmap">
<param name="flip_scan" type="bool" value="true"/>
(...)
</node>
Did not work. Do you have any idea why?
Thanks!
3 | No.3 Revision |
Dear Matlabbe,
Thank you for your answer! I was able to fix it by setting:
<node pkg="rtabmap_ros" type="rtabmap" name="rtabmap">
<param name="map_negative_poses_ignored" type="bool" value="true"/>
(...)
</node>
This way, the obstacles behind the robot no longer disappear.disappear (Ubuntu 16.04, ROS Kinetic, Rtabmap compiled from Source Feb 2017).
Sadly, the "better fix" with:
<node pkg="rtabmap_ros" type="rtabmap" name="rtabmap">
<param name="flip_scan" type="bool" value="true"/>
(...)
</node>
Did not work. Do you have any idea why?
Thanks!