Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
weijia-yao committed Sep 3, 2016
1 parent 0551813 commit 835ba2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ You may encounter errors related to Git. In this case, if you did not use Git, y
## Part I. Overview
The robot movement is realized by a Gazebo model plugin which is called "NubotGazebo" generated by source files "nubot_gazebo.cc" and "nubot_gazebo.hh". Basically the essential part of the plugin is realizing basic motions: omnidirectional locomotion, ball-dribbling and ball-kicking.
Basically, this plugin subscribes to topic "nubotcontrol/velcmd" for omnidirecitonal movement and subscribes to service "BallHandle" and "Shoot" for ball-dribbling and ball-kicking respectively. You can customize this code for your robot based on these messages and services as a convenient interface.
Basically, this plugin subscribes to topic **"/nubotcontrol/velcmd"** for omnidirecitonal movement and subscribes to service **"/BallHandle"** and **"/Shoot"** for ball-dribbling and ball-kicking respectively. You can customize this code for your robot based on these messages and services as a convenient interface.
As for ball-dribbling, there are three ways for a robot to dribble a ball, i.e.
Expand Down

0 comments on commit 835ba2b

Please sign in to comment.