Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rgbd camera's problem #7

Open
karthyhu opened this issue Dec 2, 2020 · 1 comment
Open

rgbd camera's problem #7

karthyhu opened this issue Dec 2, 2020 · 1 comment

Comments

@karthyhu
Copy link

karthyhu commented Dec 2, 2020

hi,i'm very grateful your project,and the part of monocular is working success.
but I tried to run RGBD by realsense D435,noticed the launch file realsense_rgbd.launch maybe not complete,so I treide to fix it like

<node pkg="orb_slam2_ros"  type="RGBD"  name="orb_slam2_ros" 
      args="$(find orb_slam2_lib)/Vocabulary/ORBvoc.txt $(find orb_slam2_ros)/settings/realsense_rgbd.yaml"
      cwd="node"   output="screen">

<rosparam command="load" file="$(find orb_slam2_ros)/settings/orb_slam2_param.yaml" />


    <!-- remap from="/camera/rgb/image_raw" to="/camera/rgb/image_rect_color" / -->
    <!-- remap from="/camera/depth_registered/image_raw" to="/camera/depth_registered/sw_registered/image_rect" / -->
    <remap from="/camera/depth_registered/image_raw" to="/simple_depth_register_node/depth_registered" />
</node>

but it still can't work,the odom and robot's TF drift very very hard,how can I solve this? thank you so much.

image

@rayvburn
Copy link
Owner

Sorry, I have tested the ORB-SLAM with monocular cameras only.

Please, create a Pull request with your modified .launch file and provide the .bag file with your RGBD camera sequence, I'll try to debug this issue in a spare time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants