Announcement

Collapse

Technology Forum Has Moved!

The FIRST Tech Challenge Technology forum has moved to a new location! Please take a look at our forum blog for links and instructions on how to access the new forum.

The official blog of the FIRST Tech Challenge - a STEM robotics programs for students grades 7-12.


Note that volunteers (except for FTA/WTA/CSA will still access their role specific forum through this site. The blog also outlines how to access the volunteer forums.
See more
See less

Opmodes not showing up

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Opmodes not showing up

    on the driver station app there is none of the opmodes and when we try to download the opmodes they do not show up. we are using android Studio.

  • #2
    Originally posted by FTC8770 View Post
    on the driver station app there is none of the opmodes and when we try to download the opmodes they do not show up. we are using android Studio.
    Do all of your opmodes that you expect to show up have the @Disabled annotation directly above the opmode's class name?

    Comment


    • #3
      This will also happen if you have a mismatched pair of phones. New drivers station and old robot phone. Probably for the same reason skatefriday mentions.

      Comment


      • #4
        Originally posted by 4106Coach View Post
        This will also happen if you have a mismatched pair of phones. New drivers station and old robot phone. Probably for the same reason skatefriday mentions.
        If you have miss-matched phones, the Apps won't connect at all. Both phones will report a miss-matched communications version, or app version.

        If the phones are connecting (are they?) then the revs must match.

        Comment


        • #5
          they are the same phones we labeled them last year. none of the opmodes were registered in android studio we had to do it our selves but from what I believe there should have been some pre installed when you download the app

          Comment


          • #6
            Originally posted by FTC8770 View Post
            they are the same phones we labeled them last year. none of the opmodes were registered in android studio we had to do it our selves but from what I believe there should have been some pre installed when you download the app
            No, there are no pre-installed (enabled) OpModes.

            That's step 1 of building your own Opmode...

            1) Copy a relavent sample from the FTCRobotControler/external/samples folder and paste them into the TeamCode folder
            2) Comment or delete the @Disable line, and change the opmode "name" to suit your personal needs.
            3) Customize to your opmode to suit your robot (or just leave as-is).
            4) Download to your RobotController phone.

            Or watch a training video... (Make sure it was created in the last month or so !!!!)

            This 10 minute Tutorial is a crash course on creating your first OpMode. It shows the CORRECT way to use the samples in the SDK to prevent issues in the futu...

            Comment

            Working...
            X