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

Raspberry pi 3 vs Jetson TK1 for ROS

asked 2016-12-20 01:47:05 -0500

MarkyMark2012 gravatar image

Hi,

I have ROS running on a number of Rasp' Pi's - and I was looking at the much more expensive nVidia Jetson TK1...then I started thinking relative to a RPi 3 was am I really going to benefit from (In the base case at least)?

I've found a few comparisons ( http://www.phoronix.com/scan.php?page... ) but I wondered if anyone had any other info/actually using it on ROS - what is like?

This is just looking at the CPU side - is there anything ROS optimised to take advantage of the GPUs for example (Cuda et al)

I know Autonomous are selling the TK1 with the Kobuki base ( http://www.cnx-software.com/2016/01/2... ).

Of course there is always the TX1 $£$

Thanks

Mark

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
2

answered 2016-12-20 02:05:52 -0500

ahendrix gravatar image

The base packages ship pretty generic code, which means most packages aren't going to take advantage of the Cuda support on the TK1. Even getting Nvidia's optimized version of OpenCV to work with ROS can be a bit challenging.

Neither board will run Rviz well. (The TK1 can run Rviz, but I don't recommend it)

The CPU cores in the TK1 are very roughly on par with the Pi3 (I haven't run thorough comparison benchmarks)

The Pi3 has a fully removable disk (SD card), so flashing it, recovering it, and making backups is a lot easier than the TK1, which uses non-removable storage.

The Pi3 has more USB ports and the GPIO probably has better support.

The TK1 has CUDA, a USB3 port and mini-PCIe slot.

In general, I'd recommend that you get the Pi3 unless you really need the features that are available on the TK1.

edit flag offensive delete link more

Comments

@ahendrix - thanks - I was thinking the Pi3 would be the better bet

MarkyMark2012 gravatar image MarkyMark2012  ( 2016-12-20 02:45:45 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2016-12-20 01:47:05 -0500

Seen: 2,274 times

Last updated: Dec 20 '16