Skip to content

Commit

Permalink
add https and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thefallen127 committed Jan 10, 2022
1 parent f7cf52d commit 4534027
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ roboRIO library for the [REV Robotics 2M Distance Sensor](http://www.revrobotics
Download the latest `REV-2m-Distance-Sensor-roboRIO-SDK-[version].zip` from the [release](https://github.com/REVrobotics/2m-Distance-Sensor/releases) tab and unzip it.

Inside `REV-2m-Distance-Sensor-roboRIO-SDK-[version]` there will be vendordeps and maven folders. Copy the file `REV2mDistanceSensor.json` under vendordeps to the frc vendordeps folder on your machine. It is typically located in the following places:
* Windows: C:\Users\Public\wpilib\2020\vendordeps
* Mac/Linux: ~/wpilib/2020/vendordeps
* Windows: C:\Users\Public\wpilib\2022\vendordeps
* Mac/Linux: ~/wpilib/2022/vendordeps

Next, merge the maven folder with the frc maven folder on your machine, typically located at:
* Windows: C:\Users\Public\wpilib\2020\maven
* Mac/Linux: ~/wpilib/2020/maven
* Windows: C:\Users\Public\wpilib\2022\maven
* Mac/Linux: ~/wpilib/2022/maven

In order to use these libraries in your robot code, open a project in VsCode.
* Press `Ctrl-Shift-P` to open the WPI commands window.
Expand Down
4 changes: 2 additions & 2 deletions Source/vendordeps/REV2mDistanceSensor.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"version": "0.4.0",
"uuid": "9e352acd-4eec-40f7-8490-3357b5ed65ae",
"mavenUrls": [
"http://www.revrobotics.com/content/sw/max/sdk/maven/"
"https://www.revrobotics.com/content/sw/max/sdk/maven/"
],
"jsonUrl": "http://www.revrobotics.com/content/sw/max/sdk/Rev2mDistanceSensor.json",
"jsonUrl": "https://www.revrobotics.com/content/sw/max/sdk/Rev2mDistanceSensor.json",
"javaDependencies": [
{
"groupId": "com.revrobotics.frc",
Expand Down

0 comments on commit 4534027

Please sign in to comment.