Closed shivauchiha closed 4 years ago
I changed the address defined in cmake file of anymal_robocogen .
set(SOURCES ${CMAKE_SOURCE_DIR}/pronto_anymal_example/anymal_robcogen/src/transforms.cpp ${CMAKE_SOURCE_DIR}/pronto_anymal_example/anymal_robcogen/src/jacobians.cpp ${CMAKE_SOURCE_DIR}/pronto_anymal_example/anymal_robcogen/src/jsim.cpp ${CMAKE_SOURCE_DIR}/pronto_anymal_example/anymal_robcogen/src/inverse_dynamics.cpp ${CMAKE_SOURCE_DIR}/pronto_anymal_example/anymal_robcogen/src/forward_dynamics.cpp ${CMAKE_SOURCE_DIR}/pronto_anymal_example/anymal_robcogen/src/inertia_properties.cpp ${CMAKE_SOURCE_DIR}/pronto_anymal_example/anymal_robcogen/src/miscellaneous.cpp)
I get the following error when compiling :
I have added all the required packages in my catkin workspace as well .