|
|
#include <armarx/navigation/safety_guard/LaserBasedProximity.h>
Public Types | |
| enum class | Mode : std::uint8_t { Disabled , DirectionDependent , DirectionIndependent } |
Public Attributes | |
| float | influenceDistance {2000.F} |
| float | k {4.F} |
| float | lambda {6.F} |
| Mode | mode = Mode::DirectionDependent |
| bool | reduceVelocity {true} |
| float | safetyDistance {500.F} |
Definition at line 47 of file LaserBasedProximity.h.
|
strong |
| Enumerator | |
|---|---|
| Disabled | |
| DirectionDependent | |
| DirectionIndependent | |
Definition at line 49 of file LaserBasedProximity.h.
| float influenceDistance {2000.F} |
Definition at line 59 of file LaserBasedProximity.h.
| float k {4.F} |
Definition at line 66 of file LaserBasedProximity.h.
| float lambda {6.F} |
Definition at line 67 of file LaserBasedProximity.h.
| Mode mode = Mode::DirectionDependent |
Definition at line 56 of file LaserBasedProximity.h.
| bool reduceVelocity {true} |
Definition at line 62 of file LaserBasedProximity.h.
| float safetyDistance {500.F} |
Definition at line 58 of file LaserBasedProximity.h.