|
|
#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 45 of file LaserBasedProximity.h.
|
strong |
| Enumerator | |
|---|---|
| Disabled | |
| DirectionDependent | |
| DirectionIndependent | |
Definition at line 47 of file LaserBasedProximity.h.
| float influenceDistance {2000.F} |
Definition at line 57 of file LaserBasedProximity.h.
| float k {4.F} |
Definition at line 64 of file LaserBasedProximity.h.
| float lambda {6.F} |
Definition at line 65 of file LaserBasedProximity.h.
| Mode mode = Mode::DirectionDependent |
Definition at line 54 of file LaserBasedProximity.h.
| bool reduceVelocity {true} |
Definition at line 60 of file LaserBasedProximity.h.
| float safetyDistance {500.F} |
Definition at line 56 of file LaserBasedProximity.h.