mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
Add halsim_ds_socket to allow a simulated robot to talk to the real DS (#1180)
This implements enough of the UDP and TCP protocol used by the FRC driver station to allow us to talk to either QDriverStation or to the real Driver Station. This was inspired by a similar function in Toast by Jaci, and also uses a lot of the research found in the QDriverStation project.
This commit is contained in:
committed by
Peter Johnson
parent
5bf5821138
commit
74a306d47a
8
simulation/halsim_ds_socket/build.gradle
Normal file
8
simulation/halsim_ds_socket/build.gradle
Normal file
@@ -0,0 +1,8 @@
|
||||
description = "A plugin that listens on a socket so that you can use the real Driver Station software to connect to the simulation"
|
||||
|
||||
ext {
|
||||
includeWpiutil = true
|
||||
pluginName = 'halsim_ds_socket'
|
||||
}
|
||||
|
||||
apply from: "${rootDir}/shared/plugins/setupBuild.gradle"
|
||||
Reference in New Issue
Block a user