Skip to content

Commit

Permalink
fix debug
Browse files Browse the repository at this point in the history
Signed-off-by: YuxuanLiuTier4Desktop <[email protected]>
  • Loading branch information
Owen-Liuyuxuan committed Dec 20, 2024
1 parent 3f54a6f commit b54e73b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions aip_urdf_compiler/cmake/aip_cmake_urdf_compile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

macro(aip_cmake_urdf_compile)
# Set the correct paths
find_package(PythonInterp REQUIRED) # cspell: ignore Interp
set(aip_urdf_compiler_BASE_DIR "${aip_urdf_compiler_DIR}/../")
set(PYTHON_SCRIPT "${aip_urdf_compiler_BASE_DIR}/scripts/compile_xacro.py")
set(PYTHON_TEMPLATE_DIRECTORY "${aip_urdf_compiler_BASE_DIR}/templates")
Expand Down
2 changes: 0 additions & 2 deletions aip_xx1_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ find_package(aip_urdf_compiler REQUIRED)

ament_auto_find_build_dependencies()

find_package(PythonInterp REQUIRED) # cspell: ignore Interp

aip_cmake_urdf_compile()

ament_auto_package(INSTALL_TO_SHARE
Expand Down
2 changes: 0 additions & 2 deletions aip_xx1_gen2_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ find_package(aip_urdf_compiler REQUIRED)

ament_auto_find_build_dependencies()

find_package(PythonInterp REQUIRED) # cspell: ignore Interp

aip_cmake_urdf_compile()

ament_auto_package(INSTALL_TO_SHARE
Expand Down

0 comments on commit b54e73b

Please sign in to comment.