Skip to content

Commit

Permalink
Update robot_state_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Nov 16, 2024
1 parent 727621a commit dd5380f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions moveit_core/robot_state/test/robot_state_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -691,10 +691,7 @@ TEST_F(OneRobot, rigidlyConnectedParent)
EXPECT_EQ(robot_model_->getRigidlyConnectedParentLinkModel(link_b), link_a);

moveit::core::RobotState state(robot_model_);
<<<<<<< HEAD
=======
state.setToDefaultValues();
>>>>>>> f20265a5a (Fixes flaky RobotState test (#3105))
state.updateLinkTransforms();

EXPECT_EQ(state.getRigidlyConnectedParentLinkModel("link_b"), link_a);
Expand Down

0 comments on commit dd5380f

Please sign in to comment.