Skip to content

Commit

Permalink
[spoteus] remove find_package(collada_urdf) from CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Nov 30, 2023
1 parent e145d50 commit b3682c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jsk_spot_robot/spoteus/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ project(spoteus)
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
find_package(catkin REQUIRED COMPONENTS
collada_urdf
roseus
euscollada
)
Expand All @@ -28,7 +27,6 @@ if(EXISTS ${spot_description_SOURCE_PREFIX}/urdf)
else()
set(_spot_urdf ${spot_description_PREFIX}/share/spot_description/urdf)
endif()
set(_urdf_to_collada ${collada_urdf_PREFIX}/lib/collada_urdf/urdf_to_collada)
set(_collada2eus ${euscollada_PREFIX}/lib/euscollada/collada2eus)

message("spot_urdf: ${_spot_urdf}")
Expand Down

0 comments on commit b3682c1

Please sign in to comment.