Skip to content

Commit bdd174c

Browse files
committed
Fix README
1 parent ca21964 commit bdd174c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ca_description/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To convert the xacro file into a URDF file:
1515
```bash
1616
$ roscd ca_description/urdf/
1717
$ roscore &
18-
$ rosrun xacro xacro --inorder create_2.xacro [ARGS] > test.urdf
18+
$ rosrun xacro xacro --inorder create_2.urdf.xacro [ARGS] > test.urdf
1919
```
2020
Replace [ARGS] with the corresponding XACRO arguments. As an example, `visualize:=false`.
2121

0 commit comments

Comments
 (0)