Skip to content

Commit

Permalink
Remove superflous line
Browse files Browse the repository at this point in the history
  • Loading branch information
urfeex committed Nov 11, 2024
1 parent f0af926 commit 37d7402
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ur_controllers/src/passthrough_trajectory_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ controller_interface::return_type PassthroughTrajectoryController::update(const

if (current_index_ == 0 && current_transfer_state == TRANSFER_STATE_IDLE) {
active_trajectory_elapsed_time_ = rclcpp::Duration(0, 0);
rclcpp::Duration::from_seconds(duration_to_double(active_joint_traj_.points.back().time_from_start));
max_trajectory_time_ =
rclcpp::Duration::from_seconds(duration_to_double(active_joint_traj_.points.back().time_from_start));
transfer_command_interface_->get().set_value(TRANSFER_STATE_WAITING_FOR_POINT);
Expand Down

0 comments on commit 37d7402

Please sign in to comment.