Skip to content

Commit

Permalink
Update joint_trajectory_controller/test/test_trajectory_controller.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 20, 2023
1 parent 2dce0af commit fa9d013
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1239,9 +1239,9 @@ TEST_P(TrajectoryControllerTestParameterized, invalid_message)
}

/**
* @brief invalid_message_nonzero_vel Test invalid velocity at trajectory end
* @brief Test invalid velocity at trajectory end with parameter set to false
*/
TEST_P(TrajectoryControllerTestParameterized, invalid_message_nonzero_vel)
TEST_P(TrajectoryControllerTestParameterized, expect_invalid_when_message_with_nonzero_end_velocity_and_when_param_false)
{
rclcpp::Parameter nonzero_vel_parameters("allow_nonzero_velocity_at_trajectory_end", false);
rclcpp::executors::SingleThreadedExecutor executor;
Expand Down

0 comments on commit fa9d013

Please sign in to comment.