File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
joint_trajectory_controller/test Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -51,17 +51,13 @@ using lifecycle_msgs::msg::State;
5151using test_trajectory_controllers::TrajectoryControllerTest;
5252using test_trajectory_controllers::TrajectoryControllerTestParameterized;
5353
54- void spin (rclcpp::executors::MultiThreadedExecutor * exe) { exe->spin (); }
55-
5654TEST_P (TrajectoryControllerTestParameterized, configure_state_ignores_commands)
5755{
5856 rclcpp::executors::MultiThreadedExecutor executor;
5957 SetUpTrajectoryController (executor);
6058 traj_controller_->get_node ()->set_parameter (
6159 rclcpp::Parameter (" allow_nonzero_velocity_at_trajectory_end" , true ));
6260
63- // const auto future_handle_ = std::async(std::launch::async, spin, &executor);
64-
6561 const auto state = traj_controller_->get_node ()->configure ();
6662 ASSERT_EQ (state.id (), State::PRIMARY_STATE_INACTIVE);
6763
You can’t perform that action at this time.
0 commit comments