-
Notifications
You must be signed in to change notification settings - Fork 194
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
ros2 jazzy turtlebot4 has not depth topics #630
Comments
Hi, those two launch files ( |
so basically, what I have to do is change i_pipeline_type: RGB to i_pipeline_type: RGBD in turtlebot4_bringup/config/oakd_pro.yaml? |
since I change turtlebot4_bringup/config/oakd_pro.yaml as below |
Hi, it seems there is an issue with connection, you can enable additional logs by running |
hi, now I have other question that there is a big delay on /ttbot1/oakd/rgb/image_raw topic when I saw the topic in rviz2 |
but when I use /ttbot1/oakd/rgb/preview/image_raw ,it’s showing real time |
since I change turtlebot4_bringup/config/oakd_pro.yaml as below the raw rgb iamge topic is batter ,but , I can’t the /stereo/image_raw topic |
ros2 : jazzy
device : oakd-pro-w
when I run
ros2 launch turtlebot4_bringup lite.launch.py
or
** ros2 launch turtlebot4_bringup oakd.launch.py **
I got topics without depth
in the ttbot4 launch file
but wen I run
ros2 launch turtlebot4_bringup oakd_example.launch.py
ros2 launch depthai_examples stereo_inertial_node.launch.py
I'm able to get depth topic
The text was updated successfully, but these errors were encountered: