Franky 0.12.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:
30 explicit JointMotion(
31 const JointState &target,
32 double state_estimate_weight = 0.0,
34 const RelativeDynamicsFactor &relative_dynamics_factor = 1.0,
35 bool return_when_finished = true);
36};
37
38} // namespace franky
Joint motion with a single target.
Definition joint_motion.hpp:12
Joint state of a robot.
Definition joint_state.hpp:15
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:10