|
|
This file is part of ArmarX. More...
Classes | |
| class | LaserBasedProximity |
| struct | LaserBasedProximityParams |
| struct | ProximityFieldParams |
| class | SafetyGuard |
| struct | SafetyGuardParams |
| struct | SafetyGuardResult |
Typedefs | |
| using | SafetyGuardPtr = std::shared_ptr<SafetyGuard> |
Enumerations | |
| enum class | Algorithms { LaserBasedProximity } |
Functions | |
| void | fromAron (const arondto::LaserBasedProximityMode &dto, ProximityFieldParams::Mode &bo) |
| void | fromAron (const arondto::LaserBasedProximityParams &dto, LaserBasedProximityParams &bo) |
| void | fromAron (const arondto::ProximityFieldParams &dto, ProximityFieldParams &bo) |
| void | toAron (arondto::LaserBasedProximityMode &dto, const ProximityFieldParams::Mode &bo) |
| void | toAron (arondto::LaserBasedProximityParams &dto, const LaserBasedProximityParams &bo) |
| void | toAron (arondto::ProximityFieldParams &dto, const ProximityFieldParams &bo) |
Variables | |
| const simox::meta::EnumNames< Algorithms > | AlgorithmNames |
This file is part of ArmarX.
ArmarX is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
ArmarX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
ArmarX is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
ArmarX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
| typedef std::shared_ptr< SafetyGuard > SafetyGuardPtr = std::shared_ptr<SafetyGuard> |
|
strong |
| void fromAron | ( | const arondto::LaserBasedProximityMode & | dto, |
| ProximityFieldParams::Mode & | bo ) |
Definition at line 119 of file aron_conversions.cpp.
| void fromAron | ( | const arondto::LaserBasedProximityParams & | dto, |
| LaserBasedProximityParams & | bo ) |
| void fromAron | ( | const arondto::ProximityFieldParams & | dto, |
| ProximityFieldParams & | bo ) |
Definition at line 39 of file aron_conversions.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void toAron | ( | arondto::LaserBasedProximityMode & | dto, |
| const ProximityFieldParams::Mode & | bo ) |
Definition at line 138 of file aron_conversions.cpp.
| void toAron | ( | arondto::LaserBasedProximityParams & | dto, |
| const LaserBasedProximityParams & | bo ) |
| void toAron | ( | arondto::ProximityFieldParams & | dto, |
| const ProximityFieldParams & | bo ) |
Definition at line 50 of file aron_conversions.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |