Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-git committed Dec 27, 2024
1 parent d38cb2f commit 15529de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ CLI usage:
```bash
# cd to the repo root
cd krecviz

python -m krecviz.visualize \
--urdf data/urdf_examples/gpr/robot.urdf \
--krec data/krec_examples/actuator_22_right_arm_shoulder_roll_movement.krec \
--output output.rrd
--urdf ../tests/assets/urdf_examples/gpr/robot.urdf \
--krec ../tests/assets/krec_examples/actuator_22_right_arm_shoulder_roll_movement.krec
```

Python API usage:
Expand Down

0 comments on commit 15529de

Please sign in to comment.