From 2e764a80aaed008ac5bc0b80f379843cd874d7b5 Mon Sep 17 00:00:00 2001 From: Pierre Bouffartigue Date: Thu, 9 Sep 2021 11:16:47 +0200 Subject: [PATCH] Correction of the link of unitree_legged_msgs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89eae5b..6decac1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Simulation related: `unitree_gazebo`, `unitree_legged_control` # Dependencies * [ROS](https://www.ros.org/) melodic or ROS kinetic(has not been tested) * [Gazebo8](http://gazebosim.org/) -* [unitree_legged_msgs](https://github.com/unitreerobotics/unitree_ros): `unitree_legged_msgs` is a package under [unitree_ros_to_real](https://github.com/unitreerobotics/unitree_ros). +* [unitree_legged_msgs](https://github.com/unitreerobotics/unitree_ros_to_real): `unitree_legged_msgs` is a package under [unitree_ros_to_real](https://github.com/unitreerobotics/unitree_ros_to_real). # Build @@ -74,4 +74,4 @@ Then run the position and pose publisher in another terminal: ``` rosrun unitree_controller unitree_move_kinetic ``` -The robot will turn around the origin, which is the movement under the world coordinate. And inside of the source file `move_publisher`, we also offered the method to move robot under robot coordinate. You can change the value of `def_frame` to `coord::ROBOT` and run the catkin_make again, then the `unitree_move_publisher` will move robot under its own coordinate. \ No newline at end of file +The robot will turn around the origin, which is the movement under the world coordinate. And inside of the source file `move_publisher`, we also offered the method to move robot under robot coordinate. You can change the value of `def_frame` to `coord::ROBOT` and run the catkin_make again, then the `unitree_move_publisher` will move robot under its own coordinate.