27#include <ArmarXCore/interface/serialization/Eigen.ice>
29#include <RobotAPI/interface/aron.ice>
30#include <RobotAPI/interface/core/PoseBase.ice>
32[[
"python:pkgdir:armarx"]] module
armarx
76 void moveTo(Eigen::Matrix4fSeq waypoints,
string navigationFrame,
string callerId);
85 Eigen::Matrix4fSeq waypoints,
string navigationFrame,
string callerId);
88 Eigen::Vector3f direction,
string navigationFrame,
string callerId);
92 idempotent
void pause(
string callerId);
93 idempotent
void resume(
string callerId);
94 idempotent
void stop(
string callerId);
Brief description of class targets.
idempotent void resume(string callerId)
void moveToAlternatives(detail::TargetAlternatives targets, string navigationFrame, string callerId)
void moveTo(Eigen::Matrix4fSeq waypoints, string navigationFrame, string callerId)
void createConfig(aron::data::dto::Dict config, string callerId)
void setVelocityFactor(float velocityFactor, string callerId)
void moveTowards(Eigen::Vector3f direction, string navigationFrame, string callerId)
idempotent void stop(string callerId)
void moveTo2(detail::Waypoints waypoints, string navigationFrame, string callerId)
bool isStopped(string callerId)
idempotent void stopAll()
idempotent void pause(string callerId)
bool isPaused(string callerId)
void moveToLocation(string location, optional(1) string provider, string callerId)
void removeConfig(string callerId)
void updateMoveTo(Eigen::Matrix4fSeq waypoints, string navigationFrame, string callerId)
sequence< Waypoint > Waypoints
sequence< TargetAlternative > TargetAlternatives
This file is part of ArmarX.
This file offers overloads of toIce() and fromIce() functions for STL container types.
This file is part of ArmarX.
GlobalPlanningStrategy strategy