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

no image received using realsense d435i and orb_slam2_d435_rgbd.launch #135

Open
YESAndy opened this issue Jun 20, 2022 · 1 comment
Open

Comments

@YESAndy
Copy link

YESAndy commented Jun 20, 2022

Hi there,

i am trying to run orb_slam2_d435_rgbd.launch with an Intel Realsense d435i attached on jetson nano 2gb. The build is successful. However, when I tried to visualize the real-time data using Rviz, I got "no image received" in the camera section in Rviz. Things I have checked:

1 use usb_cam to see the camera connection, and it worked. I can see there are several camera channels for RGB and the depth information when I changed the device names (/dev/video1 or /dev/video0) and the camera resolution. So I am guessing these may confuse the rviz?

For examing the camera connection, I also used realsense-viewer and it worked with a warning of "control transfer returned error"

2 I added tf_static_transform in the launch file, the "fixed frame" section is "ok" but there is no output from either the camera or the pointcloud2

3 chmod +x /dev/video0, still not working

4 add a node "hector_trajectory_node", not working

5 I also used rosbag to record everything when running orb_slam2_d435_rgbd.launch, and tried to re-played the record. the record did not contain /camera/orb_slam2_rgbd/image_raw etc. which represent the camera streaming data. So I manually add topic in the camera section in Rviz but still not working.

I am basically new to ROS and have been googling solutions for a few days with no solution. Please help me!

@YESAndy
Copy link
Author

YESAndy commented Jun 20, 2022

just solved by install realsense2_camera and ran roslaunch realsense2_camera rs_camera.launch. However, there is no keypoint showing up in rviz.

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

1 participant