ros2_controllers
ros2_controllers copied to clipboard
joint_trajectory_controller::test_trajectory_controller.cpp tests timeout
Describe the bug joint_trajectory_controller::test_trajectory_controller.cpp::PositionTrajectoryControllers/TrajectoryControllerTestParameterized.configure_state_ignores_commands/0 times out when running from commit b157c0d35d42f850dbb48f1d35f91796344c2a5c
To Reproduce Steps to reproduce the behavior:
- checkout commit b157c0d35d42f850dbb48f1d35f91796344c2a5c
- build
- run all tests in the joint_trajectory_controller package
Expected behavior Tests should pass
Environment (please complete the following information):
- OS: ubuntu 22.04.1 LTS (Jammy Jellyfish)
- Version: rolling
- Running in a docker.io/ros:rolling docker container
Additional context Found by running git bisect. @tylerjw You might be able to debug this fastest as the above mentioned commit is authored by you, though others are mentioned in the commit.