Skip to content

Commit 448a17d

Browse files
committed
cleanup
1 parent 1276733 commit 448a17d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/software/simulation/er_force_simulator.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -437,11 +437,6 @@ ErForceSimulator::getRampedVelocityPrimitive(
437437
TbotsProto::MotorControl_DirectVelocityControl direct_velocity =
438438
target_velocity_primitive.motor_control().direct_velocity_control();
439439

440-
// The Euclidean velocity fed to the wheel conversion must use the same robot-local
441-
// frame as the real motor service (see MotorService::poll). Both the primitive's
442-
// velocity and RobotState::localVelocity() are expressed as +x forward, +y left,
443-
// which is exactly the frame EuclideanToWheel expects, so no rotation is applied.
444-
445440
// getting the target wheel velocity
446441
EuclideanSpace_t target_euclidean_velocity = {
447442
direct_velocity.velocity().x_component_meters(),

0 commit comments

Comments
 (0)