Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: YuxuanLiuTier4Desktop <[email protected]>
  • Loading branch information
Owen-Liuyuxuan committed Jul 30, 2024
1 parent eb474d9 commit 44d8c80
Show file tree
Hide file tree
Showing 2 changed files with 137 additions and 103 deletions.
2 changes: 1 addition & 1 deletion aip_xx1_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ find_package(ament_cmake_auto REQUIRED)

ament_auto_find_build_dependencies()

find_package(PythonInterp REQUIRED)
find_package(PythonInterp REQUIRED) # cspell: ignore Interp
# Specify the path to your Python script
set(PYTHON_SCRIPT "${CMAKE_CURRENT_SOURCE_DIR}/scripts/compile_xacro.py")
set(PYTHON_TEMPLATE_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/templates")
Expand Down
Loading

0 comments on commit 44d8c80

Please sign in to comment.