Franky 1.1.0
A High-Level Motion API for Franka
Loading...
Searching...
No Matches
joint_motion.hpp
Go to the documentation of this file.
1#pragma once
2
6
7namespace franky {
8
13 public:
22 explicit JointMotion(
23 const JointState &target, ReferenceType reference_type = ReferenceType::kAbsolute,
24 const RelativeDynamicsFactor &relative_dynamics_factor = 1.0, bool return_when_finished = true);
25};
26
27} // namespace franky
Joint motion with a single target.
Definition joint_motion.hpp:12
Joint state of a robot.
Definition joint_state.hpp:16
Joint waypoint motion.
Definition joint_waypoint_motion.hpp:19
Relative dynamics factors.
Definition relative_dynamics_factor.hpp:13
Definition dynamics_limit.cpp:8
ReferenceType
Enum class for reference types.
Definition reference_type.hpp:11