-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
turtlesim should use geometry_msgs/Twist and /cmd_vel #4
Comments
+1 |
Either someone provides a complete patch to modify the code and the wiki accordingly or we should just add a note stating that to the existing tutorial. |
@dirk-thomas I just requested pull request to use Twist msg. Would you check it? |
Pull request #5 |
Would you also update the pull request to use the |
Change pushed. |
The patch has been merged. The Wiki page must be updated but only after a new release is in the public repo. |
For hydro right? We don't want to risk that someone out there probably On Mon, Feb 4, 2013 at 5:46 PM, Dirk Thomas [email protected]:
|
Merged #7 |
In this tutorial:
http://www.ros.org/wiki/ROS/Tutorials/UnderstandingTopics
We seem to suggest that robots should implement their own command message (turtlesim/Velocity). That's not correct, so we should show have turtlesim use /cmd_vel topics and geometry_msgs/Twist as is truly standard. Users often start their own software based on tutorials, so we need to make sure the tutorials follow standard practices.
The text was updated successfully, but these errors were encountered: