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
First a big thanks for publishing this repo. It's really useful for PX4 users.
During my test, I find that the controller cannot catch up with the planner correctly, especially when I increase the max_vel in px4_kino_replan.launch bigger than 3.
You can see the details in the picture below:
The yellow arrows are going faster than the real quadrotor.
I don't know if there is something wrong with my environment, or it's limited by the geometric controller and the quadrotor's ability. Could you please give me some advice about this? Thanks!
The text was updated successfully, but these errors were encountered:
When I changed the parameters of the geometric_controller (especially increase max_acc, kp_x and kp_y), this gap was reduced. So the problem is related to the controller performance.
However, I am still curious about if it is possible to minimize the gap between the planned pose and the real pose, such as compulsory unifying them at the beginning of each path generation (about 1Hz)?
Hi,
First a big thanks for publishing this repo. It's really useful for PX4 users.
During my test, I find that the controller cannot catch up with the planner correctly, especially when I increase the
max_vel
inpx4_kino_replan.launch
bigger than 3.You can see the details in the picture below:
The yellow arrows are going faster than the real quadrotor.
I don't know if there is something wrong with my environment, or it's limited by the geometric controller and the quadrotor's ability. Could you please give me some advice about this? Thanks!
The text was updated successfully, but these errors were encountered: