Skip to content

Commit

Permalink
Remove version requirement on sdformat_test_files (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <[email protected]>
  • Loading branch information
sloretz authored Jun 22, 2022
1 parent 07b10ef commit 0e4bcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdformat_urdf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pluginlib_export_plugin_description_file(urdf_parser_plugin "sdformat_urdf_plugi

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
find_package(sdformat_test_files 0.1 REQUIRED)
find_package(sdformat_test_files REQUIRED)
ament_lint_auto_find_test_dependencies()

sdformat_test_files_get_model_sdf("path_to_sdf_geometry_box" "geometry_box")
Expand Down

0 comments on commit 0e4bcfa

Please sign in to comment.