Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Sep 19, 2023
1 parent 9f47486 commit 3fca39b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/common_test/joint_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,11 @@ TYPED_TEST(JointFeaturesTest, JointSetCommand)
const std::string jointName{"upper_joint"};

auto world = engine->ConstructWorld(*root.WorldByIndex(0));

ASSERT_NE(nullptr, world);
auto model = world->GetModel(modelName);
ASSERT_NE(nullptr, model);
auto joint = model->GetJoint(jointName);
ASSERT_NE(nullptr, joint);

// EXPECT_EQ(dart::dynamics::Joint::FORCE, dartJoint->getActuatorType());

Expand Down

0 comments on commit 3fca39b

Please sign in to comment.