armarx::navigation::traj_ctrl::local Namespace Reference

This file is part of ArmarX. More...

Namespaces

namespace  arondto
 

Classes

class  TrajectoryController
 
struct  TrajectoryControllerParams
 
struct  TrajectoryControllerResult
 
class  TrajectoryFollowingController
 
struct  TrajectoryFollowingControllerParams
 

Typedefs

using LocalTrajectoryFollowingControllerPtr = std::shared_ptr<TrajectoryFollowingController>
 
using TrajectoryControllerPtr = std::shared_ptr<TrajectoryController>
 

Enumerations

enum class  Algorithms { TrajectoryFollowingController }
 

Functions

TrajectoryFollowingController::Params applyLimitFromGeneralConfig (const TrajectoryFollowingController::Params &params, const core::GeneralConfig &generalConfig)
 
void fromAron (const arondto::TrajectoryControllerParams &dto, TrajectoryControllerParams &bo)
 
void fromAron (const arondto::TrajectoryFollowingControllerParams &dto, TrajectoryFollowingControllerParams &bo)
 
void toAron (arondto::TrajectoryControllerParams &dto, const TrajectoryControllerParams &bo)
 
void toAron (arondto::TrajectoryFollowingControllerParams &dto, const TrajectoryFollowingControllerParams &bo)
 

Variables

const simox::meta::EnumNames< AlgorithmsAlgorithmNames
 

Detailed Description

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/.

Author
Fabian Reister ( fabian dot reister at kit dot edu )
Christian R. G. Dreher ( c dot dreher at kit dot edu )
Date
2021

Typedef Documentation

◆ LocalTrajectoryFollowingControllerPtr

◆ TrajectoryControllerPtr

typedef std::shared_ptr< TrajectoryController > TrajectoryControllerPtr = std::shared_ptr<TrajectoryController>

Definition at line 49 of file fwd.h.

Enumeration Type Documentation

◆ Algorithms

enum class Algorithms
strong
Enumerator
TrajectoryFollowingController 

Definition at line 29 of file core.h.

Function Documentation

◆ applyLimitFromGeneralConfig()

TrajectoryFollowingController::Params applyLimitFromGeneralConfig ( const TrajectoryFollowingController::Params & params,
const core::GeneralConfig & generalConfig )

Definition at line 63 of file TrajectoryFollowingController.cpp.

+ Here is the caller graph for this function:

◆ fromAron() [1/2]

void fromAron ( const arondto::TrajectoryControllerParams & dto,
TrajectoryControllerParams & bo )

◆ fromAron() [2/2]

void fromAron ( const arondto::TrajectoryFollowingControllerParams & dto,
TrajectoryFollowingControllerParams & bo )

Definition at line 23 of file aron_conversions.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ toAron() [1/2]

void toAron ( arondto::TrajectoryControllerParams & dto,
const TrajectoryControllerParams & bo )

◆ toAron() [2/2]

void toAron ( arondto::TrajectoryFollowingControllerParams & dto,
const TrajectoryFollowingControllerParams & bo )

Definition at line 12 of file aron_conversions.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ AlgorithmNames

const simox::meta::EnumNames<Algorithms> AlgorithmNames
inline
Initial value:

Definition at line 34 of file core.h.