-
Dear all,
I had installed ORB_SLAM and run the example successfully. Now I turn into having a test on KITTI VO seq 00, like authors did in their paper.
But when I start ORB_SLAM on KITTI VO seq 00, …
-
### Expected behaviour
Files sync at about the speed of the broadband connection, independent of size unless limited by CPU or IO on client or server.
### Actual behaviour
Synchronizing a folder wit…
ghost updated
8 years ago
-
Is there a problem with missing quotes in the syntax of the sbcl build command line generated by "ros install sbcl" ?
` Subprocess (:PROCESS #)
with command ("/bin/bash" "-lc"
"cd \"…
-
Here's the log messages.
```
$ cim install sbcl
sbcl-1.2.1 installation started.
Donwloading archive.
Expanding archive.
Finding Lisp impl to build sbcl.
Building sbcl-1.2.1
Failed to build.
//settin…
-
vooon updated
9 years ago
-
I wondered if it would be possible to upgrade dependencies when invalid or non-existent dependencies are specified.
Right now, this is the behavior when you add non-existent ones:
:dependencies [[o…
-
There seems to be a problem with the backslashes in Windows path names.
```
Exception in thread "main" java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence near index 4
^c:\Use…
zilti updated
10 years ago
-
It would be great to be able to fit the coefficients of a series expansion by using chebyshev polynomials (optimal in some sense for fitting 1D functions on an interval) and also other common basis fu…
-
We import several classes only to use them in type hints. Slamhound removes the import for them.
Example:
```
(ns worldsingles.newrelic
(:require [worldsingles.environment :as env]
[wo…
-
This is more of a suggested feature for consideration. When an indicator is not available for a year, requesting it throws an exception. Would it be a good idea to return NaN instead? The reason / use…