animateQuadrotor2D
animate the simulated trajectories
Contents
Syntax
animateQuadrotor2D(x,t,statObs,dynObs,goalSet)
Description
Shows an animation that visualizes the given trajectory for the 2D quadrotor benchmark together with static and dynamic obstacles.
Input Arguments
|
x |
states of the trajectory (dimension: [N,nx]) |
|
t |
times for the trajectory (dimension: [N,1]) |
|
statObs |
cell-array storing the static obstacles |
|
dynObs |
cell-array storing the dynamic obstacles. Each dynamic obstacle is represented as a struct with fields .set and .time |
|
goalSet |
goal set for the motion planning problem |
See Also
© 2018-2023 I6 Technische Universität München Website License
|
![]() |
![]() |
![]() |


