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

VEGETA's profile - activity

2017-04-20 04:44:42 -0500 received badge  Taxonomist
2017-04-15 22:52:50 -0500 received badge  Famous Question (source)
2017-01-05 13:04:34 -0500 received badge  Notable Question (source)
2016-12-12 06:26:38 -0500 received badge  Student (source)
2016-12-10 12:58:00 -0500 received badge  Famous Question (source)
2016-11-04 04:42:20 -0500 received badge  Famous Question (source)
2016-08-10 18:15:30 -0500 commented answer Getting Started with ROS

so you think the custom robots like turtle bot or jakal or any others.... do you think they put motor control in a separate mcu than the ros one?

btw, do they use raspberry pi or their own hardware? I didn't see a source for designing custom hardware to run ubuntu and ros on the internet.

2016-08-10 17:40:22 -0500 commented answer ROS on a custom robot

my interest is to learn how to make a totally custom board that is capable of running ros? i mean, make packages and drivers for it too... do you have a clue about it? thanks

2016-07-27 16:00:52 -0500 commented answer Multiple kinect static transform

thanks for the info!

can I use 2 or more Kinects to build and update one map (by any method) using octomap? this is to put 3 kinects to cover one big area to continuously monitor moving objects and identify them as dynamic obstacles.

2016-07-24 03:09:54 -0500 commented answer writing a driver for 4-wheels differential drive robot

My robot is not 2 wheels but it is 4 wheels... is that still diff drive or is it skid drive?

2016-07-24 00:57:39 -0500 commented answer get odometry from car-like robot

I've seen that using 4 wheels instead of 2 (which is what I want) is now called skid-steering! what to do now? should I modify the diff drive code for this?

2016-07-24 00:37:27 -0500 commented answer get odometry from car-like robot

so I only need a wheel incremental encoder to count pulses, then convert them into speed. after that apply it on the kinematics equations to get x,y,theta? are x,y,theta the only required parameters?

2016-07-19 18:46:21 -0500 commented answer writing a driver for 4-wheels differential drive robot

so just this short amount of code is necessary? then use rosserial to send it to navigation packages?

I read somewhere here that there is a ready-to-use differential drive driver software... do you know about it?

2016-07-19 17:45:25 -0500 commented answer get odometry from car-like robot

OK, I will use a 4-wheeled robot with diff drive... how to write the driver for it? assuming pi3 or pir3+arduino as control boards? what will change here since you used it before?

2016-07-19 17:42:58 -0500 received badge  Notable Question (source)
2016-07-06 06:27:05 -0500 received badge  Popular Question (source)
2016-07-05 19:05:24 -0500 commented answer get odometry from car-like robot

well, i am a noob myself so i will try to answer. 1- what are the final values to be sent from the robot to ROS as odometry? like x or y... 2- how to get them or calculate them for diff-drive or car-like robot? 3- how to send/receive movement commands and convert them to readable values?

thanks!

2016-07-05 16:31:29 -0500 commented answer writing a driver for 4-wheels differential drive robot

nice help there, I thought of using Arduino but I guess Raspberry Pi 3 is going to be used as main controller with ROS so why not just use it directly?

my question is how to calculate odometry? what are the required values and so on?

it is better if there is an example.

thanks!

2016-07-05 11:42:32 -0500 asked a question writing a driver for 4-wheels differential drive robot

I want to make a custom robot and my problem is publishing odometry values. I have and Ackermann steering car robot, but I read that it is hard to integrate that in ROS.

Thus, I switched to this one: http://mikroelectron.com/Product/4WD-...

As you see, it is a 4WD differential drive robot chassis with wheel encoders. I've read about this package here: http://wiki.ros.org/diff_drive_contro...

but I don't know if it is a "driver" or not. Can you help me in this? I just want to integrate such a robot with ROS in order to do other stuff that I want which will include using Kinect and stuff... so getting accurate poses are essential.

I looked for ready solutions like Jakal but their price is simply insane!

thanks!

2016-07-05 11:20:14 -0500 commented answer get odometry from car-like robot

so what are the required values to be sent to ROS master as odometry?

2016-07-04 01:44:13 -0500 received badge  Famous Question (source)
2016-07-01 04:58:56 -0500 commented answer step by step to build my own robot

can you send me pics or info about ur design and how u did it? TY

2016-06-28 00:49:30 -0500 received badge  Notable Question (source)
2016-06-28 00:49:30 -0500 received badge  Popular Question (source)
2016-06-22 09:55:29 -0500 commented answer get odometry from car-like robot

good info, thanks.

can you give me an example of this kinematic equation? say for differential drive since it is easy.

and how to make an inverse like you explained.

thanks

2016-06-22 09:02:40 -0500 received badge  Notable Question (source)
2016-06-22 05:17:22 -0500 received badge  Famous Question (source)
2016-06-03 05:17:00 -0500 received badge  Notable Question (source)
2016-06-03 02:14:09 -0500 received badge  Notable Question (source)
2016-06-01 01:59:59 -0500 commented question detect dynamic obstacles

I spam the forum? I didn't intend to if you think I am spamming it. I just post questions that I didn't find answer to within my search.

I am sorry for trouble.

2016-06-01 01:59:01 -0500 commented question Kobuki visualisation in CATIA via DYMOLA (Modelica-Plugin)

you seem to be an expert. tell me how did you learn catia? what is the benefit of connecting it with ROS?

thanks!

2016-06-01 01:26:33 -0500 received badge  Famous Question (source)
2016-05-31 09:18:40 -0500 received badge  Notable Question (source)
2016-05-31 03:28:21 -0500 received badge  Popular Question (source)
2016-05-31 00:53:09 -0500 asked a question point cloud object tracking

Hi,

is there a way to identify a moving object (regardless if it is a human or a ball...) and estimate its position in a 2d or 3d map? I ask because I want to detect dynamic obstacles in order to make a plan adjustment for autonomous robots.

I saw pointcloud library but never tried it. can these methods be integrated with rtab-slam for example? in order to add these dynamic obstacles to the global map.

thanks!

2016-05-31 00:38:33 -0500 commented question detect dynamic obstacles

no one knows?!

2016-05-30 17:31:10 -0500 commented question Kobuki visualisation in CATIA via DYMOLA (Modelica-Plugin)

so you design a robot via catia? please tell me about your work.

2016-05-30 10:14:18 -0500 received badge  Commentator
2016-05-30 10:14:18 -0500 commented question Kobuki visualisation in CATIA via DYMOLA (Modelica-Plugin)

what? do you use ROS with CATIA? how?

2016-05-30 10:07:16 -0500 commented answer How to mark a given location as obstacle

i would like to know how to use this to detect dynamic targets

2016-05-30 06:37:05 -0500 commented question detect dynamic obstacles

can someone answer this? xD

2016-05-30 03:37:20 -0500 received badge  Popular Question (source)
2016-05-30 02:45:47 -0500 received badge  Popular Question (source)
2016-05-30 00:38:17 -0500 commented question How should I develop an Ackermann vehicle?

I was hoping for a ROS solution. how about you use Arduino to control motors and send odometry back to ROS?

2016-05-29 11:14:39 -0500 asked a question get odometry from car-like robot

hi

I want to make a car-like robot with steering wheels in front as you well know. the problem is modeling it and using it with navigation stack successfully!

My solution is: use arduino! yes get commands from ros (which ones exactly?) then send them via rosserial to arduino and then process them and move the robot... then output odometry values.

how to output such odometry values back to ros? is it gonna be easy? or should i consider differential 4 wheel drive (point me where)?

thanks

2016-05-29 10:34:33 -0500 answered a question How should I develop an Ackermann vehicle?

please tell me what u did

2016-05-29 10:27:35 -0500 answered a question Center-Articulated Steering robot

please tell me if you did anything useful

2016-05-28 16:02:32 -0500 asked a question detect dynamic obstacles

I am a beginner in ROS, but I read lots of docs these days in order to construct a plan for my research. What I plan to do is the following:

  • use Kinect to get 3d map data.
  • use octomap to build the 3d map or any other package.
  • use rtap-map to do slam and stuff...

^ I can change these packages if required.

now, I still need these:

  • let the robot navigate, I guess this is via navigation stack which I still don't know how to use.
  • track all robots' (multi-robot) positions and simulate them in the map.
  • detect dynamic obstacles and change movement plan to avoid them. < which is the most important part of this!

please help and tell me what packages and ways to do that. any suggestion is accepted.

thanks!