Running Example Sketches

Hello

I was trying to follow the steps on the website below

http://ardupilot.org/dev/docs/learning-ardupilot-the-example-sketches.html6

However i am facing with the below line on the terminal when i am connecting to Pixhawk,

Log Directory:
Telemetry log: mav.tlog

and nothing happens. what am i doing wrong? How to fix that?

I met the same thing like you, and I have not fixed it!.:sob:

[45.png]
hudemirc Huseyin Demircioglu
October 21

Hello

I was trying to follow the steps on the website below

http://ardupilot.org/dev/docs/learning-ardupilot-the-example-sketches.html6
However i am facing with the below line on the terminal when i am connecting
to Pixhawk,

Log Directory:
Telemetry log: mav.tlog

and nothing happens. what am i doing wrong? How to fix that?

Those lines are expected, but unfortunately the rest of the out put you
would expect from the INS_generic example is not there. The example is
not currently working (fix is here:
AP_InertialSensor: fix INS_generic example (call BoardConfig.init()) by peterbarker · Pull Request #5055 · ArduPilot/ardupilot · GitHub); try a different one.

Peter