Skip to content

Commit

Permalink
Add drive station link for gamepad iface scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MB3hel committed Jun 11, 2023
1 parent 7d79a17 commit 3da1f67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions iface/example/arp_gamepad.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# along with AUVControlBoard. If not, see <https://www.gnu.org/licenses/>.
################################################################################
# Support code to interface with ArPiRobot Drive Station
# https://github.com/ArPiRobot/ArPiRobot-DriveStation
# This only supports gamepads. The network table and enable / disable commands
# are not supported.
#
Expand Down
1 change: 1 addition & 0 deletions iface/example/gamepad_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# along with AUVControlBoard. If not, see <https://www.gnu.org/licenses/>.
################################################################################
# Drive the vehicle using a gamepad. Controls use GLOBAL mode.
# Requires https://github.com/ArPiRobot/ArPiRobot-DriveStation
################################################################################
# Author: Marcus Behel
# Date: June 11, 2023
Expand Down
1 change: 1 addition & 0 deletions iface/example/gamepad_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# along with AUVControlBoard. If not, see <https://www.gnu.org/licenses/>.
################################################################################
# Drive the vehicle using a gamepad. Controls use LOCAL mode.
# Requires https://github.com/ArPiRobot/ArPiRobot-DriveStation
################################################################################
# Author: Marcus Behel
# Date: June 11, 2023
Expand Down
1 change: 1 addition & 0 deletions iface/example/gamepad_sassist.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# along with AUVControlBoard. If not, see <https://www.gnu.org/licenses/>.
################################################################################
# Drive the vehicle using a gamepad. Controls use STABILITY_ASSIST mode.
# Requires https://github.com/ArPiRobot/ArPiRobot-DriveStation
################################################################################
# Author: Marcus Behel
# Date: June 11, 2023
Expand Down

0 comments on commit 3da1f67

Please sign in to comment.