We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f86361 commit 448bf96Copy full SHA for 448bf96
include/franky/twist.hpp
@@ -12,8 +12,6 @@ class Twist {
12
13
Twist(const Twist &twist) = default;
14
15
- Twist(Twist &&twist) = default;
16
-
17
Twist(Eigen::Vector3d linear_velocity, Eigen::Vector3d angular_velocity)
18
: linear_velocity_(std::move(linear_velocity)), angular_velocity_(std::move(angular_velocity)) {}
19
0 commit comments