Skip to content

Commit

Permalink
refactor(#916): update urdf example
Browse files Browse the repository at this point in the history
  • Loading branch information
wboerdijk committed Aug 10, 2023
1 parent 6eb17c6 commit 5f54ebe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/advanced/urdf_loading_and_manipulation/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,5 @@
bproc.writer.write_bop(os.path.join(args.output_dir, 'bop_data'),
target_objects = robot.links,
depths = data["depth"],
colors = data["colors"],
m2mm = False,
colors = data["colors"],
calc_mask_info_coco=True)

0 comments on commit 5f54ebe

Please sign in to comment.