Skip to content

Commit 11cb3c1

Browse files
committed
Merge branch 'sunghyuneun/euclidean_debug' of https://github.com/sunghyuneun/tb-software into sunghyuneun/euclidean_debug
2 parents 68b301a + 6455b48 commit 11cb3c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/software/physics/euclidean_to_wheel.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ EuclideanToWheel::EuclideanToWheel(const robot_constants::RobotConstants& robot_
5353

5454
// Calculate Pseudo-inverse dynamically
5555

56-
wheel_to_euclidean_velocity_D_inverse_ = euclidean_to_wheel_velocity_D_.completeOrthogonalDecomposition().pseudoInverse();
56+
wheel_to_euclidean_velocity_D_inverse_ =
57+
euclidean_to_wheel_velocity_D_.completeOrthogonalDecomposition().pseudoInverse();
5758
}
5859

5960
WheelSpace_t EuclideanToWheel::getWheelVelocity(EuclideanSpace_t euclidean_velocity) const

0 commit comments

Comments
 (0)