FRC Java Tutorial – WPILib 2019 Command Based Framework Ep 3: Commands and Command Groups

preview_player
Показать описание
Discussing the architecture and walking through the basics of setting up a Command Based Robot project in WPILib 2019. We will also get familiar with VSCode and discuss adding small bits of automation into your driver controls.

Links:
Рекомендации по теме
Комментарии
Автор

Thanks from 4509! We've had years of one programmer slugging it out solo, and this is really helping us to create a programming team.

mikereilly
Автор

8370 here, soloing this years code and this is super helpful. Thank you so much for making this!

loona_dafoxo
Автор

Thanks for these videos and especially the description of GTA Drive. I'm a mentor for 2421 in Virginia and will point our developers to this series. Since you also use Talons I did want to mention a couple of things that make life a lot easier -- Rather than using the TalonSRX class, have a look at WPI_TalonSRX. It inherits from both TalonSRX and SpeedController which is used a fair bit within WPILib. Then you can use SpeedControllerGroups to manage the left and right sides as one, and then also use a DifferentialDrive and its tankDrive method which does the squaring you mentioned (or one of the other drives). I think this will be even more important this season as WPILib 2020 will bring in many features like pathing and knowing the robot's position on a field.

SeanWalberg
Автор

These are excellent! Could you do a video on getting Github working with VS Studio Code?

RickeyMcDaniel
Автор

thanks for this video i have problem for how to add new class . can you help me

amaleedjamila