Someone knows about how to run the python code in the Roborio? I only know how to run the Java code.
1 Like
Do you mean you need to know how to deploy code to the robot or do you want to manually go in and run the robot code yourself.
To manually run code:
You can run the robot code, just SSH to the roborio and look at the startup script for robot code. Then just do what it does and it will work.
To deploy code to the robot
python -m robotpy deploy
1 Like
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.