Yonatan
Yonatan
I am getting this error message when trying to link loguru: ``` /usr/bin/ld: CMakeFiles/feature_tracker_node.dir/src/feature_node.cpp.o: undefined reference to symbol 'dladdr@@GLIBC_2.2.5' /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libdl.so: error adding symbols: DSO missing from command line collect2: error:...
Made changes to enable working on MacOS Support intake of of images with no GPS
What is the meaning of this error?
This what the log looks like: ``` [ 99%] /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libQGLViewer.so: undefined reference to `gluNewQuadric' /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libQGLViewer.so: undefined reference to `gluUnProject' /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libQGLViewer.so: undefined reference to `gluCylinder' /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libQGLViewer.so: undefined reference to `gluPickMatrix' /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libQGLViewer.so:...
Hi When I read a rosbag containing images I get a string sequence in the csv file that looks like this: "b'\x10\x10\x0f\x10\x10\x10........'" I tried to using encode/decode and struct.unpack but...
I am using Ubuntu 14.04 with ROS Indigo. I tried to used rosmake both on ubuntu guest in a virtual box and on AWS. In both cases The command: rosmake...
The architecture is outdated. Merge layers are no longer used in Keras: https://github.com/keras-team/keras/issues/10377 How can this be fixed?