You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
952 B
Markdown
30 lines
952 B
Markdown
6 years ago
|
# Software
|
||
|
|
||
|
Software contain 2 parts, one is software of running on Linkt 7697 (an arduino C++ program), another is path generation (a python program).
|
||
|
|
||
|
* hexapod7697: an arduino program running on Linkit 7697
|
||
|
* pathTool: a python program that generate 3D points header, included by `hexapod7697`
|
||
|
|
||
|
## hexapod7697
|
||
|
|
||
|
Files/Folder | Description |
|
||
|
------------ | ----------- |
|
||
|
src/normal_mode | provide normal calibration (forward/backward/turn left/turn right/rotate/etc...) |
|
||
|
src/setting_mode | provide calirbration functions, to make sure servo is correctly aligned. |
|
||
|
src/linkit_control/ | UI control helper |
|
||
|
src/hexapod | hexapod class |
|
||
|
src/hexapod/hal | Hardware Abatraction Layer to running on Linkit 7697 |
|
||
|
|
||
|
> hexapod7697 use c++11 and STL, you may encounter problem if want to port it on pure Arduino platform.
|
||
|
|
||
|
## pathTool
|
||
|
|
||
|
* Python compatibility:
|
||
|
* 3.x: ok.
|
||
|
* 2.x: not verified.
|
||
|
* Required package
|
||
|
* numpy: `pip3 install numpy`
|
||
|
|
||
|
|
||
|
|