Explorar el Código

Added frame geometry data

main
Marcus Grieger hace 1 año
padre
commit
52cedeecb4
Se han modificado 3 ficheros con 37 adiciones y 0 borrados
  1. +34
    -0
      configuration/geometry.json
  2. +0
    -0
      python/hexapod/servo_mapping.py
  3. +3
    -0
      python/test_hal.py

+ 34
- 0
configuration/geometry.json Ver fichero

@@ -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 Ver fichero


+ 3
- 0
python/test_hal.py Ver fichero

@@ -0,0 +1,3 @@
import hal

hal.pwm['t1'].duty_cycle=1000/20000

Cargando…
Cancelar
Guardar