This website works better with JavaScript.
首頁
探索
說明
登入
wuselfuzz
/
hexapod_ng
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Added frame geometry data
main
Marcus Grieger
1 年之前
父節點
0f438bd6ef
當前提交
52cedeecb4
共有
3 個文件被更改
,包括
37 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+34
-0
configuration/geometry.json
+0
-0
python/hexapod/servo_mapping.py
+3
-0
python/test_hal.py
+ 34
- 0
configuration/geometry.json
查看文件
@@ -0,0 +1,34 @@
{
"leg_geometry": {
"c": 20,
"f": 80,
"t": 130
},
"leg_offsets": {
"1": {
"offset": [-40, 80, 0],
"side": "l"
},
"2": {
"offset": [-60, 0, 0],
"side": "l"
},
"3": {
"offset": [-40, -80, 0],
"side": "l"
},
"4": {
"offset": [ 40, -80, 0],
"side": "r"
},
"5": {
"offset": [ 60, 0, 0],
"side": "r"
},
"6": {
"offset": [ 40, 80, 0],
"side": "r"
}
}
}
python/servo_mapping.py → python/hexapod/servo_mapping.py
查看文件
+ 3
- 0
python/test_hal.py
查看文件
@@ -0,0 +1,3 @@
import hal
hal.pwm['t1'].duty_cycle=1000/20000
Write
Preview
Loading…
取消
儲存