We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec629a1 commit 549fd10Copy full SHA for 549fd10
joint_trajectory_controller/test/test_trajectory_controller_utils.hpp
@@ -427,9 +427,7 @@ class TrajectoryControllerTest : public ::testing::Test
427
{
428
if (traj_controller_)
429
430
- if (
431
- traj_controller_->get_lifecycle_id() ==
432
- lifecycle_msgs::msg::State::PRIMARY_STATE_ACTIVE)
+ if (traj_controller_->get_lifecycle_id() == lifecycle_msgs::msg::State::PRIMARY_STATE_ACTIVE)
433
434
EXPECT_EQ(
435
traj_controller_->get_node()->deactivate().id(),
0 commit comments