ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How Do i Run My Own Program

asked 2021-10-10 23:24:16 -0500

anto gravatar image

I wanna run my turtlebot3 using my own python program, how do i begin? what do i need? any tutorial or book that i can read? sorry for asking many question

currently i am using Turtlebot3 Waffle PI ROS Kinetic Ubuntu 16.04.7 (Remote PC) Ubuntu Mate 16.04.6 (Turtlebot 3)

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2021-10-11 05:36:32 -0500

Bernat Gaston gravatar image

You should start with the ROS tutorials to understand how topics, services and actions work. Depending on how are you going to give commands to your turtlebot (using the topic or using a service or action) you are going to need the appropriate API for that. Topics: http://wiki.ros.org/ROS/Tutorials/Wri... Services: http://wiki.ros.org/ROS/Tutorials/Wri... Action client: http://wiki.ros.org/actionlib_tutoria...

edit flag offensive delete link more

Comments

thanks for your information, hopefully will fulfill my curiosity of this robot.

anto gravatar image anto  ( 2021-10-11 21:05:01 -0500 )edit
0

answered 2021-10-11 05:37:06 -0500

Ranjit Kathiriya gravatar image

I wanna run my turtlebot3 using my own python program, how do i begin?

Did you look at the Turtlebot 3 tutorials?

what do I need? any tutorial or book that I can read?

You can have a look at this book, It is providing detailed information with code. You can get a list of books by ROS.

edit flag offensive delete link more

Comments

1

yes, i have looked at that e manual. but i didn't search through the website thanks for your kindness.

anto gravatar image anto  ( 2021-10-11 21:04:06 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2021-10-10 23:05:27 -0500

Seen: 153 times

Last updated: Oct 11 '21