-
@sasozivanovic wrote in PDF::API2 ticket ssimms/pdfapi2/issues/67:
>I'm using PDF::API2 in a script accompanying a TeX package I have developed (Memoize, currently in the process of submission to C…
-
There is an issue in the calculation of sunrise and sunset.
For some longitudes >~70E the sunrise is later than sunset.
Example data:
'2021-03-06'
lat = 20.2
lon = 154.7
sunrise = '2021-…
-
I'm currently using a RealSense 435 RGB-D camera to collect data that I feed into ORB_SLAM's `rgbd_tum` example. However, the parameter file confuses me.
I use a modified version of the TUM_1.yaml …
-
```
What steps will reproduce the problem?
1.upload the file
2.fusion tables>Visualize>Map>zoom in/out
3.certain features will not render at random
What is the expected output? What do you see inste…
-
```
What steps will reproduce the problem?
1.upload the file
2.fusion tables>Visualize>Map>zoom in/out
3.certain features will not render at random
What is the expected output? What do you see inste…
-
```
What steps will reproduce the problem?
1.upload the file
2.fusion tables>Visualize>Map>zoom in/out
3.certain features will not render at random
What is the expected output? What do you see inste…
-
Hello,
When I run Code1 I get a reprojection that is slightly shifted (Output1). When I run Code 2 the reprojection is correct (Output2). I am curious to know why; I changed the input of the to_crs f…
-
I know that there's a feature in the GUI to export skeleton selections as .obj files, but can one do the same using PyMaid?
-
I am trying to understand the definition of data strides in documentation. Quite confused me that strides of PIR data storage are specified as -2,-3,1. According to my understanding it should be 3,-1,…
-
There are a number of issues, some more major than others:
- The function call format is incompatible; we've been doing outputs, then inputs, in the C code, but bedrock2 does inputs, then outputs (@j…