You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tutorial provides step by step instructions on how to do WPILib based programming of the Romi Robot Kit. It covers topics including AdvantageKit integration, running SysId, adding Odometry/Kinematics, leveraging Pathplanner, and using PhotonVision. Once completed, you should have a Romi setup that can be used to experiment and test code that could run on an actual FRC Robot.
Getting Started - What you need to get started with the Romi
Code Formatting - How to setup and use tools to automatically format code in a uniform manner
Joysticks - How to add support for different controllers
Telemetry - How to gathering data from the robot to aid in testing and debug