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

Does ros need a high performance gpu?

asked 2012-04-25 00:07:47 -0500

Starsky Wong gravatar image

I want to make a robot like turtlebot,with kinect and a netbook,turtlebot's netbook has a discrete graphic. I want to do 2d or 3d slam and navigation,then is opencv's image processing,does the netbook need a high performance gpu?Or I just need a good cpu?Atom N570 can be ok?

Thank you.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2012-04-25 04:44:07 -0500

Mac gravatar image

For visualization, particularly of large point clouds (like are generated by the Kinect), you will need a pretty serious GPU.

Otherwise, you don't need a GPU at all. OpenCV, PCL, etc. are CPU libraries (although both have some experimental GPU features), as are all of the various ROS tools. I don't know enough about Atom CPUs to tell you if that particular one is enough; I can tell you that (save visualization), I've used pretty old netbooks with a lot of success.

edit flag offensive delete link more

Comments

Thank you!I think I'll do visualization in another PC,but needs data transmission.

Starsky Wong gravatar image Starsky Wong  ( 2012-04-26 06:14:29 -0500 )edit

If you'll be transmitting the point clouds wirelessly, you'll need a pretty serious pipe. PCL has some point-cloud-compression stuff that helps. (Basically, point clouds are lots of data; you have to pay somewhere).

Mac gravatar image Mac  ( 2012-04-28 05:44:17 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2012-04-25 00:07:47 -0500

Seen: 2,146 times

Last updated: Apr 25 '12