susiejojo / Holonomic_VO

0 stars 0 forks source link

Obstacle avoidance using VO #3

Closed jyotishp closed 4 years ago

jyotishp commented 4 years ago

Objective

Make a single agent avoid multiple obstacles while reaching the goal.

What to do?

susiejojo commented 4 years ago

For the constraints, we need to take the complement of the set of velocities lying in the collision cone right? So technically, the complement of VO should be the returned constraints?

jyotishp commented 4 years ago

No. Constraint can either be an equality or an inequality.

jyotishp commented 4 years ago

Check the examples on https://www.mathworks.com/help/optim/ug/fmincon.html

susiejojo commented 4 years ago

Yeah inequality only, but it should be such that the velocity doesn't fall into VO cone right? So the opposite inequality of what we needed to check if a velocity lies inside the cone?