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
Hi, those two launch files (ros2 launch turtlebot4_bringup lite.launch.py and ros2 launch turtlebot4_bringup oakd.launch.py) use config files that have only rgb pipeline type enabled (links here and here respectively), to enable depth topics you would need to modify the pipeline_type parameter to, for example RGBD. More information on pipeline types can be found here ros2 launch turtlebot4_bringup oakd_example.launch.py
launches rgb_stereo_node, which is a premade example pipeline, not the default driver.
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: