-
We want to be able to replay faster-than-real-time (see [replay doc](http://dev.px4.io/advanced-replay.html)). For that we need to manipulate system time (`hrt_absolute_time()` and friends). Probably …
-
Review is pending
https://lists.w3.org/Archives/Public/public-privacy/2015OctDec/0135.html
-
I was trying to use `mice()` to answer [this](https://stackoverflow.com/questions/55092609/how-to-write-a-function-that-imputes-missing-numeric-and-character-values) question, but could not impute dat…
-
I'm using 1.8.0 version with EKF2, SITL.
Publish faked optical flow messages with zero `integrated_x` and `integrated_y`. The vehicle is not obtaining valid local position nor velocity (`vehicle_loca…
-
I think the build process is broken. Any who has gott any solution?
[686/686] Linking CXX executable bin/px4
FAILED: bin/px4
: && /usr/bin/c++ -O2 -g -DNDEBUG -Wl,--export-dynamic platforms/posix…
7st4r updated
5 years ago
-
Trying to build 5.8.9 at https://github.com/Frogging-Family/linux-tkg/commit/afc7b56bcb5a4790b0a58821494225381a5641b5, Ryzen Desktop, fsync, Zen2, PDS (TkG)
Error log
```
CC [M] drivers/medi…
D3SOX updated
4 years ago
-
@priseborough A question about EKF2 IMU timestamping, why is setIMUData using hrt_absolute_time() instead of the timestamp from the sensors_combined message?
The correct accel/gyro timestamp should b…
-
Hi,
seit der folgenden Änderung funktioniert die Deutsche Kreditbank nicht mehr:
https://github.com/nemiah/phpFinTS/commit/0f013d35a3c53770f7f6ad2362aad7896593cff4
Fhp\FinTs:getVariables called…
-
System configuration:
* Compile host is ODROID-C2, but I'm running the compile inside of a docker image that was created from a NI RoboRIO disk image (ARMv7, Cortex A9). I'm also using `setarch lin…
-
While I was going through the code and I came across line 263 in Commander.cpp
```
static bool send_vehicle_command(uint16_t cmd, float param1 = NAN, float param2 = NAN)
{
vehicle_command_s vcmd = {}…