Robotics StackExchange | Archived questions

SCB Recommendation?

I am looking to start a project where I'll be using SLAM with a Lidar. I want my robot to be able to run SLAM on its own (on board) without the help of another computer. I was told that the RPI3B+ is not going to do the job.

Which board ($150 is my limit) is powerful enough as well as well supported by the community would you guys recommend? Or whats are the recommend specs to run SLAM with no problem on a SCB?

Similiarities with the raspberry pi would help (the display and camera ports)

Asked by jcc@DU on 2019-02-18 15:54:39 UTC

Comments

Answers

This recommendation doesn't come from experience using it for ROS, but the beaglebone black should do the trick as long as: A) you're not processing depth cameras B) your application level code on top of the navigation stack is relatively light C) your SLAM problem is small

I'm actually in the middle of a project doing essentially what you're doing for an exercise in embedded robotics computing, that's where I'm starting. There's other single board computers you can buy >$100 which can run full-out Ubuntu on them and those will probably be OK

Asked by stevemacenski on 2019-02-18 22:22:13 UTC

Comments

I have run a rpi3 powered robot using a kinect or a ydlidar with navigation and they works OK add a usb camera and the RPI pegs out at %100 and becomes very slow navigation also fails. My new robot runs 3 RPI's and navigation runs on a desktop computer. I can run navigation on 1 of the RPI's but its not as smooth and on the desktop. I run a mix of Ydlidar, Kinect RPI camera and 5 Arduino's (hence the 3 RPI's)

Asked by Peter Heim on 2019-02-19 01:43:02 UTC

Comments

I'm running navigation and camera on Rhoeby Cerebrum ($99, based on Raspberry Pi).

Asked by tfurgerson on 2019-02-19 09:18:07 UTC

Comments