Class to simulate a flying aircraft.
- Examples
- pf-nonlinear-example.cpp, and ukf-nonlinear-example.cpp.
Definition at line 265 of file ukf-nonlinear-example.cpp.
◆ vpACSimulator() [1/2]
Construct a new vpACSimulator object.
- Parameters
-
[in] | X0 | Initial position of the aircraft. |
[in] | vel | Velocity of the aircraft. |
[in] | vel_std | Standard deviation of the variation of the velocity. |
Definition at line 275 of file ukf-nonlinear-example.cpp.
◆ vpACSimulator() [2/2]
Construct a new vpACSimulator object.
- Parameters
-
[in] | X0 | Initial position of the aircraft. |
[in] | vel | Velocity of the aircraft. |
[in] | vel_std | Standard deviation of the variation of the velocity. |
Definition at line 295 of file pf-nonlinear-example.cpp.
◆ update() [1/2]
Compute the new position of the aircraft after dt seconds have passed since the last update.
- Parameters
-
[in] | dt | Period since the last update. |
- Returns
- vpColVector The new position of the aircraft.
Definition at line 290 of file ukf-nonlinear-example.cpp.
◆ update() [2/2]
Compute the new position of the aircraft after dt seconds have passed since the last update.
- Parameters
-
[in] | dt | Period since the last update. |
- Returns
- vpColVector The new position of the aircraft.
Definition at line 310 of file pf-nonlinear-example.cpp.