Skip to content

frc6367/2024-Robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2024-robot

Deploy code to robot

Install RobotPy on Robot (periodically)

upgrade robotpy locally on each laptop

py -3 -m pip install -U robotpy[all]
## sync command to dowload locally things in the pyproject.toml
py -m robotpy sync

## to install the py tommal 
 py -m robotpy init      

## Useful command line things

dir

```py -m robotpy sim

py -m robotpy deploy

How install useful packages

py -m pip install [Name of the package you want to install(do not add brackets)]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages