Franky 0.12.0
A High-Level Motion API for Franka
Loading...
Searching...
No Matches
joint_velocity_motion.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "franky/types.hpp"
5
6namespace franky {
7
12 public:
25 explicit JointVelocityMotion(
26 const Vector7d &target,
27 const franka::Duration &duration = franka::Duration(1000),
28 double state_estimate_weight = 0.0,
29 const RelativeDynamicsFactor &relative_dynamics_factor = 1.0);
30};
31
32} // namespace franky
Joint velocity motion with a single target.
Definition joint_velocity_motion.hpp:11
Joint velocity waypoint motion.
Definition joint_velocity_waypoint_motion.hpp:19
Relative dynamics factors.
Definition relative_dynamics_factor.hpp:13
Definition dynamics_limit.cpp:8
Eigen::Vector< double, 7 > Vector7d
Definition types.hpp:12