Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing Distance Over Time #13

Closed
Brekmister opened this issue Feb 18, 2016 · 5 comments
Closed

Testing Distance Over Time #13

Brekmister opened this issue Feb 18, 2016 · 5 comments

Comments

@Brekmister
Copy link
Collaborator

In order to get Time/Distance, we need to measure how far the robot goes in a certain time period.

How we get the measurement:
Robot.cpp there is a function named Robot::Test, Inside that function, someone has to code the procedure that runs a motor for a set power and time.

It should go along the lines of this:

setMotor(.5), Wait(1), setMotor(0), Wait(5)
This is not correct syntax. Part of this is you finding the correct way of coding this in Robot.cpp.

If you can get this done, then everything else will be a cinch except for debugging and camera recognition.

Comment below if you have any issues, questions, concerns, or you need better explanation regarding this.

@Brekmister
Copy link
Collaborator Author

Upload to a new branch once your finished and I will look over it. DO NOT FORK!!!!!!

@AbiChi
Copy link
Collaborator

AbiChi commented Feb 19, 2016

Put some code in my branch, we haven't tested it yet though

@webtekz
Copy link
Collaborator

webtekz commented Feb 19, 2016

Animal-nerd above had the right idea, but it ends up being slightly more complex than that. I fixed it myself, mainly due to the fact that I have some personal issues that I am dealing with and I won't be able to come to a few meetings, so time is of the essence. I duly apologize.

Resolved by 78f9b0c

@webtekz webtekz closed this as completed Feb 19, 2016
@Brekmister
Copy link
Collaborator Author

Sure, I tried helping her until I actually was not mentally able to. Since
I was home sick
On Feb 19, 2016 8:31 AM, "Stevan" notifications@github.com wrote:

Animal-nerd above had the right idea, but it ends up being slightly more
complex than that. I fixed it myself, mainly due to the fact that I have
some personal issues that I am dealing with and I won't be able to come to
a few meetings, so time is of the essence. I duly apologize.

Resolved by 78f9b0c
78f9b0c


Reply to this email directly or view it on GitHub
#13 (comment).

@webtekz
Copy link
Collaborator

webtekz commented Feb 19, 2016

I'm sorry to hear that. And as far as that problem I mentioned, it really is going to be an issue, I'll talk to you guys about this in private soon enough. We really do have a problem, actually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants