Skip to content

Commit 37d7402

Browse files
committed
Remove superflous line
1 parent f0af926 commit 37d7402

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ur_controllers/src/passthrough_trajectory_controller.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ controller_interface::return_type PassthroughTrajectoryController::update(const
245245

246246
if (current_index_ == 0 && current_transfer_state == TRANSFER_STATE_IDLE) {
247247
active_trajectory_elapsed_time_ = rclcpp::Duration(0, 0);
248-
rclcpp::Duration::from_seconds(duration_to_double(active_joint_traj_.points.back().time_from_start));
249248
max_trajectory_time_ =
250249
rclcpp::Duration::from_seconds(duration_to_double(active_joint_traj_.points.back().time_from_start));
251250
transfer_command_interface_->get().set_value(TRANSFER_STATE_WAITING_FOR_POINT);

0 commit comments

Comments
 (0)