Home > Tech Article Categories > FRC and Robotics > FRC Software library Installation
This library supports the Venom motor/controller as well as the CAN enabled Time of Flight sensor. Both online and offline installation is supported. See the WPILib 3rd party library information page for more information.
C++/Java Json URL for online installation: https://www.playingwithfusion.com/frc/playingwithfusion2023.json
The Playing With Fusion (PWF) control library (PlayingWithFusionDriver) can be imported into a robot project directly from Visual Studio Code. The following steps will download the latest version of the driver from the Playing With Fusion website.
If everything works, a folder named vendordeps will be created in the root directory of the project and will contain a file named playingwithfusion2022.json.
The PWF library may also be installed without an internet connection. First, download the latest version of PlayingWithFusionLibrary2022.zip
Once the driver files are available, preform the following steps:
If everything works a folder named vendordeps will be created in the root directory of the project and will contain a file named playingwithfusion.json.
The Venom LabVIEW library may be installed without an internet connection. First, download the latest versions of libPlayingWithFusionDriver.zip and playing_with_fusion_lib_for_frc-*.vip.
Once the driver files are available, preform the following steps:
Playing With Fusion smart device setup and configuration
GitHub: FRC roboRIO Libraries | FRC C++/Java and LabView Libraries for roboRIO |