Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Najjar committed May 5, 2022
1 parent eb04bdf commit 79cb822
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tricycle_controller/src/tricycle_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ CallbackReturn TricycleController::on_configure(const rclcpp_lifecycle::State &
}

const TwistStamped empty_twist;
const AckermannDrive empty_ackermann_command;
received_velocity_msg_ptr_.set(std::make_shared<TwistStamped>(empty_twist));

// Fill last two commands with default constructed commands
Expand Down Expand Up @@ -493,7 +492,6 @@ bool TricycleController::reset()
// release the old queue
std::queue<TwistStamped> empty_twist;
std::swap(previous_commands_, empty_twist);
std::queue<AckermannDrive> empty_ackermann_command;

// TODO: clear handles
// traction_joint_.clear();
Expand Down

0 comments on commit 79cb822

Please sign in to comment.