You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rtabmap requires the frame camera_depth_optical_frame as the frame for the depth image. There seems to be no way to configure this in rtabmap. Other cameras provide this frame, such as the realsense, the gazebo kinect driver and probably the ZED (although I cannot check this right now).
It is obviously easy to add a static transform from a provided frame to the needed one, but it would be even better integration if the depthai-ros driver would conform to what seems to be a standard naming of camera frames. There are other frames that seem to be standard, such as camera_color_optical_frame and camera_imu_optical_frame.
The text was updated successfully, but these errors were encountered:
Unless I'm wrong there shouldn't be a requirement for a specific frame name, rtabmap.launch.py works with RGBD frames and doesn't throw any errors regarding them, the most important frame is the base_frame which can be overriden.
Unfortunately there is no REP (yet) for specifying the frame names (not counting optical_frames)
If you enable RS mode (more information in the docs), the topic and frame names will be remapped to match those on Realsense
rtabmap requires the frame
camera_depth_optical_frame
as the frame for the depth image. There seems to be no way to configure this in rtabmap. Other cameras provide this frame, such as the realsense, the gazebo kinect driver and probably the ZED (although I cannot check this right now).It is obviously easy to add a static transform from a provided frame to the needed one, but it would be even better integration if the depthai-ros driver would conform to what seems to be a standard naming of camera frames. There are other frames that seem to be standard, such as
camera_color_optical_frame
andcamera_imu_optical_frame
.The text was updated successfully, but these errors were encountered: