JSKAerialRobot / jsk_uav_forest

THe platform for the uav forest challenge
8 stars 10 forks source link

The necessity of turn before return for all tasks #75

Closed tongtybj closed 7 years ago

tongtybj commented 7 years ago

The tilt angle of slope may cause the problem that UAV can not catch the target when far from it, e.g go back to start point. So we must not use the local control method in the return phase. I suggest the way to turn before return and use global control method.

後ろ向きに後退すると、UAVの絶対高度が足りず、20番の立ち木ではなく、周辺の地面をスキャンしてしまう恐れがある。よって、turnしてglobal control methodを使った方がいいとおもう。

tongtybj commented 7 years ago

f70063で"turn_vefore_return"をdefaultでtrueにした。