-
Notifications
You must be signed in to change notification settings - Fork 7
10.3 Ideas
PiPeep edited this page Sep 13, 2010
·
3 revisions
Currently the BOB is communicated with using pipes in libcbc. With the current work on the framebuffer and piped writing, should it not be easy to completely remove the JNI? This should be top priority. (Why? So we can kill cbcui?)
- Position Tracking
- Ability to Move to Position (non-pathfinding/path-resolving, just simply turn to proper angle, move forward that amount)
This is already handled for motors, just clean up the system, and implement servos, making and using common functions when possible. Implement in SimulatedCBOB.
This is already mostly done?