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 11, 2024
1 parent 6b986cb commit c5458ed
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,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 c5458ed

Please sign in to comment.