Skip to content

Commit

Permalink
[euscollada] fix for ROS-o (ref: #238)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoheiKakiuchi committed Jan 29, 2025
1 parent aecceec commit 70cfa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion euscollada/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ execute_process(
RESULT_VARIABLE rosversion_ge_indigo)

# noetic collada_urdf could not find_packag-ed due to https://github.com/ros/collada_urdf/issues/43
if("$ENV{ROS_DISTRO}" STREQUAL "noetic")
if("$ENV{ROS_DISTRO}" STREQUAL "noetic" OR "$ENV{ROS_DISTRO}" STREQUAL "one")
set(collada_urdf_CONFIG_INCLUDED TRUE)
set(libraries "collada_urdf")
foreach(library ${libraries})
Expand Down

0 comments on commit 70cfa71

Please sign in to comment.