- Видео 8
- Просмотров 41 106
OCS Robotics
Канада
Добавлен 25 ноя 2015
Hi, we're Team 6141 from Senator O'Connor College School.
6141 Robot Demo (Infinite Recharge)
Demonstration of the intake and an example auto. PID controllers were used for gyroscope turns and shooter wheel rpm.
Просмотров: 155
Видео
How to Set Up Your FRC Radio
Просмотров 6 тыс.3 года назад
Check out our website at: sites.google.com/view/ocs-robotics WPILib instructions: docs.wpilib.org/en/stable/docs/zero-to-robot/step-3/radio-programming.html All software required is available there as well at: sites.google.com/view/ocs-robotics/resources
How to image a RoboRIO
Просмотров 2,9 тыс.3 года назад
Check out our website at: sites.google.com/view/ocs-robotics WPILib instructions: docs.wpilib.org/en/stable/docs/zero-to-robot/step-3/imaging-your-roborio.html?highlight=rio imaging All software required is available there as well at: sites.google.com/view/ocs-robotics/resources
Installing Required Software - WPILib FRC Java Programming Tutorial Video 1
Просмотров 7 тыс.3 года назад
Check out our website at: sites.google.com/view/ocs-robotics All software required is available there as well at: sites.google.com/view/ocs-robotics/resources
WPILib VS Code Introduction - WPILib FRC Java Programming Tutorial Video 2
Просмотров 6 тыс.3 года назад
Check out our website at: sites.google.com/view/ocs-robotics All software required is available there as well at: sites.google.com/view/ocs-robotics/resources
How To Code Pneumatics and use the Robot Simulator - WPILib FRC Java Programming Tutorial Video 4
Просмотров 7 тыс.3 года назад
*NOTE: The reason the VIctorSPX controllers didn't show up under the PWM motor controllers was because they were wired in CAN. To wire them in PWM use the PWMVictorSPX class. Check out our website at: sites.google.com/view/ocs-robotics All software required is available there as well at: sites.google.com/view/ocs-robotics/resources
How To Code a Drivetrain - WPILib FRC Java Programming Tutorial Video 3
Просмотров 12 тыс.3 года назад
*NOTE: The VictorSP motor controllers are wired in PWM and the SPX controllers are wired in CAN on our robot however they can be used in PWM using the PWMVictorSPX class. Check out our website at: sites.google.com/view/ocs-robotics All software required is available there as well at: sites.google.com/view/ocs-robotics/resources
Team 6141 in Action
Просмотров 1727 лет назад
A quick video highlight of the FRC Victoria Park District Event from Team 6141. Our team won this district event! Dedicated to Mr. Hill and Lily. Special thanks to Teams 4349 (Allspark9) and 4039 (MakeShift) and Andrei, for helping us make this happen. *The song does not belong to us Song: saib. - space cowboy Official site: team6141.appspot.com/ Instagram: team6141.appspot.com/ Twitter: twitte...
How did you get the CAN Victor SPX to show up in "Other Devices" in the simulator
where do i install the libraries for ctre
thought i’d reply in case you still need it, you can just usually go in chief delphi and search it up or go to CTRE documents
Do you need LabVIEW for it? It seems expensive
i cant install CTRE - Phoenix
at 2 min 25 sec..... "importantly, needs".... voice break up----- "specifically to work". grin
Having trouble getting it to work, sure wish I knew what you said at that time
Ethernet port?
how could i connect a logitec camera on robo rio? could you help me with this.
Your material is very good, I watch every video on your channel, your content is great, I'm new to the FRC competition, and your videos helped me a lot! keep recording it's very valid, I just wanted to see how a code is ready and know more about your programming logic, record a video with this subject that I will be very grateful!
I have a small question, since you code directly with xbox controller (like "if(xbox.getbutton()") , is it necessary to drag xbox to joystick1 again? Is it ok not to do so?
you saved us thanks so much.
You're the MVP, thanks!
minecraft
Hi! First of all I would like to thank you for this tutorial, helped me alot! I have question: What would you add in your code if you didn't want to motors to use 100% output? I used your code for our robot and since the output is at 100%, it is very hard to pilot. Thank you!
When you do the drivetrain.arcadeDrive() method, just multiply the values you put in there by like .8 or .5, that'll slow everything down. So it would be drivetrain.arcadeDrive(stick.getY() * .5, stick.getZ() * .5);
instead of using 1, use a decimal value, like 50% speed would be .5
computer brokey