Skip to content

Commit

Permalink
rtabmap_legacy: Fixed build error when rtabmap is built with depthai
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Oct 24, 2023
1 parent 61bd84b commit 3293f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtabmap_legacy/src/StereoCameraNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "ros/ros.h"
#include <rtabmap/utilite/ULogger.h>
#include <rtabmap/utilite/UDirectory.h>
#include <rtabmap/core/CameraStereo.h>
#include <rtabmap/core/camera/CameraStereoVideo.h>
#include <rtabmap/core/util2d.h>
#include <rtabmap_conversions/MsgConversion.h>
#include <image_transport/image_transport.h>
Expand Down

0 comments on commit 3293f2b

Please sign in to comment.