View Single Post
  #1   Spotlight this post!  
Unread 18-02-2016, 14:14
schleprock's Avatar
schleprock schleprock is offline
Code Jockey
FRC #4905 (AndromedaOne)
Team Role: Mentor
 
Join Date: Feb 2015
Rookie Year: 2014
Location: massachusetts
Posts: 21
schleprock is an unknown quantity at this point
navx-mxp AHRS.getAngle() method

according to the documentation in the code for the AHRS.getAngle() method: the return value should be "continuous", so if the robot transitions in the positive direction past 359.9999 degrees, it should return 360 and so on. but according to our experiments, this is not true. the getAngle() method never returns any value >= 360 or <= -360. is there some parameter we need to set to get this behavior?
Reply With Quote