From 0cb2c57018d2cd5b7ae50a312da392c59ac88100 Mon Sep 17 00:00:00 2001 From: Agnel Wang <59766821+Agnel-Wang@users.noreply.github.com> Date: Tue, 27 Jun 2023 21:23:33 +0800 Subject: [PATCH] fix bug --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e18d9e9..776c476 100644 --- a/README.md +++ b/README.md @@ -70,12 +70,12 @@ It depends which control mode you want to use. Then, if you want to run high-level control mode, you can run example_walk node like this ``` -rosrun unitree_legged_real example_walk +rosrun unitree_legged_real ros_example_walk ``` If you want to run low-level control mode, you can run example_position program node like this ``` -rosrun unitree_legged_real example_postion +rosrun unitree_legged_real ros_example_postion ``` You can also run the node state_sub to subscribe the feedback information from Go1 robot