Lorenz Meier
|
6a48b91bea
|
Lowering default rates at 57600
|
2012-10-17 18:27:21 +02:00 |
Lorenz Meier
|
2d631fb005
|
Various fixes to attitude control, flyable, needs parameter tuning
|
2012-10-17 18:26:56 +02:00 |
Lorenz Meier
|
e4645c0a41
|
Initialized all sensor fields to zero
|
2012-10-17 15:10:32 +02:00 |
Lorenz Meier
|
d4e6a9d7a1
|
Minor code style fixes, removed dead code
|
2012-10-17 15:10:04 +02:00 |
Lorenz Meier
|
8b000b3317
|
Fixed an abort condition, fixed value initialization, implemented naive three-step calibration
|
2012-10-17 15:09:28 +02:00 |
Lorenz Meier
|
23d294453b
|
Fixed a range of initialization issues in filter, does not any more emit NaN in first iteration
|
2012-10-17 15:08:33 +02:00 |
Lorenz Meier
|
5d3d17d025
|
Increased priority of MAVLink receiver thread
|
2012-10-17 10:38:23 +02:00 |
daregger
|
32e586d4b7
|
Controller and estimator updates
|
2012-10-16 18:02:28 +02:00 |
daregger
|
b50bc7798a
|
Wip on inner rate loop
|
2012-10-16 16:49:45 +02:00 |
Lorenz Meier
|
0b26ca84d4
|
Merged
|
2012-10-16 11:13:05 +02:00 |
Lorenz Meier
|
fef4362e79
|
Merged new EKF version
|
2012-10-16 11:10:09 +02:00 |
Lorenz Meier
|
a720bfff5e
|
Merge branch 'tobi'
|
2012-10-16 11:07:41 +02:00 |
Lorenz Meier
|
3ccc6849ac
|
Fixed stupid typo in GPS app
|
2012-10-16 00:12:48 +02:00 |
Lorenz Meier
|
965bd35e2b
|
Ignore measurement parts not projected to the plane
|
2012-10-16 00:02:53 +02:00 |
Lorenz Meier
|
40abed787c
|
fixed wrong status indication of sd log command if startup fails
|
2012-10-15 23:58:16 +02:00 |
Lorenz Meier
|
e8c4506a12
|
Minor documentation style fixes
|
2012-10-15 08:59:15 +02:00 |
Lorenz Meier
|
084cde72f7
|
Reworked calibration
|
2012-10-15 08:52:41 +02:00 |
Lorenz Meier
|
642f3426a7
|
Added mag calibration routine, fixed minor typos without runtime effects
|
2012-10-15 08:52:17 +02:00 |
Lorenz Meier
|
6e4398c30d
|
Merge branch 'master' of github.com:PX4/Firmware into mavlink-cleanup
|
2012-10-15 08:35:44 +02:00 |
px4dev
|
c1958bdaa9
|
Teach top how to precisely determine stack usage.
|
2012-10-14 23:35:32 -07:00 |
px4dev
|
ae29617543
|
No joy with getopt_long
|
2012-10-14 23:09:48 -07:00 |
px4dev
|
cf6e763c58
|
Beat up on the mavlink app startup a bit.
|
2012-10-14 22:40:18 -07:00 |
px4dev
|
7c20e66681
|
Refactor and start tidying up the MAVLink app.
|
2012-10-14 17:59:15 -07:00 |
px4dev
|
db0ec8eb02
|
Merge branch 'master' of https://github.com/PX4/Firmware
|
2012-10-13 22:09:16 -07:00 |
Lorenz Meier
|
4dbf7befe3
|
Disable rate control, disable offset estimation
|
2012-10-13 12:25:30 +02:00 |
px4dev
|
0ccaa1330b
|
Merge branch 'master' of file:///Users/Shared/NuttX
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5231 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-13 00:08:02 -07:00 |
patacongo
|
e4ccbe7508
|
You can now configure a login for Telnet NSH session -- from Darcy Gong
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5231 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-12 16:59:17 +00:00 |
px4dev
|
d62ec78ab8
|
Remove obsolete warning.
|
2012-10-11 00:23:13 -07:00 |
Lorenz Meier
|
7ccc4f6096
|
Merge branch 'master' of https://github.com/tnaegeli/Firmware into tobi
|
2012-10-10 17:47:44 +02:00 |
Lorenz Meier
|
87ce36eef3
|
Fixed logging, merged
|
2012-10-10 17:47:28 +02:00 |
tnaegeli
|
ec018e7b64
|
Merge branch 'master' of https://github.com/PX4/Firmware
Conflicts:
apps/commander/state_machine_helper.c
apps/multirotor_att_control/multirotor_att_control_main.c
apps/multirotor_att_control/multirotor_rate_control.c
solved
|
2012-10-10 09:52:37 +02:00 |
px4dev
|
1e59a592a6
|
Split the parameter load/save commands out of the 'eeprom' command, since that's not really the obvious place for them. Add parameter printing functionality (though, it's a mess due to %f being busted)
Update the script examples to use the new command.
|
2012-10-09 22:45:36 -07:00 |
tnaegeli
|
613e12fcac
|
working offboard
|
2012-10-09 16:31:04 +02:00 |
Lorenz Meier
|
bd3f3b1031
|
Sensor rate and throttle inversion fixes
|
2012-10-09 16:26:29 +02:00 |
px4dev
|
a2ab5e8691
|
Don't treat end-of-document-structure as an error.
|
2012-10-08 22:37:18 -07:00 |
Lorenz Meier
|
0edd4063af
|
Merge branch 'master' of github.com:PX4/Firmware into tobi
|
2012-10-08 18:00:00 +02:00 |
Lorenz Meier
|
dd50c88f07
|
Fixed GPS lost issue, fixed accel scale initialization, fixed code style in rate controller
|
2012-10-08 17:59:43 +02:00 |
px4dev
|
4c14e4f5f1
|
Add a 'secret' subcommand to bl_update that manipulates the option bits to change the brown-out detector configuration.
This is an experiment to see if we can improve the boot-time behavior when powered off noisy supplies.
|
2012-10-06 16:08:07 -07:00 |
patacongo
|
4d23437df0
|
Several bugfixes, mostly from Darcy Gong
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5217 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-06 14:50:37 +00:00 |
patacongo
|
eb041b927a
|
Fix some W25 driver errors
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5212 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-04 18:42:28 +00:00 |
patacongo
|
44a18f5361
|
Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency; fleshed out a few more Kconfig files
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5211 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-04 17:36:07 +00:00 |
patacongo
|
b0eb4f3cce
|
Change order of includes in apps/Makefile; add clock frequencies to shenzhou, fire, and olimex-stm32 board.h files
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5210 42af7a65-404d-4744-a932-0658087f49c3
|
2012-10-04 15:07:06 +00:00 |
Lorenz Meier
|
1318a0b954
|
Merge branch 'master' of https://github.com/tnaegeli/Firmware into tobi
|
2012-10-04 16:38:35 +02:00 |
Lorenz Meier
|
2fa0dec369
|
Back out testing changes that are a bit too much ahead of time for master
|
2012-10-04 16:38:11 +02:00 |
tnaegeli
|
f292b03772
|
Merge branch 'master' of https://github.com/PX4/Firmware
|
2012-10-04 16:04:49 +02:00 |
tnaegeli
|
8dfa66cb97
|
Merge branch 'master' of https://github.com/PX4/Firmware
Conflicts:
apps/commander/commander.c
apps/multirotor_att_control/multirotor_att_control_main.c
apps/multirotor_att_control/multirotor_rate_control.c
|
2012-10-04 16:01:42 +02:00 |
Lorenz Meier
|
67a2c8a173
|
Added controller parameters, added vicon position reading
|
2012-10-04 15:33:39 +02:00 |
Lorenz Meier
|
607e902b88
|
Cleaned up / simplified position control, attacking pos control implementation next
|
2012-10-04 14:50:34 +02:00 |
Lorenz Meier
|
2a06b66845
|
Fixed inner yaw rate loop
|
2012-10-04 10:56:55 +02:00 |
tnaegeli
|
b9de72a8c9
|
Merge branch 'master' of https://github.com/PX4/Firmware
|
2012-10-04 09:29:46 +02:00 |