![]() |
MOving toward a circle with camera code
Hello all,
I am trying to make a robot move toward a circle, then when it's close enough, it kicks, shooting a ball into the goal. How do I do this? Thanks (I'm the new guy) |
Re: MOving toward a circle with camera code
I'm interested in this as well. Our team is thinking about switching over to JAVA and I was wondering how that would look like.
-Dustin Shadbolt |
Re: MOving toward a circle with camera code
I don't have the FRC Java tools installed to confirm this, but I believe there is a sample you can find in the new project dialog which shows this using the gyro and camera.
|
Re: MOving toward a circle with camera code
it doesn't go autonomously
|
Re: MOving toward a circle with camera code
Quote:
The first thing to do is make it drive forward. The simplest way to do this is to change line 48 of CircleTrackerDemo to, where forward_speed is a constant representing the forward speed. Code:
drive.arcadeDrive(forward_speed, output);Code:
if (targets[0].m_yPos > someValueToIndicateHeightOfTheTarget)Once you have this working you could make it run in autonomous mode by moving the contents of the else, starting at line 99 in the sample, into the autonomousPeriodic function at line 73. |
| All times are GMT -5. The time now is 09:35. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi