-
The way the depth is currently calculated in all the geometry models is after the first time step only correct if the free surface is not used. When the free surface is used, the topography is not acc…
-
I am trying to make sense of how defexpand can be used to scrape a Wikipedia [xml dump](https://dumps.wikimedia.org/enwiki/20150304/) (presumably `enwiki-20150304-pages-articles.xml.bz2`) to get each …
-
Could you add run time data on HD images?
How is it compared to the Bilateral Filter?
Thank You,
-
```
[ERROR] [1452653867.328798537, 1.573000000]: Could not find joint 'ur5_arm_shoulder_pan_joint' in 'hardware_interface::PositionJointInterface'.
[ERROR] [1452653867.328956419, 1.573000000]: Failed …
-
The item cannons calculation for the cursor is somewhat wrong, it can focus on the pointed block but only in the x and z axis it seems.
If I point at a block at `x20 y80 z50` and `x20 y120 z50` there…
-
Since update b3bf0d8fc38984175389526dde3dacf589083589 (" Make BoutInitialise return an int and cause BOUT++ to exit if non-zero//Fixes segfault for some command line options"), BOUT++ fails to run for…
-
I'm using a recently updated Ubuntu 12.04 with the latest ros-hydro packages and I seem to have lost the ability to run the simulation with
`prompt> roslaunch nextage_ros_bridge nextage_ros_bridge_s…
-
```
$ python
>>> from funkyyak import grad
>>> (lambda x:x*x)(2.0)
4.0
>>> (lambda x:x*x)(2)
4
>>> grad(lambda x:x*x)(2.0)
4.0
>>> grad(lambda x:x*x)(2)
Traceback (most recent call last):
File "", l…
barak updated
9 years ago
-
it'd be great to use the altitude from GPS to roughly scale images.
But this is tough because GPS offers only altitude over sea level, so we'd have to subtract the ground elevation. We'd also probab…
-
I would suggest re-writing 2 and 3. The point of view differentiating intrinsic and extrinsic geometry is not something that can be appreciated by someone who haven't already studied some differentia…