Skip to content

Commit

Permalink
Tested code with motor physics simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
VyaasBaskar committed Jan 2, 2025
1 parent 08da28d commit 464066c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ deploy {
def deployArtifact = deploy.targets.roborio.artifacts.frcCpp

// Set this to true to enable desktop support.
def includeDesktopSupport = true
def includeDesktopSupport = false

// Set to true to run simulation in debug mode
wpi.cpp.debugSimulation = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ namespace frc846::control::simulation {
#define MOTOR_SIM_LEVEL_SIM_HARDWARE 1
#define MOTOR_SIM_LEVEL_SIM_PHYSICS 2

#define MOTOR_SIM_LEVEL MOTOR_SIM_LEVEL_SIM_HARDWARE
#define MOTOR_SIM_LEVEL MOTOR_SIM_LEVEL_SIM_PHYSICS

} // namespace frc846::control::simulation

0 comments on commit 464066c

Please sign in to comment.