Skip to content

Commit

Permalink
gazebo classic camera typo (#3471)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Nov 25, 2024
1 parent a40e1f8 commit 0761bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/sim_gazebo_classic/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ The camera also supports video streaming.
It can be used to test camera capture, in particular within survey missions.

The camera emits the [CAMERA_IMAGE_CAPTURED](https://mavlink.io/en/messages/common.html#CAMERA_IMAGE_CAPTURED) message every time an image is captured.
The captured images are saved to: **PX4-Autopilot/build/px4*sitle_default/tmp/frames/DSC_n*.jpg** (where _n_ starts as 00000 and is iterated by one on each capture).
The captured images are saved to: `PX4-Autopilot/build/px4_sitl_default/tmp/frames/DSC_n.jpg` (where _n_ starts as 00000 and is iterated by one on each capture).

To simulate a plane with this camera:

Expand Down

0 comments on commit 0761bd5

Please sign in to comment.