-
```zsh
Python 3.7.4 (default, Sep 7 2019, 18:27:02)
[Clang 10.0.1 (clang-1001.0.46.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import gtsam_py
Traceb…
-
**Description:**
All the processes are successful according to your introduction, but they can't be operated. The data is also provided by you
**Command:**
```
./scripts/stereoVIOEuroc.bash
```…
-
## Description
When building the target timeGaussianFactorGraph on branch develop commit 2f6edeeb416a812719e5f78520791a7368d588ce I received the following error:
.../gtsam-repo/timing/timeGaussi…
ptrmu updated
5 years ago
-
**Description:**
When I running "stereoVIOEuroc.bash", everything is OK. After a while, a segmentation fault occured when vio-system processing the frame in sequence "Euroc/V1_01_easy" and "Euro…
-
Hi ,when I try
`
git clone --recurse-submodules https://github.com/MOLAorg/mola.git`
I was refuse to clone something.
for example:
'git@github.com:jlblancoc/mola-fe-g2o-dataset.git'
'git@github.…
-
##### **Overview of the issue**
Running the compodoc command throws a `RangeError`.
Command: `./node_modules/.bin/compodoc -p src/lib/tsconfig.compodoc.json -d docs --hideGenerator --toggleM…
-
##### **Overview of the issue**
No errors visible, but when I upgrade from 1.0.1 to 1.0.2 no documentation is generated. I simply see a bunch of messages about excluding files.
Here is the o…
-
##### **Overview of the issue**
It seems that I've added comments to every possible place in this service but Compodoc is still reporting that I've missed 1 of 3 statements. Am I missing someth…
-
Thanks for your sharing of the code. I tested it on my own datasets, I found that the vio system is unstable, but if I remove the normalizing of gravity, it run more stably. Should the gravity be n…
-
In IMUPreintegrator.h,the function `JacobianR` calculates the right jacobian by the formula
`JR = I - (1- cos( theta ) ) / theta * K + ( 1 - sin( theta ) / theta ) * K * K`.But i saw the formula to …