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

Building map and Path Planning using Rasberry Pi 3b+ and Kinect Xbox360

asked 2020-03-01 23:15:01 -0500

drtritm gravatar image

Hi, I want to build map and path planning for a mobile robot with low cost so I intend to use Rasberry Pi 3b+ and Kinect 360. I will handle all the things remotely in ROS Master ( PC) and Pib3+ pluged with kinect on mobile robot. Will it work? Thanks for reading

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-03-02 01:40:14 -0500

Weasfas gravatar image

updated 2020-03-02 01:41:40 -0500

Hi @drtritm,

I say the set up you are describing will work since one of my projects was exactly that. However, since you are only using the raspberry pi as a the Kinect "driver" I would recommend to distribute the different tasks you want perform between machines. Tasks like mapping will perform better and faster with more computing power, besides take into account possible communication delays between your PC and the Raspberry Pi.

If you want some info on the know-how you can check the kinect drivers here or here, the ros navigation stack for path planning, gmapping for static map generation (You will able to find more tools like that apart from gmapping) and localization tools like robot localization and, since you will be using a static map, AMCL. In your set up it will make more sense to use AMCL with your generated map instead of robot localization.

edit flag offensive delete link more

Comments

Hi, If you can did it, could you tell me what kind of OS in your raspberry pi 3b+, and which version of ROS. I'm using Melodic with Ubuntu Mate, after hours struggling to install Kinect with Raspberry, still not work

drtritm gravatar image drtritm  ( 2020-03-02 10:08:07 -0500 )edit

Well, It was a couple of years ago but I used a Raspberry Pi 3 Model B with ROS Kinetic under Ubuntu Mate Xenial (16.04). If you are using Melodic you will need Ubuntu 18.04 and Openni drivers since freenect is not supported on Melodic. I am sure with PINN you will be able to install both OS.

Weasfas gravatar image Weasfas  ( 2020-03-02 10:13:34 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2020-03-01 23:15:01 -0500

Seen: 265 times

Last updated: Mar 02 '20