Skip to content

bb-frc-workshops/xrp-basic-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xrp-basic-sim

Requirements

  • A NodeJS installation (LTS version is fine)

Basic Usage

Upon cloning this repo, cd into the checkout folder and run npm install. (You only have to do this once)

After this, for subsequent runs, do:

$ npm run build
$ npm run start

Then visit http://localhost:8000 to display the "simulator".

In your robot project's build.gradle file, find the line that says wpi.sim.envVar("HALSIMXRP_HOST", "192.168.42.1") and change the IP address to 127.0.0.1 instead

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published