william

Results 22 comments of william

> Hello, > Looks like all works. > "Create" button will be unlocked as soon as you type at least one character in "New pilot profile". Rest buttons will be...

> Hi, > > PathTracing is very difficult for computer graphics beginners,but don't worry about it. > > * Firstly, learning [OpenGL](https://learnopengl.com/),you can easily read the codes. > * Secondly,...

the compiling errors are: wangpeng@dacent:~/tools/3d/63/RESLAM$ ./build/RESLAM ./config_files/reslam_settings.yaml ./config_files/dataset_tum1.yaml INF|System.cpp[readSettings,144]: EnableLocalMapping: 1 INF|System.cpp[readSettings,158]: SystemMultiThreading: 0 INF|System.cpp[readSettings,165]: Read: [1, 1, 1.25, 1.5] into 1 1 1.25 1.5 INF|System.cpp[readSensorSettings,90]: InputDatasetFile1: associate.txt INF|System.cpp[readSensorSettings,92]: InputDatasetFile2:...

> Hi @WilliamWangPeng , > thanks for trying RESLAM. What you see are not compiling errors but missing files on your side. > The `rgb.txt` and `depth.txt` come with the...

> Hi @WilliamWangPeng , > You can't just put the associate anywhere on your system, you have to define the path. > The default paths are still from my old...

> Hi > Make sure you have installed g++, git and cmake via apt. > > Clone this repository to somewhere: > > ``` > mkdir ~/repositories && cd ~/repositories...

> This looks to be a problem with the cmake configuration in the sdl2 example. Try copying the updated FindTMXLITE.cmake file from the tmxlite/cmake/modules directory to the sdl2-tiled-example/cmake directory. thank...

> This looks to be a problem with the cmake configuration in the sdl2 example. Try copying the updated FindTMXLITE.cmake file from the tmxlite/cmake/modules directory to the sdl2-tiled-example/cmake directory. thank...

> This looks like a mis-configuration of CMAKE_MODULE_PATH in the cmake file provided with the sdl2 example. Check that this is set to the correct directory. hi dear fallahn @fallahn...

> Sorry @twang15 and @amirjamez, I must have accidentally dismissed the notifications for this thread! > > Either way, I just went through the process of installing PIN and MICA...