-
# -*- coding: utf-8 -*-
"""MARS.ipynb
Automatically generated by Colaboratory.
Original file is located at
https://colab.research.google.com/drive/1f1ym9L21LPv8mCx_0UXKCi5FNe4Ax9YD
"""
…
-
Hi Gareth,
I have been working on my own 6-axis IMU sensor fusion ekf implementation, and your project provided a very good reference to validate against. My project is a python class implementatio…
-
For example ALTO schema allows negative float values in attributes like WIDTH, HEIGHT, HPOS, VPOS where values should be positive.
Validating against schema doesn't catch documents where software…
-
Hello,
it feels like I found a bug in rgb2hsv_approximate. For most colors it approximates correctly but for some it is completely wrong.
Sample code:
```
#include "FastLED.h"
void setup()…
-
**Operating system**: Windows 7 x64
**wxPython version & source**: pypi 4.1.0
**Python version & source**: 3.7 CPython
**Description of the problem**:
so the wording in the docs is this.
> st…
-
In openscad they take degrees, while in implicitcad they take radians, but it is never mentioned anywhere.
l29ah updated
2 years ago
-
Consider the following code in Engine.PlayerPawn.UpdateEyeHeight:
```
event UpdateEyeHeight(float DeltaTime)
{
....
// teleporters affect your FOV, so adjust it back down
if ( FOVAngle != De…
-
I believe there is something with the Configuration Data [cf1, cf4, cf6, cfx]. No matter which value I define, it gets associated with cfx, whereas cf1/cf4/cf6 stay at 0. The IK however works fine, bu…
-
If the fish's direction isn't changing, then we loop the animation. Otherwise rotate the fish. See below code how to calculate which image to show.
```js
const ROTATION_STEP = 15
function con…
-
datasets have wind, momentum fields on grid egdes, other fields on grid centers.
handled correctly, but separate groups are created. would be nice to understand the notion of "stagger".
ds093.1
ds277…