Skip to content

Commit

Permalink
[tests] Fix urdf file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmurooka committed Feb 5, 2025
1 parent 18cd7f6 commit 6866938
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion robot_array_rviz_plugins/tests/urdf/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fr3.urdf
ur5.urdf
ur5e.urdf
2 changes: 1 addition & 1 deletion robot_array_rviz_plugins/tests/urdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Run scripts to generate the URDF files from the xacro files:
python3 create_urdf.py
```

The two file: fr3.urdf, ur5.urdf
The two file: fr3.urdf, ur5e.urdf
2 changes: 1 addition & 1 deletion robot_array_rviz_plugins/tests/urdf/create_urdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def main(args=None):
"fr3.urdf.xacro",
)

create_urdf(ur5_file_path, ur5_mappings, "ur5.urdf")
create_urdf(ur5_file_path, ur5_mappings, "ur5e.urdf")

create_urdf(fr3_file_path, fr3_mappings, "fr3.urdf")

Expand Down

0 comments on commit 6866938

Please sign in to comment.