Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: YuxuanLiuTier4Desktop <619684051@qq.com>
  • Loading branch information
Owen-Liuyuxuan committed Dec 26, 2024
1 parent 91ff326 commit 13bb21f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aip_urdf_compiler/cmake/aip_cmake_urdf_compile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ macro(aip_cmake_urdf_compile)

# Verify that the required files exist
if(NOT EXISTS "${PYTHON_SCRIPT}")
message(FATAL_ERROR "Could not find compile_xacro.py at ${PYTHON_SCRIPT}")
message(FATAL_ERROR "Could not find compile_urdf.py at ${PYTHON_SCRIPT}")
endif()

# Create a custom command to run the Python script
Expand Down
2 changes: 1 addition & 1 deletion aip_urdf_compiler/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class LinkType(enum.Enum):
- Your target package
- `common_sensor_description` package

2. Update the following in `compile_xacro.py`:
2. Update the following in `compile_urdf.py`:
- `LinkType` enumeration
- `link_dict` mapping

Expand Down

0 comments on commit 13bb21f

Please sign in to comment.