Skip to content

Commit

Permalink
Do not link idyntree-modelio-urdf but link idyntree-modelio and updat…
Browse files Browse the repository at this point in the history
…e ModelIO header inclusions
  • Loading branch information
traversaro authored Dec 6, 2024
1 parent 5c36829 commit 4abd314
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion toolbox/base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ target_link_libraries(WBToolboxBase
YARP::YARP_init
YARP::YARP_dev
iDynTree::idyntree-model
iDynTree::idyntree-modelio-urdf
iDynTree::idyntree-modelio
iDynTree::idyntree-high-level)

target_include_directories(WBToolboxBase PUBLIC
Expand Down
2 changes: 1 addition & 1 deletion toolbox/base/src/RobotInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <iDynTree/FreeFloatingMatrices.h>
#include <iDynTree/Indices.h>
#include <iDynTree/Model.h>
#include <iDynTree/ModelIO/ModelLoader.h>
#include <iDynTree/ModelLoader.h>
#include <yarp/dev/ControlBoardInterfaces.h>
#include <yarp/dev/PolyDriver.h>
#include <yarp/os/Bottle.h>
Expand Down
2 changes: 1 addition & 1 deletion toolbox/library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ list(APPEND WBTOOLBOXLIBRARY_EXT_LIBRARIES
YARP::YARP_math
iDynTree::idyntree-core
iDynTree::idyntree-model
iDynTree::idyntree-modelio-urdf
iDynTree::idyntree-modelio
iDynTree::idyntree-high-level)

# Additional dependency of the SimulatorSynchronizer block
Expand Down
2 changes: 1 addition & 1 deletion toolbox/library/src/InverseKinematics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <iCub/iKin/iKinFwd.h>
#include <iCub/iKin/iKinIpOpt.h>
#include <iDynTree/DenavitHartenberg.h>
#include <iDynTree/ModelIO/ModelLoader.h>
#include <iDynTree/ModelLoader.h>
#include <iDynTree/iKinConversions.h>
#include <wbi/wholeBodyInterface.h>
#include <yarp/os/ResourceFinder.h>
Expand Down

0 comments on commit 4abd314

Please sign in to comment.