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;
51
51
using test_trajectory_controllers::TrajectoryControllerTest;
52
52
using test_trajectory_controllers::TrajectoryControllerTestParameterized;
53
53
54
- void spin (rclcpp::executors::MultiThreadedExecutor * exe) { exe->spin (); }
55
-
56
54
TEST_P (TrajectoryControllerTestParameterized, configure_state_ignores_commands)
57
55
{
58
56
rclcpp::executors::MultiThreadedExecutor executor;
59
57
SetUpTrajectoryController (executor);
60
58
traj_controller_->get_node ()->set_parameter (
61
59
rclcpp::Parameter (" allow_nonzero_velocity_at_trajectory_end" , true ));
62
60
63
- // const auto future_handle_ = std::async(std::launch::async, spin, &executor);
64
-
65
61
const auto state = traj_controller_->get_node ()->configure ();
66
62
ASSERT_EQ (state.id (), State::PRIMARY_STATE_INACTIVE);
67
63
You can’t perform that action at this time.
0 commit comments