OCS Robotics
OCS Robotics
  • Видео 8
  • Просмотров 41 106

Видео

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...

Комментарии

  • @joeljacob4546
    @joeljacob4546 10 месяцев назад

    How did you get the CAN Victor SPX to show up in "Other Devices" in the simulator

  • @dav.idclips
    @dav.idclips Год назад

    where do i install the libraries for ctre

    • @ongguitar1460
      @ongguitar1460 9 месяцев назад

      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

  • @ProjectileGrommet
    @ProjectileGrommet Год назад

    Do you need LabVIEW for it? It seems expensive

  • @rcptch2869
    @rcptch2869 2 года назад

    i cant install CTRE - Phoenix

  • @leybraith3561
    @leybraith3561 2 года назад

    at 2 min 25 sec..... "importantly, needs".... voice break up----- "specifically to work". grin

    • @leybraith3561
      @leybraith3561 2 года назад

      Having trouble getting it to work, sure wish I knew what you said at that time

    • @user-ob5cw1pg9b
      @user-ob5cw1pg9b Год назад

      Ethernet port?

  • @EstacaoProfOusado
    @EstacaoProfOusado 2 года назад

    how could i connect a logitec camera on robo rio? could you help me with this.

  • @EstacaoProfOusado
    @EstacaoProfOusado 2 года назад

    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!

  • @wzq3328
    @wzq3328 2 года назад

    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?

  • @Baezor
    @Baezor 2 года назад

    you saved us thanks so much.

  • @danielcervantes2737
    @danielcervantes2737 3 года назад

    You're the MVP, thanks!

  • @mattsini
    @mattsini 3 года назад

    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!

    • @dannydevito400
      @dannydevito400 3 года назад

      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);

    • @hyphen8d725
      @hyphen8d725 2 года назад

      instead of using 1, use a decimal value, like 50% speed would be .5

  • @sophiehoang8196
    @sophiehoang8196 3 года назад

    computer brokey