Skip to content

Commit

Permalink
Updates urdf readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cornerfarmer committed Mar 31, 2023
1 parent 50d53b8 commit 08d7c3c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/advanced/urdf_loading_and_manipulation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,14 @@ meshes. Here we simply print them after the last motion.
```python
bproc.writer.write_bop(os.path.join(args.output_dir, 'bop_data'),
target_objects = robot.links,
depths = list(stereo_depth),
depths = data["depth"],
colors = data["colors"],
m2mm = False)
m2mm = False,
calc_mask_info_coco=False)
```

The poses of the visual meshes of every robot link can be written using the BOPWriter.
We disable writing object masks, as this would require setting for each object a `model_path` custom property, which is not yet supported by the URDF loader.

## Preparing URDF files

Expand Down

0 comments on commit 08d7c3c

Please sign in to comment.