Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Releases: dragonrobotics/lib5002

v2.0 "Steamworks"

24 Apr 22:35
Compare
Choose a tag to compare
v2.0 "Steamworks" Pre-release
Pre-release

This library has been expanded to contain new robot and vision code.

The new additions in the Steamworks release include:

  • Swerve Drive and Swerve Module control logic / commands
  • Snake Drive control command
  • Python 3 vision code for the 2017 vision targets
  • Jetson subsystem
  • Multi-Camera ViewPort subsystem

"Stronghold" v1.4

30 Mar 20:36
Compare
Choose a tag to compare
"Stronghold" v1.4 Pre-release
Pre-release

Most important networking functionality is now confirmed to work, most notably the discovery protocol and video streaming.

"Stronghold" v1.3

15 Feb 23:26
Compare
Choose a tag to compare
"Stronghold" v1.3 Pre-release
Pre-release

Video streams should now be supported, from both arbitrary local clients and the RoboRIO and WPILibJ's CameraServer.

This functionality has been implemented in its own library file, the lib5002-stream, due to its dependency on both OpenCV and lib5002-net.

In addition, the build process now outputs shared libraries instead of static ones.

"Stronghold" v1.2

10 Feb 02:35
Compare
Choose a tag to compare
"Stronghold" v1.2 Pre-release
Pre-release

This project has been divided into two modules, compiled as static libraries: lib5002-vis and lib5002-net. This reflects its hopefully reusable nature and its intent to be used season after season.

"Stronghold" v1.1

05 Feb 18:30
Compare
Choose a tag to compare
"Stronghold" v1.1 Pre-release
Pre-release

Code should work on ARM now.

v1.0 "Stronghold"

01 Feb 21:29
Compare
Choose a tag to compare
v1.0 "Stronghold" Pre-release
Pre-release

Goal detection works, core required functionality done in the testing environment (x86-64)