- Jun 12, 2015
-
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
A high rate workqueue is required that acts like an interrupt handler for a HW timer. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
The baro was not fully initialized when the sensors module tried to open it. Added a sleep command and a sleep 2 to rc.S so the baro is initialized by the time the sensors module tried to read it. Fixed other noisy errors Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
- Jun 11, 2015
-
-
Mark Charlebois authored
When px4_getpid() was called from the shell, there was no opaque thread ID to return. Added a special thread ID for the shell context. This ID only works for px4_getpid() and cannot be used for other px4_task_*() calls. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
- Jun 10, 2015
-
-
Lorenz Meier authored
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
The new uORB::ORBMap class was put it its own file with proper copyright. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Nuttx complains about an unresolved _impure_ptr at link time. This is a known issue when using STL templates in NuttX on ARM. Created new ORBMap and ORBSet classes for NuttX. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Needed to ifdef SITL functionality not supoprted in NuttX build. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
- Jun 09, 2015
-
-
Mark Charlebois authored
clean up mavlink network capability
-
tumbili authored
-
Mark Charlebois authored
The posix build only has one process so calling getpid() will not provide the expected result. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
QuRT doesn't support unlink and does not provide getpid(). The DSPAL layer provides access to usleep so an implementation is no longer needed. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
tumbili authored
- subscribe to actuator controls after topic has been advertised
-
tumbili authored
-
tumbili authored
-
tumbili authored
-
Mark Charlebois authored
The toolchain_* files are target OS specific so they were moved to the target OS subdir. The gcc_version.* files are only cleared once per make instantiation so a build that creates multiple HW targets will try to link with an incompatible .o file (i.e. x86 build linking ARM .o). I created posix-arm as a separate target to fix this problem. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Use: mavlink start -u portnum to set the UDP port. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Usage is: -d udp[:<port>] If no port is specified, default port is set to 14556. If -d isn’t specified then default is serial. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
This adds support for a dynamic build for QuRT and initial Multi-uORB changes to enable communication between the DSP and the application processor. This part of the changes do not affect the POSIX build. This is enablement for the QuRT build using Multi-uORB. The second part of the changes will be added in a new module under src/modules. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Raw mode is not the default mode in Ubuntu 14.04. Disable echo and special character processing. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
Mark Charlebois authored
Some changes were needed to use the simulator and the UART for rc control. Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-
tumbili authored
-
tumbili authored
-
tumbili authored
-
tumbili authored
-
tumbili authored
- added option to stream messages over udp - still hardcoded stuff (port)
-
tumbili authored
-
tumbili authored
-
tumbili authored
-
tumbili authored
-
tumbili authored
-
tumbili authored
-
tumbili authored
- wait for first message from jMAVSim before sending data - publish raw rc data coming from PIXHAWK (temporary) - send some interesting messages to jMAVSim - prepare sensor data for sim drivers to read
-
Mark Charlebois authored
Removed extra carriage returns in output strings Signed-off-by:
Mark Charlebois <charlebm@gmail.com>
-