[Process_function]
[Object_simulator]
Class that simulates the moving object.
- Examples
- pf-nonlinear-example.cpp, and tutorial-ukf.cpp.
Definition at line 105 of file pf-nonlinear-example.cpp.
◆ vpObjectSimulator() [1/2]
vpObjectSimulator::vpObjectSimulator |
( |
const double & |
R, |
|
|
const double & |
w, |
|
|
const double & |
phi, |
|
|
const double & |
wZ |
|
) |
| |
|
inline |
Construct a new vpObjectSimulator object.
- Parameters
-
[in] | R | The radius of the revolution around the world frame origin. |
[in] | w | The pulsation of the motion. |
[in] | phi | The phase of the motion. |
[in] | wZ | The y-coordinate of the object in the world frame. |
Definition at line 116 of file pf-nonlinear-example.cpp.
◆ vpObjectSimulator() [2/2]
vpObjectSimulator::vpObjectSimulator |
( |
const double & |
R, |
|
|
const double & |
w, |
|
|
const double & |
phi, |
|
|
const double & |
wZ |
|
) |
| |
|
inline |
Construct a new vpObjectSimulator object.
- Parameters
-
[in] | R | The radius of the revolution around the world frame origin. |
[in] | w | The pulsation of the motion. |
[in] | phi | The phase of the motion. |
[in] | wZ | The y-coordinate of the object in the world frame. |
Definition at line 95 of file tutorial-ukf.cpp.
◆ move() [1/2]
vpColVector vpObjectSimulator::move |
( |
const double & |
t | ) |
|
|
inline |
Move the object to its new position, expressed in the world frame.
- Parameters
-
- Returns
- vpColVector The new position of the object in the world frame, expressed as homogeneous coordinates.
Definition at line 129 of file pf-nonlinear-example.cpp.
◆ move() [2/2]
vpColVector vpObjectSimulator::move |
( |
const double & |
t | ) |
const |
|
inline |
Move the object to its new position, expressed in the world frame.
- Parameters
-
- Returns
- vpColVector The new position of the object in the world frame, expressed as homogeneous coordinates.
Definition at line 108 of file tutorial-ukf.cpp.