jgoppert
aeb7bff9c9
Removed cmake debug messages.
9 years ago
jgoppert
318144ee8b
Changed sitl targets to be easier to call from make.
9 years ago
Lorenz Meier
f2b76a065c
Fix Mac OS by going back down with CMake version
9 years ago
Lorenz Meier
ba61f3f36c
Re-add missing flags
9 years ago
Lorenz Meier
6c3c18b7c9
Robustify toolchain string matching
9 years ago
Lorenz Meier
e0d346e49d
Require CMake 3.2
9 years ago
jgoppert
06472861ce
Added buzzer circuit breaker.
9 years ago
Lorenz Meier
ca052ac68a
Vagrant: Upgrade CMake version
9 years ago
Lorenz Meier
5aaa45c628
Update README
9 years ago
Lorenz Meier
a81e237441
Travis CI: Simpler approach to CMake
9 years ago
Lorenz Meier
0b8419018e
Upgrade Travis to CMake .32
9 years ago
Lorenz Meier
376e77c172
Add CMake 3.2
9 years ago
Lorenz Meier
aff78e0f5e
CMake / Ninja: Use console flag so upload targets can print their normal output and receive input.
9 years ago
Lorenz Meier
94bef4e139
Merge pull request #3065 from dronecrew/lpe-no-eigen
...
Replaced eigen with custom matrix lib.
9 years ago
jgoppert
d198c6a324
Removed comment.
9 years ago
jgoppert
65a0de38bb
Format fix.
9 years ago
jgoppert
0acf6db64f
Removed more eigen references.
9 years ago
jgoppert
6cce823dc6
Replaced wigen with custom matrix lib.
9 years ago
jgoppert
0106be3e89
Added local position estimator.
9 years ago
Lorenz Meier
faa80a51e8
Strip unused header
9 years ago
Lorenz Meier
bd1d15606b
Merge pull request #3044 from gcarmix/master
...
Driver for the SRF02 ultrasound range finder, adapted from Maxbotix driver
9 years ago
gcarmix
aa82a36747
Corrected code indent
9 years ago
gcarmix
94dcced652
Merge branch 'master' into master
9 years ago
Lorenz Meier
8b12845f15
Merge pull request #3058 from mcharleb/hexagon-vagrant
...
Hexagon vagrant
9 years ago
carmix
68a5534a76
Merge commit '292b87fe2cfa2a5a00616c5ed13516bd60199f5a'
9 years ago
gcarmix
9748727331
Updated driver to the be compliant with the new mb12xx driver version,
...
inserted a line into the cmake config file for px4fmu-v2
9 years ago
carmix
4cf0af1b3b
Adapted to cmake
9 years ago
Mark Charlebois
d030608def
Modified Vagrantfile to use NFS folder sharing
...
Virtualbox has issues with certain operations on shared folders
using the default sharing mechanism. These are overcome using
NFS sharing.
On Ubuntu, sudo apt-get install nfs-kernel-server
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
9 years ago
Mark Charlebois
01ccbd8886
qurt: added HEXAGON_TOOLS_ROOT variable
...
The environment variable HEXAGON_TOOLS_ROOT must be set to the location
of the installed HexagonTools. This could be a global install at
/opt/HEXAGON_Tools/7.2.10/Tools or it could be a personal install
${HOME}/Qualcomm/HEXAGON_Tools/7.2.10/Tools.
The default install path used by the installer is exported in the Vagrantfile.
There is still an issue that the hexagon linker fails on mmap of the shared folder.
If the shared folder was mounted via NFS for Linux and MacOS the problem would be
resolved.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
9 years ago
Mark Charlebois
8349ba180b
DSPAL: removed simlinks that broke vagrant build
...
Vagrant did not like the simlinks in the dspal repo.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
9 years ago
Lorenz Meier
292b87fe2c
Exit simulator
9 years ago
Lorenz Meier
bf09c46c2f
Fix Hexagon toolchain detection for default installer
9 years ago
Lorenz Meier
3276da9ce6
Add Snapdragon requirements to Vagrant
9 years ago
Lorenz Meier
d3125311c8
Uncruft SK450 config
9 years ago
Lorenz Meier
df3acc2f51
Uncruft steadidrone config
9 years ago
Lorenz Meier
06b96468b6
Uncruft Disco config
9 years ago
Lorenz Meier
3e4f0aabaa
Uncruft IRIS config
9 years ago
Lorenz Meier
e5ccf82fa2
Attitude Q estimator: Set decimal places
9 years ago
Lorenz Meier
e5d6b1c985
Tools: Parse new decimals tag
9 years ago
tumbili
b081c5c33b
added signal handler for floating point exceptions
9 years ago
tumbili
ec1d148b08
fixed missing dt in ekf
9 years ago
Lorenz Meier
f78fea2e96
Revert "Move EKF stack back to same size as on stable"
...
This reverts commit 7fd6d2dc4a
.
9 years ago
Lorenz Meier
7d517978f0
MAVLink: Disable named value float
9 years ago
Lorenz Meier
1e973033af
Set climbout altitude to 10 meters by default
9 years ago
Lorenz Meier
7fd6d2dc4a
Move EKF stack back to same size as on stable
9 years ago
Lorenz Meier
766cb71635
EKF: Push up stack size as the max frame size is already 3.4K
9 years ago
tumbili
06f5e242d1
support launching gazebo automatically for SITL
9 years ago
Mark Charlebois
4b1e4e63f0
eagle: Added posix_eagle_release to Makefile
...
Enable build of posix_eagle_release.
Added path to ARM cross compiler in qrlsdk install.
Fixed warnings in Toolchain-arm-linux-gnueabihf.cmake
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
9 years ago
Mark Charlebois
224af93bbb
Merge pull request #3042 from mcharleb/hexagon-7.2.10-toolchain
...
qurt: Change to Hexagon 7.2.10 compiler
9 years ago
gcarmix
28316d8a44
Corrected code format with astyle
9 years ago