GoalReachedConfig.h
Go to the documentation of this file.
1#pragma once
2
3#include <cmath>
4
5#include <VirtualRobot/MathTools.h>
6
8
10{
11
13 {
14 float posTh{45.F}; // [mm]
15 float oriTh{VirtualRobot::MathTools::deg2rad(8.F)}; // [rad]
16
17 float linearVelTh{100.F}; // [mm/s]
18 float angularVelTh{VirtualRobot::MathTools::deg2rad(5.F)}; // [rad/s]
19
21
24 };
25
26} // namespace armarx::navigation::core
std::shared_ptr< Dict > DictPtr
Definition Dict.h:42
This file is part of ArmarX.
static GoalReachedConfig FromAron(const aron::data::DictPtr &dict)