VIPRA Documentation
|
In addition to the Base Module requirements Goals
require the following:
input
- Input module implementationmap
- Map module implementationengine
- VIPRA Random EngineNONE
The module is ready for use
state
: VIPRA::State& - out parameter, updated positions/velocities of pedestriansNONE
The module is ready to correctly return results for its required methods
pedIdx
: VIPRA::idx - index of pedestrian to find the nearest neighbor ofVIPRA::idx
- index of pedestrian nearest pedestrian pedIdx
NONE
pedIdx
: VIPRA::idx - index of pedestrian to find the nearest neighbor ofcondition
: bool(VIPRA::idx) - callable that returns true if the condition matches a given pedestrianVIPRA::idx
- index of pedestrian nearest pedestrian pedIdx that matches the condition
NONE