Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
huttongrabiel committed May 7, 2024
1 parent 502e3b7 commit 4404fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/DriveToWaypointCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ DriveToWaypointCommand::DriveToWaypointCommand(const point_t& target, double the
double doneThresh,
util::dseconds closeToTargetDur)
: target(target), pose(pose_t::Zero()), thetaKP(thetaKP), driveVel(driveVel),
slowDriveThresh(slowDriveThresh), doneThresh(doneThresh), setStateCalledBeforeOutput(false),
closeToTargetDur(closeToTargetDur) {}
slowDriveThresh(slowDriveThresh), doneThresh(doneThresh),
setStateCalledBeforeOutput(false), closeToTargetDur(closeToTargetDur) {}

void DriveToWaypointCommand::setState(const navtypes::pose_t& pose,
robot::types::datatime_t time) {
Expand Down

0 comments on commit 4404fb9

Please sign in to comment.