- Jun 02, 2015
-
-
Mark Charlebois authored
GCC complains about strict prototypes. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
The header file now contains all hrt workqueue related prototypes. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Function was changed to be void but prototype was not updated Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Removed extra carriage returns in output strings Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
There is a race condition for the accel and mag polling rates. Whichever one gets set first, the other will be uninitialized. Set the mag polling rate to 1ms if uninitilized. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
The workqueues measure time in ticks which is typically 10ms. Some interrupt events in Nuttx occur at about 1ms so a more granular workqueue is needed for POSIX. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Lorenz Meier authored
Gyrosim: Fixed constant looping
-
Lorenz Meier authored
Fix group for posctl_th
-
Lorenz Meier authored
Fixes for gcc 4.8
-
Lorenz Meier authored
Navigator port
-
Lorenz Meier authored
fixed timming issued in I2C whoami communication
-
Lorenz Meier authored
use open/close instead of px4_open/px4_close for parameter file
-
Lorenz Meier authored
Driver for the IR Lock vision sensor (derivative of the Pixy vision sensor)
-
- Jun 01, 2015
- May 31, 2015
-
-
Luis Rodrigues authored
-
- May 29, 2015
-
-
Lorenz Meier authored
px4_poll fix - was sleeping for usec instead of ms
-
Mark Charlebois authored
There was a conversion error in the timeout (in ms) passed in and the ts.tv_nsec field of the struct timeval. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
The use of a non-static function without a declaration generates a warning for gcc 4.8. Clang-3.4 does not work when compiling for gprof. The executable always generates a segv. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Andreas Antener authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
Remove ioctl calls by always starting cycling Remove unused orb variables and includes Remove unused angle from irlock_s structure Add test and set I2C address to pixy default Reduce max num objects to 5 Add read errors reporting via nsh
-
Michael Landes authored
Also works with the Pixy Cam
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Lorenz Meier authored
-
- May 28, 2015
-
-
Lorenz Meier authored
-
Lorenz Meier authored
-
Mark Charlebois authored
Gyrosim would call measure continuously because the write_checked_reg was failing. There is no need to check faked reg writes in the simulator so that code was removed. The delay that was added to the simulator to pace the gyrosim reads was also removed now that the source of the problem was determined. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Lorenz Meier authored
git_version.* not removed on clean
-
Mark Charlebois authored
The Build/git_version.d and Build/git_version.o files need to be removed on each make to prevent confusion from a previously generated dependency file for a different target. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
VEHICLE_CMD_START_RX_PAIR is defined as uint32 and is being compared to an int. GCC complains about this and fails. Changed int cast to a unsigned int. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
The Build/git_version.* files need to be removed on make clean. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Lorenz Meier authored
-