You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
hi guys,
when I set catkin config -DCMAKE_BUILD_TYPE=Debug, instead of Release, I came across a problem when I run catkin build. There is an error on the process of compiling kimera_pgmo_rviz. it said
Errors << kimera_pgmo_rviz:make /home/zhipeng/vscode_projects/catkin_ws/logs/kimera_pgmo_rviz/build.make.000.log
In file included from /home/zhipeng/vscode_projects/catkin_ws/src/kimera_pgmo/kimera_pgmo_rviz/src/mesh_visual.cpp:12:
/home/zhipeng/vscode_projects/catkin_ws/src/kimera_pgmo/kimera_pgmo_rviz/src/mesh_visual.cpp: In member function ‘Ogre::Material& kimera_pgmo::MeshVisual::getMaterial() const’: /opt/ros/noetic/include/ros/assert.h:130:9: error: no match for ‘operator!’ (operand type is ‘Ogre::SharedPtrOgre::Material’)
that's weird. how can I fix it? please help me.
by the way, I compile this project based on Ubuntu 20.04 of WSL(windows subsystem for Linux)
System Information:
OS [e.g. Ubuntu 18.04, Ubuntu 20.04]:
Any build warnings? [yes/no]:
Any non-system dependency versions that you know of? [yes/no]:
Additional Information:
If possible and/or relevant, please take a look here and try to obtain the following (attached as files preferrably):
A backtrace (either from gdb or from Hydra directly)
The current workspace configuration
The current workspace contents
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
hi guys,
when I set catkin config -DCMAKE_BUILD_TYPE=Debug, instead of Release, I came across a problem when I run catkin build. There is an error on the process of compiling kimera_pgmo_rviz. it said
Errors << kimera_pgmo_rviz:make /home/zhipeng/vscode_projects/catkin_ws/logs/kimera_pgmo_rviz/build.make.000.log
In file included from /home/zhipeng/vscode_projects/catkin_ws/src/kimera_pgmo/kimera_pgmo_rviz/src/mesh_visual.cpp:12:
/home/zhipeng/vscode_projects/catkin_ws/src/kimera_pgmo/kimera_pgmo_rviz/src/mesh_visual.cpp: In member function ‘Ogre::Material& kimera_pgmo::MeshVisual::getMaterial() const’:
/opt/ros/noetic/include/ros/assert.h:130:9: error: no match for ‘operator!’ (operand type is ‘Ogre::SharedPtrOgre::Material’)
that's weird. how can I fix it? please help me.
by the way, I compile this project based on Ubuntu 20.04 of WSL(windows subsystem for Linux)
System Information:
Additional Information:
If possible and/or relevant, please take a look here and try to obtain the following (attached as files preferrably):
The text was updated successfully, but these errors were encountered: