Question about the navego application #130
-
Hello to all, I would like, from my IMU, to bring out the data of angles, distance and speeds, without taking into account the GPS. accelerometer x, y z Thank you very much, nice work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello Adrien, You can use the function Next, some example code:
|
Beta Was this translation helpful? Give feedback.
Hello Adrien,
You can use the function
sensor_read()
to read a csv file. Then, you have to transform this data to NaveGo's input format.Next, some example code: