Skip to content
Snippets Groups Projects
Select Git revision
  • dbae91b4ff79e432dee1d0c6929f7698c3eb2da1
  • master default
  • labcomm2014_tc31
  • labcomm2014
  • js
  • java_dyn_msg_dec
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.1
  • v2014.0
  • v2013.0
14 results

Java_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