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

Which tutorial should i follow? [closed]

asked 2015-03-30 04:41:39 -0500

baiju gravatar image

hi sir, i'm trying to understand and make robot using arduino. however i'm confused to learn which tutorial should i follow? i mean should i go for catkin tutorials or for main ros one? at present, i have installed indigo and ubuntu 14.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by baiju
close date 2015-07-04 11:51:53.877553

Comments

What kind of robot and what task are you considering to do ? From ardigos we page it seams they specialize in hardware devices. I would need a bit more details to give you a clean answer.

gpldecha gravatar image gpldecha  ( 2015-03-30 07:32:30 -0500 )edit

just as same as industrial robot like kuka or abb. it will have its own processor for working, teach pendant and a computer for simulation. however, i want the simulation both in realtime as well as in offline mode. for it i'm trying to understand which software should i follow first. i searched....

baiju gravatar image baiju  ( 2015-03-31 09:33:56 -0500 )edit

.....alot and found ros can be a way. now the problem is i'm from mechanical background,so dont have much knowledge of ubuntu but i love programming and interested to do it myself. obviously, i dont have much knowledge of microcontrollers, so i decided to go for arduino.now the basic question is....

baiju gravatar image baiju  ( 2015-03-31 09:38:36 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
4

answered 2015-03-31 16:56:06 -0500

paulbovbel gravatar image

You should start with the beginner ROS tutorials ( http://wiki.ros.org/ROS/Tutorials ) so that you understand the general ROS framework. Reading the catkin tutorials will give you a better understanding of the way workspaces and packages are structured.

To understand how to create a description (URDF) of your robot for integration with simulation (Gazebo), you can take a look at the URDF tutorials ( http://wiki.ros.org/urdf/Tutorials ), which then lead into the Gazebo + ROS URDF Tutorials ( http://gazebosim.org/tutorials?tut=ro... ).

If you want to write controllers for your robot that will work for both live-operation and simulation, you should take a look at ros_control ( http://wiki.ros.org/ros_control/Tutor... ). This last part will definitely require some digging and a good understanding of ROS and Gazebo first. The Husky robot uses ros_control's diff_drive_controller ( http://wiki.ros.org/diff_drive_contro... ) for mobile base control, so you can take a look at the way it's implemented here:

https://github.com/husky/husky

https://github.com/husky/husky_simulator

https://github.com/husky/husky_robot/...

edit flag offensive delete link more
1

answered 2015-03-31 15:23:32 -0500

gpldecha gravatar image

I take it this is a side project then ? Well ROS only deals with communication between different software and middleware components. If you need a physical simulation for your robot and want to be able to switch between controlling the real robot and it's simulated counterpart the Ros + Rviz + Gazebo software packages is what you will want.

Gazebo is a physics simulator, which is meant to represent the real physical world with your robot. A good Gazebo tutorial here shows how to control a stick robot with a camera and IR sensor.

For ROS it is much easier there are plenty of good tutorials such as the turtle bot ones: http://wiki.ros.org/ROS/Tutorials/Und... .

Rviz is a visualisation display, it is to show you the state of the robot and all sensory information available. You use this both when you are running your simulation in Gazebo and when you are running the real robot.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-03-30 04:41:39 -0500

Seen: 283 times

Last updated: Mar 31 '15