Matt
bc8c414b3b
Update to parameter loading steps
2018-03-23 10:17:20 -04:00
Matt
67a0ebbaaf
Update SSH syntax
...
Fixed some errors in the SSH syntax
2018-01-23 07:34:49 -05:00
Matt
1b762e3a3e
SSH instruction update
...
Fixed `sololink_config --update-prepare sololink`
2018-01-18 19:06:23 +00:00
Matt
c2a51626fc
Update to include Solex version note
2018-01-02 13:54:52 -05:00
Matt
1e32faf5b9
Add username to ssh procedure
2018-01-02 07:15:54 -05:00
Buzz
8e8cd007ac
Merge pull request #5 from tommy-b-10/patch-3
...
Updated instructions
2018-01-02 15:05:16 +10:00
Matt
a8991811d3
ARTOO: Use git describe for version strings
2018-01-01 12:51:47 -05:00
tommy-b-10
4149b259bf
Updated instructions
2018-01-01 16:17:19 +10:30
Matt
ec3327dc82
Open Solo 3.0.0 Documentation Update
OpenSolo-3.0.0
2017-12-31 18:57:03 -05:00
Matt
1fe7829ada
Remove old recovery instructions
2017-12-31 18:57:03 -05:00
Matt
b4c95ce441
Open Solo 3.0.0 graphic
2017-12-30 23:13:21 -05:00
Matt
ceed07faa1
FW: Updated ArduCopter FW
2017-12-30 17:49:34 -05:00
Matt
bd082a5d75
Remove old ArduCopter 3.5.4
2017-12-30 17:42:56 -05:00
Matt
262fcd8e8c
New ArduCopter 3.5.4 for Solo
2017-12-30 17:42:25 -05:00
Matt
53fa2edc29
Updated ArduCopter 3.5.4 firmware
...
Updated to keep the logging check disabled in the pre-arm checks.
2017-12-30 16:17:47 -05:00
Matt
8ba6feb817
Version string to 3.0.0
2017-12-30 13:34:34 -05:00
Matt
d15217f432
Add git pull origin to meta-3dr
2017-12-29 23:10:47 -05:00
Matt
2aceb543eb
VERSION: Open Solo 3.0.0 version strings
2017-12-29 18:13:21 -05:00
Matt
a8b85a8e2b
ARTOO: STM32 v3.0.0 Firemware
...
Replace the -RC4 Artoo FW file with the 3.0.0 file.
2017-12-29 18:13:21 -05:00
Matt
448a4ba555
DOCS: SSH Installation procedure
2017-12-29 17:28:19 -05:00
Matt
f3d3e034ab
PIXHAWK: Removed param loads
...
The parameter setting as part of a factory reset is no longer needed
since the ArduCopter firmware for both stock and green cubes has the
defaults baked in. This will shorten the installation time, and remove 2
automated reboots.
2017-12-29 14:03:28 -05:00
Matt
9232513c6d
command line switch for cleaning build
2017-12-28 17:08:43 -05:00
Matt
77d268a388
MODES: Add newer ArduCopter flight modes
...
Several new flight modes have been added to ArduCopter since the Solo
was created. This patch addes to the enumerations:
- Throw Mode
- ADS-B Aviodance (not a user mode)
- Guided w/ no GPS
- Smart RTL
2017-12-28 01:45:35 -05:00
root
f5d2efe459
clean command/s are very verbose, and return an error code even though the clean works
2017-12-26 03:42:38 +00:00
root
80a483a544
don't run onre than 1 of these at a time.wq
2017-12-26 03:17:28 +00:00
root
4b76c7a450
don't run onre than 1 of these at a time.wq
2017-12-26 03:15:01 +00:00
root
4d97c620b8
definitely need the permissions fix, but not the ..
2017-12-26 02:23:02 +00:00
David Buzz
736c4a357f
Merge branch 'master' of https://github.com/OpenSolo/solo-builder
2017-12-26 02:18:34 +00:00
root
d7a666205e
definitely need the permissions fix
2017-12-26 02:13:05 +00:00
Matt
b880c501bc
BUILDER: Compile from head commits
2017-12-25 20:19:59 -05:00
Matt
e2d3e13d4e
BUTTONS: Update A & B Defaults
...
Update to the default settings for A & B single press functions.
A: Manual
B: Position Hold
2017-12-25 11:48:04 -05:00
Matt
d24199b26e
MODES: Add newer ArduCopter flight modes
...
Several new flight modes were added to ArduCopter since the Solo was
created. This patch adds
- Throw mode
- ADS-B Avoidance (not a user mode)
- Guided w/ no GPS
- Smart RTL
2017-12-24 12:23:51 -05:00
David Buzz
ebe24940f5
make the auto compile script a bit smarter with its output
2017-12-24 16:18:13 +10:00
David Buzz
69859d4de6
record the foldername we put the results in, for use elsewhere
2017-12-24 16:18:13 +10:00
David Buzz
329f1fc139
increased verbosity a lot inside alt_sync.sh, as it helps to see the repos and branches etc
2017-12-24 16:18:13 +10:00
David Buzz
f17a82082a
minimum initial auto-build script
2017-12-24 16:18:13 +10:00
David Buzz
1a74743e05
minor tweaks by buzz
2017-12-24 16:18:13 +10:00
David Buzz
a0f4350810
minor tweaks by buzz
2017-12-24 16:18:13 +10:00
Buzz
048872a3fd
builder.sh can now pass git tag name , or branch name to the alternate sync tool
2017-12-24 16:18:13 +10:00
Buzz
5495bdf7f8
allow using something other than 'master', in particular git tag names that start with tag/xxxxx
2017-12-24 16:18:13 +10:00
Buzz
0e24fe2e19
simplify
2017-12-24 16:18:13 +10:00
Buzz
5c78128fea
WIP for alternative to 'repo' command for syncing git repo/s.
2017-12-24 16:18:13 +10:00
Matt
41e7130b0f
SHOTS: Remove workaround for MOUNT_CONTROL bug
...
The bug in ArduCopter master that made MSG_MOUNT_CONTROL fail to yaw the
copter in smart shots has been found and fixed as of Fri 12/22. It is
merged into master and begin backported to 3.5.5. As such, the
workaround (simultaneous CONDITION_YAW commands) can now be removed from
the smart shots. Also cleaned up the code around it a bit.
2017-12-22 21:36:22 -05:00
Matt
c00eb069ad
FW: Updated ArduCopter 3.5.4 for Solo
...
This is ArduCopter 3.5.4 with Solo's required default parameters baked
in. Also, on top of ArduCopter 3.5.4, this also includes the following
patches that will be in the upcoming Copter 3.5.5.
* Fixes for MOUNT_CONTROL copter yaw in guided mode
* Fixes for MOUNT_CONTROL copter yaw in missions
* APJ Tool for parameter defaults
2017-12-22 21:27:48 -05:00
Matt
9d7d37ad94
Image URL updates
2017-12-19 23:05:54 -05:00
Buzz
35ecb0197e
3.0 RC4
2017-12-19 13:21:30 +10:00
Buzz
b2af2666fb
builder.sh: better error handling from matt.
2017-12-19 12:41:49 +10:00
Buzz
93daa65204
README: Update caution message
2017-12-19 09:58:56 +10:00
Buzz
4eadebe166
README: Update caution message
2017-12-19 09:56:10 +10:00
Matt
9dabe25aac
LEDs: Hugh Eaves python scripts for LED override
2017-12-18 18:19:15 -05:00