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

ahmed.shamroukh's profile - activity

2017-06-07 20:25:24 -0500 received badge  Notable Question (source)
2015-11-28 16:24:38 -0500 marked best answer Steps to create my own robot

Hi All,

I am a beginner user with ROS and I read some tutorials about it and I finished all the beginner level and I am using Ubuntu 12.04 LTS and ROS Groovy.

My question is: I need the software steps (step by step) of how to build my own robot using ROS? as till now I am NOT knowing how to start to build my own robot, I do not mean how to create robot at general?, I mean What should I learn first in ROS then second then third ...... to create my own designed robot at the final

Thank you

2015-05-04 09:48:03 -0500 received badge  Self-Learner (source)
2015-05-04 09:48:03 -0500 received badge  Teacher (source)
2014-11-04 06:05:58 -0500 received badge  Notable Question (source)
2014-11-04 06:05:58 -0500 received badge  Famous Question (source)
2014-04-02 00:42:25 -0500 received badge  Famous Question (source)
2014-01-28 17:31:11 -0500 marked best answer What is the benefit & target of using ROS?

Can I control and access to my robot using ROS, or ROS is a simulating program only. If I can control my robot ,, can you give me steps to start controlling it (I had done my mechanical design)

2014-01-28 17:31:07 -0500 marked best answer step by step to build my own robot

Hi All,

I am a beginner user with ROS and I read some tutorials about it specially (catkin,urdf,rviz, gazebo,roscpp).

My question is: I need steps (step by step) of how to build my own robot? as till now I am NOT knowing how to start to build my own robot, Please becareful with that I read urdf,rviz,gazebo,groovy tutorials

I am using Ubuntu 12.04 LTS and ROS Groovy

2013-11-14 10:34:35 -0500 received badge  Famous Question (source)
2013-11-14 05:17:23 -0500 received badge  Notable Question (source)
2013-11-07 14:20:30 -0500 received badge  Famous Question (source)
2013-11-05 02:50:11 -0500 received badge  Popular Question (source)
2013-10-13 05:07:45 -0500 received badge  Popular Question (source)
2013-09-24 23:32:44 -0500 received badge  Notable Question (source)
2013-08-24 22:20:00 -0500 received badge  Famous Question (source)
2013-08-01 06:13:33 -0500 received badge  Famous Question (source)
2013-07-25 05:17:55 -0500 received badge  Popular Question (source)
2013-07-24 08:02:13 -0500 received badge  Notable Question (source)
2013-07-24 08:02:08 -0500 received badge  Popular Question (source)
2013-07-23 00:08:37 -0500 answered a question How I connect ROS with Robot

I am going to do all the heavy computation offboard, and only send/receive motor commands and sensor observations outside of the ROS message framework. I will use kinect sensor in the first and I will add some others in the other stages.

2013-07-23 00:06:50 -0500 received badge  Editor (source)
2013-07-22 23:44:28 -0500 answered a question How I connect ROS with Robot

I am going to do all the heavy computation offboard, and only send/receive motor commands and sensor observations outside of the ROS message framework. I will use kinect sensor in the first and I will add some others in the other stages.

2013-07-22 23:43:12 -0500 received badge  Famous Question (source)
2013-07-22 02:06:34 -0500 asked a question urdf error

When I am trying to build my own robot according to this link: http://www.ros.org/wiki/urdf/Tutorials/Create%20your%20own%20urdf%20file

It appears to me some errors:

seec@ubuntu:~$ rosmake urdfdom_model [ rosmake ] rosmake starting...
[ rosmake ] Packages requested are: ['urdfdom_model']
[ rosmake ] Logging to directory /home/seec/.ros/rosmake/rosmake_output-20130722-140052 [ rosmake ] Expanded args ['urdfdom_model'] to: []
[ rosmake ] WARNING: The following args could not be parsed as stacks or packages: ['urdfdom_model'] [ rosmake ] ERROR: No arguments could be parsed into valid package or stack names. seec@ubuntu:~$ rosrun urdfdom_model check_urdf my_robot.urdf [rospack] Error: stack/package urdfdom_model not found

Is there some special place to save in it "my_robot.urdf" this .urdf file? I do not know what is the issue?

2013-07-22 02:06:34 -0500 received badge  Taxonomist
2013-07-22 02:04:59 -0500 asked a question where to save .urdf file

When I am trying to build my own robot according to this link: http://www.ros.org/wiki/urdf/Tutorials/Create%20your%20own%20urdf%20file

It appears to me some errors:

seec@ubuntu:~$ rosmake urdfdom_model [ rosmake ] rosmake starting...
[ rosmake ] Packages requested are: ['urdfdom_model']
[ rosmake ] Logging to directory /home/seec/.ros/rosmake/rosmake_output-20130722-140052 [ rosmake ] Expanded args ['urdfdom_model'] to: []
[ rosmake ] WARNING: The following args could not be parsed as stacks or packages: ['urdfdom_model'] [ rosmake ] ERROR: No arguments could be parsed into valid package or stack names. seec@ubuntu:~$ rosrun urdfdom_model check_urdf my_robot.urdf [rospack] Error: stack/package urdfdom_model not found

Is there some special place to save in it "my_robot.urdf" this .urdf file? I do not know what is the issue?

2013-07-21 22:39:30 -0500 received badge  Notable Question (source)
2013-07-21 14:18:08 -0500 received badge  Popular Question (source)
2013-07-21 03:01:09 -0500 asked a question How I connect ROS with Robot

Dear All,

I am dealling with ROS for 3 months and now I want to begin to build my own robot, I have finished my mechanical design and now I ask for how to connect ROS with this robot. Is it connected serially or USB? by another method: How to give the robot my commands, for example: if I want to make the robot go right, I made the nodes and commands, how to give and tell the robot the commands(serial, USB, ....) How?

By the way i am using ROS Groovy and Ubuntu 12.04 LTS

2013-07-21 00:55:13 -0500 received badge  Popular Question (source)
2013-07-20 06:24:47 -0500 received badge  Student (source)
2013-07-19 17:13:29 -0500 asked a question Rosserial with Arduino ERROR

Hello all,

I want to connect my arduino to ROS and I follow the instructions on this page: http://www.ros.org/wiki/rosserial_arduino/Tutorials/Hello%20World and I have an error messages when I run this command

rosrun rosserial_python serial_node.py /dev/ttyACM0

I got these messages:

[INFO] [WallTime: 1374289833.138161] ROS Serial Python Node
[INFO] [WallTime: 1374289833.138698] Connecting to /dev/ttyACM0 at 57600 baud
[ERROR] [WallTime: 1374289850.253387] Lost sync with device, restarting...
[INFO] [WallTime: 1374289850.582506] Failed Packet Flags 
[ERROR] [WallTime: 1374289865.264259] Lost sync with device, restarting...
[INFO] [WallTime: 1374289865.567682] Failed Packet Flags 
[ERROR] [WallTime: 1374289880.273930] Lost sync with device, restarting...
[INFO] [WallTime: 1374289880.546574] Failed Packet Flags 
[ERROR] [WallTime: 1374289895.278249] Lost sync with device, restarting...
[INFO] [WallTime: 1374289895.529322] Failed Packet Flags 
[ERROR] [WallTime: 1374289910.280912] Lost sync with device, restarting...
[INFO] [WallTime: 1374289910.512166] Failed Packet Flags
2013-07-19 05:17:18 -0500 commented answer rosserial_arduino error on terminal

I did what you told me but I have a new error: [INFO] [WallTime: 1374246906.900536] ROS Serial Python Node [INFO] [WallTime: 1374246906.901156] Connecting to /dev/ttyACM0 at 57600 baud [INFO] [WallTime: 1374246909.946657] Failed Packet Flags [ERROR] [WallTime: 1374246924.016878] Lost sync with d

2013-07-18 02:51:54 -0500 asked a question rosserial_arduino error on terminal

When I write this command on terminal: rosrun rosserial_python serial_node.py /dev/ttyUSB0 but I change my port from USB0 to ACM0 as I work on ACM0

it appears to me that: [INFO] [WallTime: 1374151755.600608] ROS Serial Python Node [INFO] [WallTime: 1374151755.601022] Connecting to /dev/ttyACM0 at 57600 baud [ERROR] [WallTime: 1374151755.603582] Error opening serial: could not open port /dev/ttyACM0: [Errno 2] No such file or directory: '/dev/ttyACM0'

and I rum roscore in a new terminal

I am on groovy

2013-07-16 09:46:39 -0500 received badge  Notable Question (source)
2013-07-16 06:54:09 -0500 received badge  Notable Question (source)