]> code.bitgloo.com Git - abelleisle/vex5106z.git/commit
Positioning Work. Very Important
authorfrydaddy07 <nmfunfun@gmail.com>
Fri, 27 Nov 2015 15:06:26 +0000 (10:06 -0500)
committerfrydaddy07 <nmfunfun@gmail.com>
Fri, 27 Nov 2015 15:06:26 +0000 (10:06 -0500)
commita177ec446598382b91cabbce032aa580badffe70
tree93cc277f05fad786dee553f6f6acc6b0abaaab30
parent922e85c93122aa3266f5932f0b55b2ecc709c7c0
Positioning Work. Very Important

I figured out how to track a robot’s orientation regardless of position
or how many turns it has done. This is based on the fact that
orientation is entirely dependent on how far the wheels have turned.
When the distance is equal, the orientation is the same as the start.
when the distance is different, we can observe and measure a the degree
to which the difference has affected orientation by factoring in the
track (distance between wheels, also radius of the curved path). Using
this information, I built some pseudo code that should provide the
ability to estimate position with an unknown accuracy.
21 files changed:
Nate's Position Testing/Shooter Testing/.cproject [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/.project [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/Makefile [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/bin/auto.o [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/bin/init.o [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/bin/opcontrol.o [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/bin/output.bin [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/bin/output.elf [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/common.mk [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/firmware/STM32F10x.ld [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/firmware/cortex.ld [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/firmware/libccos.a [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/firmware/uniflash.jar [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/include/API.h [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/include/main.h [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/src/Makefile [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/src/auto.c [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/src/init.c [new file with mode: 0644]
Nate's Position Testing/Shooter Testing/src/opcontrol.c [new file with mode: 0644]
Positioning or something.numbers [new file with mode: 0644]
To Do:Read.rtf [new file with mode: 0644]