-
Notifications
You must be signed in to change notification settings - Fork 133
Add turtlebot3 example #193
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
Add turtlebot3 example #193
Conversation
Release/v2.2.1
|
hanks, @Yutarop — this is a great contribution! A few suggestions before merging:
Once those are updated, I think it’s ready to merge. Thanks again for putting this together! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! This example looks clean and easy to follow. I'm happy to have it in our repo.
Approved from my end. (I agree with Stefano that it is ok to link to your repo for people to see more details and to discover you as the contributor)
@Yutarop , I just looked up your other posts. Great to see your projects trying to do more with ROS and MCP.
If you're interested in collaborating more deeply with us at robotmcp, lets talk! https://www.linkedin.com/in/rohitjohnv/
|
Thank you for your review! @stex2005 @rjohn-v i made a few changes below;
And, thank you for your invitation. I'd love to collaborate! |
|
Final fix before merge. Can you please run the linter with |
|
@stex2005 |
|
Ruff format too please |
Hi
I’ve known about this ROS MCP server for a few months (from a Reddit post) but hadn’t had a chance to try it out until recently. i finally tested it using a TurtleBot3, but since i couldn’t find an example for TurtleBot3, I created one myself.
By following this tutorial, i could control a real TurtleBot3 in the real world. Please let me know if there are any parts of the tutorial that could be improved or are missing.
Thanks!