Lorenz Meier
|
4adb5ba276
|
sdlog2: Log all temperatures
|
10 years ago |
Lorenz Meier
|
81546e8f84
|
sensors app: Log all temperature
|
10 years ago |
Lorenz Meier
|
8a1cbac683
|
Sensor combined uORB topic: Temperature for all sensors
|
10 years ago |
Lorenz Meier
|
0b26671d62
|
Mag drivers: Temp support
|
10 years ago |
Lorenz Meier
|
953cef9a9e
|
HMC5883: Temp dummy value
|
10 years ago |
Lorenz Meier
|
b3c45e7178
|
LSM303D: Temp support
|
10 years ago |
Lorenz Meier
|
cb8e32f833
|
MPU6K: Temp support
|
10 years ago |
Jonathan Challinger
|
89d5ae69d3
|
mpu6000: add set_accel_range
|
10 years ago |
Lorenz Meier
|
1bbfe571fa
|
Merge branch 'pullrequest-imu-temperature' of git://github.com/tridge/Firmware
|
10 years ago |
Lorenz Meier
|
4318a26b64
|
Merge pull request #1950 from philipoe/PR/PX4IO_RC_Mapping_Fix
PX4IO driver: Add mapping of AUX1-3 channels, in case these are also use...
|
10 years ago |
Lorenz Meier
|
7554eb515a
|
Fix ROS install instructions
|
10 years ago |
Lorenz Meier
|
8a584be530
|
Fix missing dependencies
|
10 years ago |
Lorenz Meier
|
f26edd20f6
|
Add missing gflags
|
10 years ago |
philipoe
|
20f6fbd864
|
PX4IO driver: Add mapping of AUX1-3 channels, in case these are also used as control surface inputs
|
10 years ago |
Lorenz Meier
|
fff74304f0
|
Merge pull request #1946 from UAVenture/mainstate_rename
Revert the MainS to MainState to keep LogMuncher happy.
|
10 years ago |
Simon Wilks
|
39d3b903e7
|
Revert the MainS to MainState to keep LogMuncher happy.
|
10 years ago |
Lorenz Meier
|
07389eabbe
|
Merge pull request #1942 from PX4/mc_mixer_limit
Fix limiting in mc mixer
|
10 years ago |
Anton Babushkin
|
95be7c2289
|
Fix limiting in mc mixer
|
10 years ago |
Lorenz Meier
|
49834b11cb
|
Merge pull request #1938 from Grawp/master
Fix generating $3_len in BIN_TO_OBJ makefile function
|
10 years ago |
Michal Ulianko
|
631e518c45
|
BIN_TO_OBJ: Change NM radix back to hex so multiple leading zeros in NM output won't generate octal constant in C.
|
10 years ago |
Michal Ulianko
|
354809bff4
|
BIN_TO_OBJ: Switch egrep and cut to $(GREP). Use posix format and decimal radix with $(NM).
|
10 years ago |
Lorenz Meier
|
ecec2d76d9
|
Allow a bit more flexibility of PWM range
|
10 years ago |
Lorenz Meier
|
4f0f2b0329
|
Merge pull request #1875 from mstuettgen/master
Latest rover changes
|
10 years ago |
Marcel Stüttgen
|
9130976d9e
|
Update main.cpp
removed debug output code
|
10 years ago |
Lorenz Meier
|
6b494ee0f0
|
Remove boardinfo ccommand
|
10 years ago |
Lorenz Meier
|
b80908d956
|
Disable eigen test until fixed
|
10 years ago |
Lorenz Meier
|
14247d95dd
|
Ensure Eigen is installed as submodule
|
10 years ago |
Lorenz Meier
|
bb525d68a1
|
Merge pull request #1934 from rmackay9/smbus-batt-currdis
batt_smbus: calculate current discharged
|
10 years ago |
Daniel Agar
|
662ec3f62f
|
examples fix code style
|
10 years ago |
Daniel Agar
|
0eaf41a048
|
check_code_style.sh properly ignore src/modules/attitude_estimator_ekf/codegen/*
|
10 years ago |
Daniel Agar
|
c2abb0f82a
|
fix code style if trivial one line difference
|
10 years ago |
Daniel Agar
|
c147424fe7
|
nuttx-configs fix code style
|
10 years ago |
Daniel Agar
|
b55fe24161
|
unittests fix code style
|
10 years ago |
Lorenz Meier
|
fb040f9117
|
Merge pull request #1931 from Zefz/eigen-tests
Added test_eigen to verify correctness of eigen calculations
|
10 years ago |
Lorenz Meier
|
310a6b4212
|
Merge pull request #1936 from dogmaphobic/addUnits
Adding a few missing units to the Battery Calibration group.
|
10 years ago |
Michal Ulianko
|
c5ae02deda
|
Fix generating $3_len in BIN_TO_OBJ makefile function
|
10 years ago |
Lorenz Meier
|
b938f12ccb
|
Merge pull request #1937 from orlando3d/master
Turn on PWM output for PPM loopback test
|
10 years ago |
orlando3d
|
e668882621
|
Turn on PWM output for PPM loopback test
|
10 years ago |
dogmaphobic
|
b78a021fb9
|
Adding a few missing units to the Battery Calibration group.
|
10 years ago |
Randy Mackay
|
4e83f43ea3
|
batt_smbus: remove usleep
Also restore I2C address after performing command line search for
devices
|
10 years ago |
Randy Mackay
|
23075f6dab
|
batt_smbus: calculate current discharged
|
10 years ago |
Andreas Daniel Antener
|
43919915ae
|
Merge pull request #1923 from UAVenture/write_rosbag
Write rosbags during SITL tests
|
10 years ago |
Andreas Antener
|
f1fa57ff42
|
write more bags, use helper class to log default topics
|
10 years ago |
Andreas Antener
|
f3a2c66e89
|
write rosbags
|
10 years ago |
Lorenz Meier
|
0daf2232ec
|
Merge pull request #1933 from kd0aij/logCpuLoad
add cpu load to STAT log message
|
10 years ago |
Mark Whitehorn
|
1cc8b6eefc
|
add cpu load to STAT log message
|
10 years ago |
Johan Jansen
|
c0c3e153ec
|
Eigen: Add verify macro to check if math operations are correct
|
10 years ago |
Johan Jansen
|
3451a4686a
|
test_eigen: Make TEST_OP macro more readable
|
10 years ago |
Johan Jansen
|
008a36003f
|
Eigen: Add general purpose Eigen compatability header for PX4
|
10 years ago |
Johan Jansen
|
0be2530037
|
tests: Added test_eigen to verify correctness of eigen calculations
|
10 years ago |