|
#include <armarx/navigation/safety_guard/LaserBasedProximity.h>
Public Types | |
using | Params = LaserBasedProximityParams |
Public Member Functions | |
SafetyGuardResult | computeSafetyLimits () override |
LaserBasedProximity (const Params ¶ms, const core::Scene &scene, const Context &ctx) | |
~LaserBasedProximity () override=default | |
![]() | |
SafetyGuard (const core::Scene &scene, const Context &ctx) | |
virtual | ~SafetyGuard ()=default |
Protected Attributes | |
const Params | params |
![]() | |
const core::Scene & | scene |
viz::ScopedClient | viz |
Definition at line 77 of file LaserBasedProximity.h.
using Params = LaserBasedProximityParams |
Definition at line 80 of file LaserBasedProximity.h.
LaserBasedProximity | ( | const Params & | params, |
const core::Scene & | scene, | ||
const Context & | ctx | ||
) |
Definition at line 121 of file LaserBasedProximity.cpp.
|
overridedefault |
|
overridevirtual |
Implements SafetyGuard.
Definition at line 132 of file LaserBasedProximity.cpp.
|
protected |
Definition at line 100 of file LaserBasedProximity.h.