-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gflags error when running [roslaunch khronos_ros uhumans2_khronos.launch] #5
Comments
My guess is that khronos and glog might have conflicting gflags versions. What's the output of |
Thanks, the glog version is 0.4.0, and gflags 2.2.2 |
Sorry, to clarify, I am suspecting that you might have duplicated glog installs on your system, hence was curious to see your ldd output and exactly what is being used. Local or source installs of glog take priority over the system install and are built without gflags support by default, which would be an explanation to the error that you are seeing. Regarding Jetson vs x86: to the best of our knowledge, the system glog package doesn't change that option between architectures. You could also try and build glog from source and install it with gflags support turned on and build against that instead |
Thanks a lot. I will check the installation of glog. BTW, will you update the version with VIO and Semantic Segmentation Module via raw RGB-D camera input? I added a semseg model which is trained on ADE20K and outputs a label from 150 classes to just replace the gt labels, and got bad performance, so looking forward for your real world version. |
Hi,
Glad to see your fantastic work. I succeeded to compile the project and wanted to run a demo by running
roslaunch khronos_ros uhumans2_khronos.launch
and I met these errors.I found the reason maybe the function
google:ParseCommandLineFlags(&argc, &argv, true)
can't parse the flags defined in gflags, but I can not fix it. Do you have any ideas? Thanks a lot.here are more information about my ros enviroment
ubuntu 20.04
ros-noetic
libgoogle-glog-dev=0.4.0-1build1
libgflags-dev=2.2.2-1build1
The text was updated successfully, but these errors were encountered: