Skip to content

Commit

Permalink
Update Wombat.h (CurtinFRC#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
Superbro525Alt authored Jan 12, 2024
1 parent 01d1e46 commit 4c83ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions wombat/src/main/include/Wombat.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
#include "utils/PID.h"
#include "utils/RobotStartup.h"
#include "utils/Util.h"
#include "vision/Limelight.h"

namespace wom {
using namespace wom;
using namespace wom::utils;
using namespace wom::subsystems;
using namespace wom::drivetrain;
using namespace wom::drivetrain::behaviours;
using namespace wom::vision;
using namespace behaviour;
} // namespace wom
2 changes: 0 additions & 2 deletions wombat/src/main/include/subsystems/Elevator.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ class Elevator : public behaviour::HasBehaviour {

void SetVelocity(units::meters_per_second_t velocity);

units::volt_t GetRaw();

double GetElevatorEncoderPos();
void SetElevatorSpeedLimit(double limit);

Expand Down

0 comments on commit 4c83ebe

Please sign in to comment.