Franky 0.12.0
A High-Level Motion API for Franka
Loading...
Searching...
No Matches
cartesian_motion.hpp
Go to the documentation of this file.
1#pragma once
2
5
6namespace franky {
7
12 public:
33 explicit CartesianMotion(
34 const CartesianState &target,
35 double state_estimate_weight = 0.0,
37 const RelativeDynamicsFactor &relative_dynamics_factor = 1.0,
38 bool return_when_finished = true,
39 const Affine &frame = Affine::Identity());
40};
41
42} // namespace franky
Cartesian motion with a single target.
Definition cartesian_motion.hpp:11
Definition cartesian_state.hpp:17
Cartesian waypoint motion.
Definition cartesian_waypoint_motion.hpp:23
Relative dynamics factors.
Definition relative_dynamics_factor.hpp:13
Definition dynamics_limit.cpp:8
ReferenceType
Enum class for reference types.
Definition reference_type.hpp:10
Eigen::Affine3d Affine
Definition types.hpp:16