KumarRobotics / kr_autonomous_flight

KR (KumarRobotics) autonomous flight system for GPS-denied quadrotors
Other
654 stars 110 forks source link

gazebo simulation waypoints in different z axis #183

Closed 15707397862 closed 1 year ago

15707397862 commented 1 year ago

I tried to set some wappoints of different heights in the my gazebo world, but it seems that the UAV cannot move on z axis. Can someone help me. 2022-12-09 17-44-30 的屏幕截图

XuRobotics commented 1 year ago

The default mode is 2D planning. You will need to do the following to enable 3D planning mode

Open the file tracker_params_mp.yaml (https://github.com/KumarRobotics/kr_autonomous_flight/blob/master/autonomy_core/control/control_launch/config/tracker_params_mp.yaml).

You will need to set use_3d_local and use_3d_global to true.

You can modify vertical_semi_fov parameter so that the UAV always plans in the sensor vertical field of view to guarantee safety (but may result in more failures due to limited motion primitives).

We are developing a new more capable and efficient 3D planning algorithm that will soon be merged back to the master branch, stay tuned!

15707397862 commented 1 year ago

thank u sir, and i will try it late. i hope you are in good health at this special time.

------------------ 原始邮件 ------------------ 发件人: "KumarRobotics/kr_autonomous_flight" @.>; 发送时间: 2022年12月17日(星期六) 上午6:50 @.>; @.**@.>; 主题: Re: [KumarRobotics/kr_autonomous_flight] gazebo simulation waypoints in different z axis (Issue #183)

The default mode is 2D planning. You will need to do the following to enable 3D planning mode

Open the file tracker_params_mp.yaml (https://github.com/KumarRobotics/kr_autonomous_flight/blob/master/autonomy_core/control/control_launch/config/tracker_params_mp.yaml).

You will need to set use_3d_local and use_3d_global to true.

You can modify vertical_semi_fov parameter so that the UAV always plans in the sensor vertical field of view to guarantee safety (but may result in more failures due to limited motion primitives).

We are developing a new more capable and efficient 3D planning algorithm that will soon be merged back to the master branch, stay tuned!

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>