Skip to content

Commit

Permalink
remove last conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar authored Jul 16, 2024
1 parent e6e6ac1 commit c84286c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ class TrajectoryControllerTest : public ::testing::Test

static void TearDownTestCase() { rclcpp::shutdown(); }

<<<<<<< HEAD
void subscribeToStateLegacy()
{
auto traj_lifecycle_node = traj_controller_->get_node();
Expand All @@ -385,10 +384,7 @@ class TrajectoryControllerTest : public ::testing::Test
});
}

void subscribeToState()
=======
void subscribeToState(rclcpp::Executor & executor)
>>>>>>> 2674f6d (Fix WaitSet issue in tests (#1206))
{
auto traj_lifecycle_node = traj_controller_->get_node();
traj_lifecycle_node->set_parameter(
Expand Down

0 comments on commit c84286c

Please sign in to comment.