-
First bug report, hope I cover most of the bases.
KSP 1203 on Windows, 32 and 64bit tested. Issue exists with no mods except RemoteTech 1.16.11-492. I have other mods installed but simplified it to…
-
This is an effort to reduce the bloat of mycodo.py and allow fewer requirements for its use, based on what is being used by it (modules). I can foresee, with many supported sensors/devices, Mycodo get…
-
Hi!
I ran the eisIIA test at high resolution
```
mpirun -n 4 pisms -eisII A -i eisIIA.nc -Mx 411 -My 411 -Mz 50 -Lz 5000 -y 5e4 -o eisIIA_2.nc -extra_file eisIIa-ex -extra_times 1000 -extra_vars thk…
-
The idea, in brief, would be to allow the pilot to lock the position of the vehicle (e.g. mid-roll).
-
Hi,
I tested `iris_empty_world_offboard_ctl.launch` successfully with position control and velocity control under Gazebo in OFFBOARD mode. But it was failed when I try to test the **velocity contro…
-
If you update a PID with a function that takes longer than a tick to run, PIDloop will return 0. I suggest adding a note in the documentation to this effect.
-
@DrTon Before you start reading this 8). We're not going to rewrite the commander and multicopter position controller for this in the first round. We first find out how to do it right, then learn, the…
-
The formula used now in the module `pid_controller` is:
```
out = clip_min_max ( Kp * ( error
+ Ki_post * clip_i( accumulator + Ki_pre * error * dt )
…
-
I'm not sure whether this is a remnant from when Whales was developing this (I'm guessing it is), or if it's something more recent, but it's something that's bugged me regarding firearms since I first…
Nioca updated
8 years ago
-
Hi Dibbhatt,
I am facing some issue, when using this project for a longer duration.
ERROR TaskSchedulerImpl: Lost executor 0 on : Executor heartbeat timed out after 161334 ms
[Stage 2:> …