Hey guys.
The robotics competition I’m participating in just got very similar to FRC but on a much smaller scale. The robot’s controller will be the vmx-pi and the motors are controlled by another board using CAN bus.
My main concern is the programming that suddenly changed from LabVIEW and now must be done through the WPI Lib. Since the controllers will take too long to arrive here in Brazil, I need to get started with WPI Lib as fast and cheap as possible. The best solution I could think of was to use simple DC motor drivers controlled by PWM signal (no need for CAN) and connect the encoders and every other sensor on a single board.
Would the Raspberry Pi 4B be appropriate for this situation?
Is it possible to use VS Code to deploy WPI Lib code directly onto the rPI (as the main and only processor) and make the robot drive around autonomously?
I understand that these may be silly questions, but I’m completely new to this.