Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
updating for current base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kredcool committed Jan 23, 2024
2 parents cd9e08c + 597fbae commit 42d2dd2
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions rio/constants/robot_hardware.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# This file defines the robot's
# physical dimensions. Things like
# Motor placement, max and min extensions
# of arms, and similar should go here.

drivetrain:
max_velocity: 1.5 # Updated Never by Nobody
encoderConversionFactor: 21.43 # Updated 1/27 by Joe

# All pose coordinates are in meters.
leftMotor:
Motor1Port: 2 # Updated 1/12 by Keegan
Motor2Port: 1 # Updated 1/12 by Keegan
EncoderPorts: [2, 1] # Updated 2/12 by Keegan
EncoderReversed: False # Updated Never by Nobody
Inverted: False # Updated Never by Nobody

rightMotor:
Motor1Port: 3 # Updated 1/8 by Keegan
Motor2Port: 4 # Updated 1/8 by Keegan
EncoderPorts: [3, 4] # Updated Never by Nobody
EncoderReversed: True # Updated Never by Nobody
Inverted: True # Updated Never by Nobody

navX: # NavX ids
can_id: 0 # Updated 1/13 by Keegan
yaw: 0 # Updated 1/13 by Keegan
pitch: 0 # Updated 1/13 by Keegan
roll: 0 # Updated 1/13 by Keegan

intake:
# can IDS
LiftPort: 9 # Updated Never by Nobody
IntakePort: 10 # Updated Never by Nobody

# inversion
LiftInverted: False # Updated Never by Nobody
IntakeInverted: False # Updated Never by Nobody

0 comments on commit 42d2dd2

Please sign in to comment.