This commit is contained in:
parent
9a41424dd7
commit
8fa6870997
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"imu": {
|
"imu": {
|
||||||
"type": "navx",
|
"type": "pigeon",
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"canbus": null
|
"canbus": null
|
||||||
},
|
},
|
||||||
|
@ -69,6 +69,10 @@ public class RobotContainer {
|
|||||||
Debalayer debalayer = new Debalayer(balayeuse, accumulateur);
|
Debalayer debalayer = new Debalayer(balayeuse, accumulateur);
|
||||||
|
|
||||||
public RobotContainer() {
|
public RobotContainer() {
|
||||||
|
|
||||||
|
dashboard.addCamera("limelight", "limelight","limelight.local:5800")
|
||||||
|
.withSize(3,4)
|
||||||
|
.withPosition(7,0);
|
||||||
|
|
||||||
dashboard.addCamera("USB Camera 0", "USB Camera 0","http://roborio-5618-frc.local:1181/?action=stream")
|
dashboard.addCamera("USB Camera 0", "USB Camera 0","http://roborio-5618-frc.local:1181/?action=stream")
|
||||||
.withSize(4, 3)
|
.withSize(4, 3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user