Changes between Version 4 and Version 5 of SoftwareStatus
- Timestamp:
- 11/24/06 08:25:26 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoftwareStatus
v4 v5 1 1 = Software Status = 2 The status and current capabilities of the c++ software2 The status and current capabilities of the c++ and python software 3 3 4 4 == Components == 8 8 * '''C++ all-purpose body''' in theory only 9 9 * '''Data logger''' somewhat working in python 10 * '''obstacle avoidance''' - early test stages at DPRG 06 , kevinb has added an O-grid component 11 10 12 === Front End === 11 13 * '''Python Remote Drive''' works in C++/python 12 14 * '''Python all-purpose front end''' in the works C++ and python 15 13 16 === Back End === 14 17 * '''IMU''' tested in C++ and python 16 19 * '''GPS''' backend interface not yet implemented in C++, but python Gps finished by KevinBaker (still needs work) 17 20 * '''simulator''' - simulator for 21 * '''Vision''' 22 * Algorithm - Chander's canny detection is making progress 23 * Utilities - We have recording, logging with timestamps and playback capabilities, ... 18 24 19 == Possible Name Changes==25 === Possible Name Changes === 20 26 * test_s12.config going to be merged into main.config 21 27 * revision_2 --> sim directory 22 28 23 29 == Discussion == 24 * I'm currently working on maintain heading. It's a test executable that uses the backend interface, and a simple frontend commandset (i.e. just setting theheading and speed) and will cause the robot to go forward and maintain heading. - Vishal 8/25/0630 * Vishal worked on maintain heading. It's a test executable that uses the backend interface, and a simple frontend commandset (heading and speed) and will cause the robot to go forward and maintain heading. - Vishal 8/25/06 25 31 26 * Andy is focusing on cleaning up the code naming structure and making it easier to run and debug , I'm looking at using a couple different IDE platforms that work with C++ and python (i.e. Eclipse and Eric), I'm developing in both windows and linux , 32 * AndrewLynch is focusing on cleaning up the code naming structure and making it easier to run and debug , I'm looking at using a couple different IDE platforms that work with C++ and python (i.e. Eclipse and Eric), I'm developing in both windows and linux , 33 34 * ChrisFlesher - ? 35 36 * ChanderSudanthi - ? 37 38 * KevinBaker - ? 39 40 * <put your name here > 27 41 28 42 == Related Links ==
