File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88# find dependencies
99find_package (ament_cmake REQUIRED )
10- find_package (ament_cmake_pytest REQUIRED )
1110
1211# install
1312install (
@@ -18,6 +17,7 @@ install(
1817ament_environment_hooks ("${CMAKE_CURRENT_SOURCE_DIR } /${PROJECT_NAME } .dsv" )
1918
2019if (BUILD_TESTING)
20+ find_package (ament_cmake_pytest REQUIRED )
2121 ament_add_pytest_test (test_urdf ${CMAKE_CURRENT_SOURCE_DIR } /test/test_urdf.py )
2222endif ()
2323
Original file line number Diff line number Diff line change 88 <license >Apache-2.0</license >
99
1010 <buildtool_depend >ament_cmake</buildtool_depend >
11- <buildtool_depend >ament_cmake_pytest</buildtool_depend >
1211
1312 <exec_depend >gz_ros2_control</exec_depend >
1413 <exec_depend >joint_state_publisher_gui</exec_depend >
1716 <exec_depend >tf2_ros</exec_depend >
1817 <exec_depend >xacro</exec_depend >
1918
19+ <test_depend >ament_cmake_pytest</test_depend >
2020 <test_depend >python3-pytest</test_depend >
2121
2222 <export >
You can’t perform that action at this time.
0 commit comments