Skip to content

Commit

Permalink
Update test/integration/physics_system.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Peters <[email protected]>
Signed-off-by: Yaswanth <[email protected]>
  • Loading branch information
yaswanth1701 and scpeters authored Aug 14, 2024
1 parent b690fc9 commit 7263960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/physics_system.cc
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ TEST_F(PhysicsSystemFixture,

const math::Vector3d vel0(0.1, 5.0, 0.1);

// Reset child link velocity to nonzero components (upward in Z)
// Reset child link velocity to nonzero components
// This shouldn't do anything, since it is not the root link of its FreeGroup
ecm->CreateComponent(childLinkEntity,
components::WorldAngularVelocityReset(vel0));
Expand Down

0 comments on commit 7263960

Please sign in to comment.