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

Complex nodes (mapping, nav) on embedded, resource constraint platforms (rpi, intel edison): feasibility / performance?

asked 2017-06-24 20:15:29 -0500

mecha7 gravatar image

updated 2017-06-25 02:26:09 -0500

gvdhoorn gravatar image

can I use ros(mapping and path planning) on a robot without a computer, by means using a raspberry pi or intel edison solely? and how much processing power and memory are needed? I have read in gmapping alogirithm = improverd RBPF that they needed a proecssor of 2.8 Ghz for 2.2seconds for one full calculation of one position estimation and map updating cycle ? and 150 MB for 40X40 m2 area.

edit retag flag offensive close merge delete

Comments

1

They may not look like it, but even RPis and Intel Edisons are computers. I've updated your question title to -- what I think -- more accurately reflects the contents of your question.

gvdhoorn gravatar image gvdhoorn  ( 2017-06-25 02:25:27 -0500 )edit

yes I am aware of that, raspberry pi 3 is a mini computer compared with nowadays computers with 1.2GHz but how much time does it need if it works at all, do I need almost 5 seconds for full loop, and is there a better alternative?

mecha7 gravatar image mecha7  ( 2017-06-25 08:50:54 -0500 )edit

FYI it was recently announced that the Intel Edison would be discontinued.

AndyZe gravatar image AndyZe  ( 2017-06-25 10:16:15 -0500 )edit

I suggest to test it for your use case.The processing power and memory for gmapping e.g. highly depends on size of your map, resolution, number of scans per second, update counts..

Humpelstilzchen gravatar image Humpelstilzchen  ( 2017-06-26 02:13:32 -0500 )edit

that is correct, thank you for reminding me. the number of tree particles will be much less for 5x5 m2 area. so for such an area, I believe raspberry pi 3 would be more than enough. but for scanning a whole house 160 m2 for example, it would pull it off ,still need further testing.

mecha7 gravatar image mecha7  ( 2017-06-26 07:17:23 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-09-11 16:57:25 -0500

TBnor gravatar image

updated 2017-09-11 17:03:58 -0500

I've worked quite a bit with these issues, and I would say that you'd be surprised how extremely efficient ROS is. I must say though, what used to be very clear comparison between scalar numbers has become something that tells me nothing. 2.8Ghz, that's more than the Intel Joule's 2.4Ghz-bursts? RIght? I had one Joule doing SLAM, interface the controller, rgbd with computationally cheap 3D-camera, running high-res 2D laserscan and even running my code (vastly inefficient) for getting some data from another sensor through multiple nodes. I can't say it was a breeze, because the Joule seems to actually have passed right after - but it managed. Keep in mind that I was developing at the same time, starting and stopping things, looking at the nice visualizations (on diff computer ofc) and other stressors for the poor guy. This happened earlier today, and now I've moved the majority of it to an Odroid XU-something (fancy blue fan). *EDIT: The Odroid is not able to process 3D in parallel to the other stuff, won't even bother to try. *

I would say you can do the task you describe, given the right parameters (dunno how an exact amount of computational expense can be given without), but it will be a pain to set up and to work on. Would recommend going through everything needed beforehand on workstation, fixing all bugs and setting up a script to do the building and downloading for you. It's really, really painful to ssh through the error messages and compiler-mysteries hours on end (spoiler: you're probably out of memory)).

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-06-24 20:15:29 -0500

Seen: 193 times

Last updated: Sep 11 '17