gautierhattenberger on modules_dep-integration
[modules][ocaml] implement modu… (compare)
gautierhattenberger on modules_dep-integration
[fix] imu should be autoload (compare)
make1: Leaving directory /home/dan/paparazzi/sw/airborne'
cd sw/airborne; make TARGET=ap upload
Using "arch/stm32/elle0.ld" as ldscript for target "ap".
make[1]: Entering directory
/home/dan/paparazzi/sw/airborne'
Using dfu-util at 0x08000000
dfu-util 0.9
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2016 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
dfu-util: Invalid DFU suffix signature
dfu-util: A valid DFU suffix will be required in a future dfu-util release!!!
dfu-util: Cannot open DFU device 0483:df11
dfu-util: No DFU capable USB device available
make1: [upload] Error 74
make1: Leaving directory `/home/dan/paparazzi/sw/airborne'
make: [ap.upload] Error 2
make: Leaving directory `/home/dan/paparazzi'
FAILED 'make -C /home/dan/paparazzi -f Makefile.ac AIRCRAFT=Fury FLASH_MODE=DFU-UTIL ap.upload' with code 2
dmesg | tail
should show the shorter path to the device from when you connected it
string
as type for telemetry or datalink messages (only the ground messages can do that). But you can define a char[]
type, then you can only use one field like this and place it in last position (variable length array). Last option is char[x]
where x
is a fixed size so it as to be large enough and you can have several fields like this in your message.
frc_conf.xml
configuration file. - https://github.com/paparazzi/flyingrobotcommander