Fixed wrong script name
This commit is contained in:
parent
04c866b60b
commit
8547f5884c
1 changed files with 3 additions and 3 deletions
|
@ -30,18 +30,18 @@ $ source devel/setup.bash
|
||||||
|
|
||||||
#### To generate only SDF model from freecad assembly:
|
#### To generate only SDF model from freecad assembly:
|
||||||
```console
|
```console
|
||||||
# freecad_to_gazebo.py <assembly_file> <path/to/model_dir> --sdf-only
|
# freecad2gazebo <assembly_file> <path/to/model_dir> --sdf-only
|
||||||
```
|
```
|
||||||
|
|
||||||
#### To generate SDF and URDF model from freecad assembly:
|
#### To generate SDF and URDF model from freecad assembly:
|
||||||
```console
|
```console
|
||||||
$ freecad_to_gazebo.py <assembly_file> <path/to/model_dir>
|
$ freecad2gazebo <assembly_file> <path/to/model_dir>
|
||||||
```
|
```
|
||||||
Note: Only links and joints are generated in the SDF model. to use the model with ros, use the URDF model.
|
Note: Only links and joints are generated in the SDF model. to use the model with ros, use the URDF model.
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
```console
|
```console
|
||||||
$ freecad_to_gazebo.py <assembly_file> <path/to/model> [--sdf-only] [--noexport] [--config <path/to/config>]
|
$ freecad2gazebo <assembly_file> <path/to/model> [--sdf-only] [--noexport] [--config <path/to/config>]
|
||||||
```
|
```
|
||||||
|
|
||||||
**--sdf**: Export only SDF.
|
**--sdf**: Export only SDF.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue