valschmidt
valschmidt
The code example in [py_houghlines.rst](https://github.com/abidrahmank/OpenCV2-Python-Tutorials/blob/master/source/py_tutorials/py_imgproc/py_houghlines/py_houghlines.rst) only plots the first line detected, not all the lines as shown in the "result" image. This is not a big deal, but as a...
The "Ceres" bundle adjustment solver used by OpenSfM has the ability to handle full uncertainty priors of each term. But it seems to me they are hard coded in OpenSfm...
In an operational setting, where visibility of a plot is critical, one needs the ability to increase the width of the lines and size of points drawn in the plot...
I've been publishing GeoVizItems recently and have come up with some feature requests to discuss! It would be nice if objects posted had a time-out, such that they fade away...
I showed JB our survey pattern tool and he suggested that, in addition to dynamically showing the total distance and time as one manipulates the widgets, we also show the...
One needs the ability to change the color of the boat and track. I'm driving on a blue/green bathy surface from a geotiff and the dark green is hard to...
Maybe this is obvious, but it would be cool to be able to spawn multiple vehicles in simulation and assign different survey patterns to each.
New Robostack user here, so maybe missing something simple. The following, executed on : `mamba install -c robostack -c robostack-experimental -c conda-forge ros-noetic-pid` results in ``` Pinned packages: - python...
## Steps to reproduce: 1. go to: Network → Routing 2. Click Add 3. Configure a route with the following: Interface: 'WAN' (anything will do), Route type: unicast, Target: 10.0.0.4/24,...
Hi, When I attempt to `compute_Sv`: ''' ep.calibrate.compute_Sv(echodata[0],waveform_mode='BB',encode_mode='complex') ''' I am receiving an error: `IndexError: index 0 is out of bounds for axis 0 with size 0`, which is coming...