Skip to content

Commit 448bf96

Browse files
Deleted move constructor of Twist
1 parent 4f86361 commit 448bf96

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/franky/twist.hpp

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ class Twist {
1212

1313
Twist(const Twist &twist) = default;
1414

15-
Twist(Twist &&twist) = default;
16-
1715
Twist(Eigen::Vector3d linear_velocity, Eigen::Vector3d angular_velocity)
1816
: linear_velocity_(std::move(linear_velocity)), angular_velocity_(std::move(angular_velocity)) {}
1917

0 commit comments

Comments
 (0)