Skip to content
Snippets Groups Projects
Select Git revision
  • dd7bfe04e894689f2c70c60b06a07fed988d560b
  • master default
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.1
  • v2014.0
  • v2013.0
10 results

Python_CodeGen.jrag

Blame
  • Forked from Anders Blomdell / LabComm
    Source project has a limited visibility.
    getServoAngle.m 291 B
    function servoAngle = getServoAngle()
    %The center angles for servos positions of their default position and
    %boundary. This determines togheter with LegCenter and ServoPos the exact
    %positions of deafult positions. sortaed as in servo [1 2 3 4 5 6]
    
    servoAngle = [150 180 210 30 0 330];
    
    end