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

cpury's profile - activity

2016-08-31 05:55:08 -0500 received badge  Popular Question (source)
2016-08-31 05:55:08 -0500 received badge  Notable Question (source)
2016-08-31 05:55:08 -0500 received badge  Famous Question (source)
2012-03-05 00:40:14 -0500 commented answer Path calculation by Android phone... Generally possible?

Thanks for the answer. However, the whole point our Professor wants us to make is that the calculation can be made on an Android phone. Also my project partner is mainly interested in communication, so some kind of complex communication between robot and phone should be going on.

2012-03-05 00:38:08 -0500 commented answer Path calculation by Android phone... Generally possible?

Thank you!

2012-03-05 00:34:48 -0500 received badge  Supporter (source)
2012-03-04 23:24:52 -0500 asked a question Path calculation by Android phone... Generally possible?

Hi there, I am a Bachelor's student for CS and I have to do a so-called project next year. I went to our Prof of Autonomous Robotics with a friend to ask for a cool thing to work on as a team of two. His idea was to use one of the Uni's robot (omnidirectional) and let it be controlled by an Android phone.

In detail, the robot should have a general idea of the room (eg. a map). Via phone one sets a target location on the map. The robot then should find out its own location via Laser or other means and pass it to the phone, which then calculates a shortest path (A* or whatever) to the target and sends it back to the robot, which then moves along the path (and maybe also evades moving obstacles).

Now this sounds awesome, but actually I have no idea if this is possible or even doable for two beginners in a semester (while still having ~4 other lectures). Also it seems our professor himself doesn't know for sure if and how one should go about this.

So my question is, what do you think about the doability and amount? Where should I start reading? My faculty uses ROS, so I should probably start with basic tutorials?