I am using compass sensor in APM2 to measure the relative bearing to the waypoint. FYI, I am using compass_test.pde library to measure the angle of the compass. However, the reading is not from 0-360 degree as what I expected when I rotate my rover.
I read navigation.cpp from AP_Navigation library. I need to measure crosstrack of ArduRover measuring the current location (from GPS) with the desired point or path. Inside the code there is a crosstrack calculation. Somehow, I am not really understa
I just bought my APM2.0 and I am new here. I managed to verify my board is working by using Mission Planner to check the sensors (gyro, accelerometer). But somehow, I plan not to use Mission Planner to check or debug the output from the APM2.0.