You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Daniel
Just started as per your instructions: sim_vehicle.sh --console --map
-map
~/ardupilot/ArduCopter ~/ardupilot/ArduCopter
Building sitl
// BUILDROOT=/tmp/ArduCopter.build HAL_BOARD=HAL_BOARD_SITL HAL_BOARD_SUBTYPE=HAL_BOARD_SUBTYPE_NONE TOOLCHAIN=NATIVE EXTRAFLAGS=-DGIT_VERSION="cf6d0db0"
~/ardupilot/ArduCopter
Starting up at CMAC : -35.363261,149.165230,584,353
Starting ardupilot : /home/patrick/ardupilot/ArduCopter/ArduCopter.elf -S -I0 --home -35.363261,149.165230,584,353 --model + --speedup=1
Connect tcp:127.0.0.1:5760 source_system=255
Loaded module console
Loaded module map
DroneAPI loaded
Loaded module droneapi.module.api
DroneAPI loaded
Loaded module droneapi.module.api
Log Directory:
Telemetry log: mav.tlog
MAV> Waiting for heartbeat from tcp:127.0.0.1:5760
STABILIZE> arm Received 555 parameters
Saved 555 parameters to mav.parm
throttle
STABILIZE> mode guided
STABILIZE> setting mode
(4, 0)
STABILIZE>
then I arm throttle == ARMED
but when I try to get mode guided , we get this message on console:
Got MAVLink msg: COMMAND_ACK {command : 176, result : 3}
It cannot switch to any mode
The text was updated successfully, but these errors were encountered:
Hello Daniel
Just started as per your instructions: sim_vehicle.sh --console --map
-map
~/ardupilot/ArduCopter ~/ardupilot/ArduCopter
Building sitl
// BUILDROOT=/tmp/ArduCopter.build HAL_BOARD=HAL_BOARD_SITL HAL_BOARD_SUBTYPE=HAL_BOARD_SUBTYPE_NONE TOOLCHAIN=NATIVE EXTRAFLAGS=-DGIT_VERSION="cf6d0db0"
~/ardupilot/ArduCopter
Starting up at CMAC : -35.363261,149.165230,584,353
Starting ardupilot : /home/patrick/ardupilot/ArduCopter/ArduCopter.elf -S -I0 --home -35.363261,149.165230,584,353 --model + --speedup=1
Connect tcp:127.0.0.1:5760 source_system=255
Loaded module console
Loaded module map
DroneAPI loaded
Loaded module droneapi.module.api
DroneAPI loaded
Loaded module droneapi.module.api
Log Directory:
Telemetry log: mav.tlog
MAV> Waiting for heartbeat from tcp:127.0.0.1:5760
STABILIZE> arm Received 555 parameters
Saved 555 parameters to mav.parm
throttle
STABILIZE> mode guided
STABILIZE> setting mode
(4, 0)
STABILIZE>
then I arm throttle == ARMED
but when I try to get mode guided , we get this message on console:
Got MAVLink msg: COMMAND_ACK {command : 176, result : 3}
It cannot switch to any mode
The text was updated successfully, but these errors were encountered: