Skip to content

fix: unbalanced backticks around parallel reorient command - #12

Draft
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/example-351d2075
Draft

fix: unbalanced backticks around parallel reorient command#12
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/example-351d2075

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

Problem

fix: unbalanced backticks around parallel reorient command

Fix

Replace:

``python3 run_grasp_evaluation.py --object=rectangle --youngs=2e5 --density=1000 --ori_start=4 --ori_end=6 --mode=reorient --write --grasp_ind=3` will generate 3 simulation environments for vectors 4, 5, and 6. 

with:

`python3 run_grasp_evaluation.py --object=rectangle --youngs=2e5 --density=1000 --ori_start=4 --ori_end=6 --mode=reorient --write --grasp_ind=3` will generate 3 simulation environments for vectors 4, 5, and 6. 

Files changed

  • examples/example.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant