Gustavo Jose de Sousa
b8e518a533
waf: use ap_library tool
...
That way we avoid recompiling source files that don't depend on vehicles.
Change notes:
- UTILITY_SOURCE_EXTS: moved to ap_library
- Task generators indexes: ap_library handles that now and in a better way
- Use of AP_STLIB_FEATURES: it doesn't make sense anymore, since the stlib
taskgen has empty source list
- Flags and defines: passed down to ap_library through AP_LIBRARIES_OBJECTS_KW
- Set use='mavlink' in AP_LIBRARIES_OBJECTS_KW instead of calls to
bld.ap_stlib().
9 years ago
Gustavo Jose de Sousa
9a6fcafade
waf: ap_library: add tool
...
That's a tool for creating task generators for libraries object files. One of
the key objectives of this patch is to provide a way to avoid recompiling
sources that are independent of vehicles.
9 years ago
Gustavo Jose de Sousa
b191269cc8
waf: px4: run firmware task after link task
...
This fix a bug introduced by 06a5156
("waf: px4: reconfigure PX4Firmware for
each program"), with the removal of the call fw_task.set_run_after(cp_lib).
9 years ago
Gustavo Jose de Sousa
8fb6ccc8b7
waf: px4: use copy of "use" in px4_import_objects_from_use()
...
Utils.to_list() returns the argument if it is a list, which means that
px4_import_objects_from_use() cleared that attribute when processing the queue.
9 years ago
Gustavo Jose de Sousa
424f6490fc
waf: px4: add missing import Errors
9 years ago
Craig Elder
68dfe42443
Autotest: Update logo.png
9 years ago
Craig Elder
30e1ee2c8f
Autotest: Delete Logo
9 years ago
Peter Barker
569a7a4abd
Tools: sim_vehicle.py - correct process termination
...
Closes #4699
9 years ago
Craig Elder
211175efac
Autotest: Update Logo
9 years ago
Craig Elder
121c7f1136
Update Logo
9 years ago
Craig Elder
ac8b17c177
Autotest: Updated website names
9 years ago
Eduardo Cáceres de la Calle
0395141450
Tools: Add name to GIT_Success.txt
9 years ago
MitsuhiroKomiya
dc9c101594
Tools: Git_Success.txt added my name
9 years ago
ropizo
2d89c631ea
Tools: Git test.
...
This is for the preliminary check of github PR.
9 years ago
SuzukiYasuyuki
9722e921d5
Update GIT_Success.txt
...
added Yasuyuki Suzuki
9 years ago
yoshinuma
0c2d01b60c
add my name
9 years ago
muro008
7f0a4e3874
added name to GIT_Success.txt
9 years ago
Saegusa5
c2f23b88ed
Add GIT_Success.txt
9 years ago
YukiMiyama
aaebfc9239
added my name to GIT_Success.txt
9 years ago
Peter Barker
25136ea15a
Tools: correct tracker build
9 years ago
Peter Barker
08ef3271c1
Tools: bump Vagrant Ubuntu to Wily
...
This allows the Vagrant VM to build PX4 using waf.
The initvagrant script has been changed to run as much as possible
as the Vagrant user.
jsbsim is now compiled by the vagrant user, and run from the source directory.
9 years ago
Takanobu Minoshima
00eb5ed355
Git: added name to GIT_Success.txt
...
Testing whether I cann add changes to git success via the Windows Client
9 years ago
ysk73
8f1f9481eb
Tools: added name to GIT_Success.txt
...
by Yuki Yoshioka
9 years ago
Kouichi Nakajima
6e643d64b7
Tools: add Kouichi Nakajim to Git_Success.txt
9 years ago
Lucas De Marchi
46be2cf026
Tools: build_binaries: fix generation of firmware-version.txt
...
For waf builds we build from root directory.
9 years ago
Lucas De Marchi
cd333cb43a
Tools: build_binaries: fix check for wrong file
...
We get the version from version.h not APM_Config.h.
9 years ago
Lucas De Marchi
a511f97971
Tools: build_binaries: fix inverted condition
9 years ago
Lucas De Marchi
80b04ecb41
scripts: update command with sim_vehicle.py
9 years ago
Lucas De Marchi
8a3974f08f
vagrant: update commands to sim_vehicle.py
9 years ago
Peter Barker
06b0dec15e
Tools: remove sim_vehicle.sh in favour of sim_vehicle.py
9 years ago
Lucas De Marchi
53968e5d78
Tools: build_binaries: add bebop to arducopter-quad
9 years ago
Lucas De Marchi
6553e428c0
Tools: build_binaries: add navio/navio2 to antennatracker
9 years ago
Lucas De Marchi
6e9686a16b
Tools: build_binaries: use waf for Linux boards
9 years ago
IndustrialWasteWeaponOfUltimate
431f7da5b3
Tools: add Shinya Oda to GIT_Success.txt
9 years ago
Randy Mackay
65ee71075c
Tools: set GND_EFFECT_COMP for Bebop2 params
9 years ago
Lucas De Marchi
f0590581e4
autotest: standardize name of param files
...
Try to make the various param files to follow similar namings:
- Lowercase the few ones using uppercase
- Use dash to separate name components
- Start with "copter", "plane", "rover", etc instead of the mix we
had
- Remove "params" from the filename since it's redundant with the
extension
9 years ago
Tom Pittenger
127e86562a
AP_Relay: remove FixedWing dependency on airspeed
9 years ago
Tom Pittenger
aa65fda01c
Revert "Replay: Convert references to AP_Airspeed."
...
This reverts commit 96b287735f
.
9 years ago
KenjiKoseki
d8367ecbef
Tools:add Kenji Koseki to Git_Success.txt
9 years ago
Tatsuya Yamaguchi
be398864b7
Git: add Tatsuya Yamaguchi to Git_Success.txt
9 years ago
yHoriuchi
5b1d22f35d
GIT_Test: add Yasuhide Horiuchi to GIT_Success.txt
9 years ago
Kunihiro.Yoshida
ab8a6da397
Tools: add name to Git_Success.txt
9 years ago
Randy Mackay
650d6756bf
Tools: update EnRoute EX700 parameter defaults
9 years ago
Kazutaka Ozawa
0582cd254e
assignment
9 years ago
AndersonRayner
96b287735f
Replay: Convert references to AP_Airspeed.
9 years ago
EijiAoki
699d5bf99c
Homework at Dronecode seminar
9 years ago
ikgmats
0b492288e7
Git: add Ikegami Atsushi to GIT_Success.txt
9 years ago
Randy Mackay
3b86ef71ca
Tools: update EnRoute EX700 parameters
9 years ago
Yu Kuwahara
f5b4a482b0
Git: add Yu Kuwahara to Git_Success.txt
9 years ago
okapy
0141fa972f
Git: added Hiroshi Kitaoka to GIT_Success.txt
9 years ago