Skip to content

Commit

Permalink
Fix API change from rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 8, 2024
1 parent 9edf01f commit 777cf15
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,7 @@ class TrajectoryControllerTest : public ::testing::Test
{
if (traj_controller_)
{
if (
traj_controller_->get_lifecycle_state().id() ==
lifecycle_msgs::msg::State::PRIMARY_STATE_ACTIVE)
if (traj_controller_->get_state().id() == lifecycle_msgs::msg::State::PRIMARY_STATE_ACTIVE)
{
EXPECT_EQ(
traj_controller_->get_node()->deactivate().id(),
Expand Down

0 comments on commit 777cf15

Please sign in to comment.