-
Notifications
You must be signed in to change notification settings - Fork 333
Avoidance system not ready when using local_planner_depth-camera.launch #707
Comments
Same here, I'm able to run the example with local planner stereo but not with depth camera |
@Vu1tUrR @kerct From what I remember, this problem occurred with the Gazebo model. The "iris_depth_camera" model is currently not publishing depth topics. (This might depend on your ROS version.) |
Thanks @ChanJoon! @Vu1tUrR I solved it by changing the topic in the launch file (on line 5) to /iris_obs_avoid/camera/depth/points because I saw that the messages were being published there instead of to /camera/depth/points. I'm using Gazebo 11 on Ubuntu 20.04. |
Yes You are correct. I forgot what I did before :( |
Thank you very much! |
Whenever I run roslaunch local_planner local_planner_depth-camera.launch all I get is
WARN [health_and_arming_checks] Preflight Fail: Avoidance system not ready
and
[ WARN] [1694162985.730929001, 45.760000000]: Planner abort: missing required data
The text was updated successfully, but these errors were encountered: