Developing

Configuration Files

Pitcrew Tag Software Tag

This is literally the robot hardware configuration written in yaml.

These are provided as reference for use by pit crew.

Use this to confirm/reconfigure motor controller addresses or examine if pose x/y cords match actual.

# 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

arm:
  elevatorMotor: # Drives the spool to move the lift in and out
    MotorPort: 5                 # Updated 1/22 by Keegan
    Inverted: False              # Updated 1/22 by Keegan
    LimitSwitch: 0               # Updated 2/15 by Keegan
    ConversionFactor: 1          # Updated 1/18 by Joe
    Start: 0                     # Updated 3/18 by Keegan

  ladderMotor: # Drives the lead screw to run the lift up and down
    MotorPort: 6             # Updated 1/22 by Keegan
    Inverted: False          # Updated 1/22 by Keegan
    ConversionFactor: 1      # Updated 1/18 by Joe
    Start: 55                # Updated 3/18 by Keegan



claw:
  MotorPort: 7             # Updated 1/22 by Keegan
  Inverted: False          # Updated 1/22 by Keegan
  EncoderPorts: 7          # Updated 2/11 by Keegan
  EncoderReversed: False   # Updated 1/22 by Keegan
Figure of a programmer

A programmer in his natural habitat

Modifying these docs

Software Tag

Requirements for building the docs

You’ll need to install several packages to build these docs

# Ubuntu/Debian users
sudo apt install texlive-latex-recommended texlive-latex-extra texlive-pictures pandoc rename latexmk

# Arch/Manjaro users
pacman -S texlive-pictures pandoc latexmk

Making the docs

Under the Docs directory in 1721-ChargedUp, setup a pipenv using the provided files and invoke the make latexpdf command to build the docs.

pipenv install # May take a while
pipenv shell
make latexpdf # Builds the manual

Find the generated .pdf under docs/_build/latex/ it is recommended that you also have a restructured text interpreter such as reStructuredText. Documentation for sphinx can be found here

Using Github

Software Tag

We use Github as our main version control and automation system, paired with github actions and our own jenkins build server in the build space.

Making Pull requests

While you will mostly interact with github through git you should know how to make pull requests.

First go to the current repo 1721 ChargedUp.

pull request

You first under the pull requests tab create a new pull request, select the branch you want to make the pull request for.

Once approved by someone with proper clearance (Keegan or Joe) you may merge it, please squash and merge to not have billions of commits in main.

Creating Issues

This will go over creating github issues, github issues are one way we communicate what needs to be done.

On the issues tab there will be a button saying New issue, click that and enter the information about the issue.

Making and Adding Labels and Milestones

Labels and Milestones are a nice way to categorize issues and pull requests, they both can created and added the same way.

To create a Label or Milestone on the main page of issues or pull requests there are buttons, saying Labels and Milestones.

labes example

After pressing input a name and a description, github uses a hex system for colors to help select a color use this.

Robot Simulator

Software Tag

Requirements

Under the rio directory setup a pipenv using the provided files and invoke the make sim command to run the simulator.

pipenv install # May take a while
pipenv shell
make sim # Alternatively run: python3 robot.py sim

This will start the robot simulator. See Using the Simulator for more info.

Using the Simulator

Alternative text

To be able to “operate” the robot while any mode will work it is recommended that under robot state, Teleoperated is enabled.

Under the Joysticks there will be Joysticks 1-5 all grayed out, to select one go to System Joysticks and drag on over.

When starting up the program there will be no input method selected under System Joysticks there may be Joysticks, Xbox controllers, or Keyboards 0-3.

Joysticks and Xbox controllers work as if piloting an actual robot, to find layouts for controls see Controller Map.

Keyboard 0 is the WASD keys to move and E and R to rotate the controller buttons 1 through 4 can be access by Z,X,C,V in that order.

Keyboards 1-3 are differing controller schemes that are useless for the purposes of testing due to lack of movement.

Keyboard inputs require you to have the active window be the simulator while, Joysticks and xbox controllers don’t.

Dashboard

Software Tag Driveteam Tag

Dashboard Requirements

Under the dashboard directory setup a pipenv using the provided files and invoke the make run command to start the Dashboard’s local host.

pipenv install # May take a while
pipenv shell
make run # makes a locally hosted website dashboard

This will start the website dashboard. See Using the Dashboard for more info.

Using the Dashboard

Activating the dashboard doesn’t automatically start. To start the Dashboard within your terminal it will print

cd www && python -m pynetworktables2js
16:32:28:683 INFO    : dashboard           : Connecting to NetworkTables at Ip address
16:32:28:683 INFO    : nt                  : NetworkTables initialized in client mode
16:32:28:683 INFO    : dashboard           : NetworkTables Initialized
16:32:28:684 INFO    : dashboard           : Listening on http://localhost:5800/
16:32:28:978 INFO    : tornado.access      : 101 GET /networktables/ws (Ip address) 0.89ms
16:32:28:978 INFO    : net2js              : NetworkTables websocket opened

Within this you will see one called local host, you will need to copy that link and put it in a web browser. It is recommend that you use this in incognito due to network cache causing issues with not updating.

Dashboard image

This will auto connect to the simulation if one is running, if you start one after remember to refresh the page.

For this station to active things such as the swerve drive wheels, the simulation must be set to Teleoperated see Using the Simulator.

Robot code

Software Tag

Deploying code

First remember to have the FRC Driver Station open first otherwise this won’t work properly.

To deploy robot code first go to the rio setup a pipenv and invoke the make deploy, always run the Robot Simulator on code before deploying!

pipenv install # this may take some time
pipenv shell
make deploy # this run python3 robot.py deploy

First time running it will ask for a team number (1721). After the first time it will know the team number deploy the code.

FRC Driver Station

Alternative text

Q driver Station

The FRC Driver Station is made for windows, but there is a linux version Q Driver Station.

This will assume your using the windows version but they both mostly the same.

Most of this won’t be in your control during competitions, but this will go over it all.

The base mode is Teleoperated but you can also set it to Autonomous, practice, and test.

Autonomous will simulate code that would be run in Autonomous. Practice will simulate competition timings, for testing use Teleoperated or in sim, see Robot Simulator. Test, tests the code a better way to test is Robot Simulator.

You can enable the robot after a joystick is detected, make sure to plug one in, it has robot code, and has communications with the robot.

Also see Dashboard for how to use the dashboard.