mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
For now point the camera manually via the RC inputs
This commit is contained in:
parent
84f108d598
commit
8aeee578b4
@ -577,7 +577,13 @@ static void medium_loop()
|
|||||||
{
|
{
|
||||||
#if CAMERA == ENABLED
|
#if CAMERA == ENABLED
|
||||||
// TODO replace home with a POI coming from a MavLink message or command
|
// TODO replace home with a POI coming from a MavLink message or command
|
||||||
camera_mount.set_GPS_target(home);
|
//camera_mount.set_GPS_target(home);
|
||||||
|
|
||||||
|
// For now point the camera manually via the RC inputs (later remove these two lines)
|
||||||
|
// for simple dcm tests, replace k_manual with k_stabilise
|
||||||
|
camera_mount.set_mode(AP_Mount::k_manual);
|
||||||
|
camera_mount.update_mount();
|
||||||
|
|
||||||
g.camera.trigger_pic_cleanup();
|
g.camera.trigger_pic_cleanup();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user