From cfe406e8b6a37f3df0e031c86f129f6a66ee6843 Mon Sep 17 00:00:00 2001 From: Ali Kuwajerwala Date: Mon, 30 Dec 2024 14:59:53 -0800 Subject: [PATCH] typo --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b531e24..4c2b0a1 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,6 @@ In the `krecviz/tests/test_visualize.py` file, you can uncommnet which visualiza ```bash # cd to the repo root -cd krecviz # uncomment the test you want to run python -m tests.test_visualize ``` @@ -107,7 +106,6 @@ You can then visualize this same URDF with rust to see the difference in the rot ```bash # cd to the repo root -cd krecviz python -m tests.test_manual_urdf ```