|
|
virtual | ~InterceptSimulatorSelf ()=default |
| | virtual destructor
|
| |
| virtual void | simulate (const WorldModel &wm, const int max_step, std::vector< Intercept > &self_results)=0 |
| | pure virtual function. simulate self interception, and store the results to self_results More...
|
| |
|
|
| InterceptSimulatorSelf ()=default |
| | protected constructor since this is an abstract class
|
| |
◆ simulate()
| virtual void rcsc::InterceptSimulatorSelf::simulate |
( |
const WorldModel & |
wm, |
|
|
const int |
max_step, |
|
|
std::vector< Intercept > & |
self_results |
|
) |
| |
|
pure virtual |
pure virtual function. simulate self interception, and store the results to self_results
- Parameters
-
| wm | world model |
| max_step | max prediction step |
| self_results | reference to the result container |
Implemented in rcsc::InterceptSimulatorSelfV17.
The documentation for this class was generated from the following file: