From 15529debffa97be24500c6978bc083fcbd38414b Mon Sep 17 00:00:00 2001 From: Ali Kuwajerwala Date: Fri, 27 Dec 2024 11:30:38 -0800 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 65d530c..aadad67 100644 --- a/README.md +++ b/README.md @@ -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: