Giter VIP home page Giter VIP logo

Comments (9)

kkk324 avatar kkk324 commented on June 26, 2024 2

Sophus 需要 cmake make and sudo make install !

from slambook2.

shenxiuqiang17 avatar shenxiuqiang17 commented on June 26, 2024 1

把路径改为"../trajectory.txt"即可

from slambook2.

resplendent-star avatar resplendent-star commented on June 26, 2024

你好 請問你這個問題解決了嗎 我好像也遇到了這個問題

from slambook2.

doMoreCode avatar doMoreCode commented on June 26, 2024

你好,为什么那个轨迹文件,我明明已经复制进去了,却还是找不到轨迹文件?

from slambook2.

hanzheteng avatar hanzheteng commented on June 26, 2024

你们看一下代码里面的文件路径,默认是 string trajectory_file = "./examples/trajectory.txt";,这就是说应该在examples文件夹外面来运行这个可执行文件的。如果要在文件夹里面运行,改一下路径就好了,string trajectory_file = "./trajectory.txt";

from slambook2.

hanzheteng avatar hanzheteng commented on June 26, 2024

Please see #76 for solutions.

from slambook2.

doMoreCode avatar doMoreCode commented on June 26, 2024

Please see #76 for solutions.

全局路径即可

from slambook2.

anli0726 avatar anli0726 commented on June 26, 2024

各位好,我最近已經修改了path name,在cmake .. 跟 make 整個 ch3 folder後,執行plotTrajectory卻報錯,如下:


read total 620 pose entries
X11 Error: BadValue (integer parameter out of range for operation)
X11 Error: BadValue (integer parameter out of range for operation)
terminate called after throwing an instance of 'std::runtime_error'
what(): Pangolin X11: Failed to create an OpenGL context
Aborted (core dumped)

我自己嘗試了一下,確定問題發生在這行(42)
pangolin::CreateWindowAndBind("Trajectory Viewer", 1024, 768);
但不知道如何解決,即使重新按照pangolin上的說明進行安裝,還是不行
想請問是否有人知道如何解決?感謝!

from slambook2.

zaojiahua avatar zaojiahua commented on June 26, 2024

各位好,我最近已經修改了path name,在cmake .. 跟 make 整個 ch3 folder後,執行plotTrajectory卻報錯,如下:

read total 620 pose entries

X11 Error: BadValue (integer parameter out of range for operation)
X11 Error: BadValue (integer parameter out of range for operation)
terminate called after throwing an instance of 'std::runtime_error'
what(): Pangolin X11: Failed to create an OpenGL context
Aborted (core dumped)
我自己嘗試了一下,確定問題發生在這行(42) pangolin::CreateWindowAndBind("Trajectory Viewer", 1024, 768); 但不知道如何解決,即使重新按照pangolin上的說明進行安裝,還是不行 想請問是否有人知道如何解決?感謝!

请问解决了吗,遇到了同样的问题。

from slambook2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.