Skip to content

Commit

Permalink
Remove non-op line
Browse files Browse the repository at this point in the history
This isn't used anymore and more or less confusing, as actual will not
be desired as long as the robot is moving, which it is here.
  • Loading branch information
fmauch committed Oct 16, 2024
1 parent 8c99198 commit f5f33a7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,6 @@ TEST_P(TrajectoryControllerTestParameterized, test_ignore_partial_old_trajectory
// send points_old and wait to reach first point
publish(time_from_start, points_old, rclcpp::Time());
expected_actual.positions = {points_old[0].begin(), points_old[0].end()};
expected_desired = expected_actual;
traj_controller_->wait_for_trajectory(executor);
auto end_time = updateControllerAsync(
rclcpp::Duration(delay), rclcpp::Time(0, 0, RCL_STEADY_TIME),
Expand Down

0 comments on commit f5f33a7

Please sign in to comment.