Skip to content
Snippets Groups Projects
Select Git revision
  • 5ad89bf02ae90e897ef0b771a77a69fee8d76ade
  • master default
  • labcomm2006
  • typedefs
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.4
  • v2006.0
  • v2014.3
  • v2014.2
  • v2014.1
  • v2014.0
  • v2013.0
16 results

LabCommParser.parser

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