You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there
After setting up, running and building as described, the testing of the module throws the following error:
root@39495160ee53:/orbslam/src# python3 /orbslam/src/test/test.py
Initializing SLAM...
ORB-SLAM2 Copyright (C) 2014-2016 Raul Mur-Artal, University of Zaragoza.
This program comes with ABSOLUTELY NO WARRANTY;
This is free software, and you are welcome to redistribute it
under certain conditions. See LICENSE.txt.
Input sensor was set to: RGB-D
Loading ORB Vocabulary. This could take a while...
Vocabulary loaded!
Camera Parameters:
- fx: 517.306
- fy: 516.469
- cx: 318.643
- cy: 255.314
- k1: 0.262383
- k2: -0.953104
- k3: 1.16331
- p1: -0.005358
- p2: 0.002628
- fps: 30
- color order: RGB (ignored if grayscale)
ORB Extractor Parameters:
- Number of Features: 1000
- Scale Levels: 8
- Scale Factor: 1.2
- Initial Fast Threshold: 20
- Minimum Fast Threshold: 7
Depth Threshold (Close/Far Points): 3.09294
/slamdoom/libs/orbslam2/Vocabulary/ORBvoc.txt
SLAM was successfully initialized!
Press key to continue...terminate called after throwing an instance of 'std::runtime_error'
what(): Pangolin X11: Failed to open X display
Aborted (core dumped)
We run directly on the machine (no ssh porting), thus have graphical output enabled. Anyone had the same issue before?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello there
After setting up, running and building as described, the testing of the module throws the following error:
We run directly on the machine (no ssh porting), thus have graphical output enabled. Anyone had the same issue before?
Thanks in advance!
The text was updated successfully, but these errors were encountered: