Closed widthstudio closed 5 months ago
hi, the above problem was solved by modifying the configuration in OCS2_CXX_FLAGS
.
However, when I run roslaunch ocs2_anymal_robot simple_gazebo.launch
, the robot model doesn't show up in rviz, and rviz crashes and exits. When I change description_name
to ocs2_anymal_description
, rviz works but does not display the robot model either.
First of all, thank you so much for open source this very good project. But I had the following problem when compiling ocs2_gazebo in this project
After reviewing the materials, I have determined that specifying the C++ compilation version 17 is essential. However, even after making this change, I am still unable to compile successfully. Therefore, I would like to seek guidance on how to resolve this issue.