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.
ERROR: unknown command line flag 'minloglevel'
ERROR: unknown command line flag 'v'
ERROR: unknown command line flag 'alsologtostderr'
ERROR: unknown command line flag 'colorlogtostderr'
ERROR: unknown command line flag 'v'
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
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.launchand 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