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

ROS and Raspberry Pi 3 Slam

asked 2017-03-15 11:38:54 -0500

yunusemretusun gravatar image

Hello I am making robot with raspberyy pi 3 that create map ı mean slam project. I install ros kinetic on raspberry pi 3 but ı dont know what is the next. I saw how to create simulation part and ı make it but ı dont know where ı start now

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
0

answered 2017-03-15 20:18:07 -0500

lucascoelho gravatar image

First of all, what exactly are you building? Which sensors do you have?

Generally speaking, your robot will need to publish the tf transformations of the base and odometry. Also, the transformation between the base and the image sensor you have (it can be a laser rangefinder, Kinect, or others). If you have a Kinect, you will need to transform the pointcloud in a laserscan (please refer to this package http://wiki.ros.org/pointcloud_to_las... )

Then, try some SLAM algorithms. I suggest GMapping to get started since it's well maintained and cover most of the situations http://wiki.ros.org/gmapping

edit flag offensive delete link more

Comments

I am building two wheel robot and ı will buy a rp lidar sensor and yes motor with encoder.First I thought do motor control and read encoder variable on ros and then the other step.And I think ı use raspberry pi 3 and arduino.Arduino make the motor control What is your opinon?Any advice will be great

yunusemretusun gravatar image yunusemretusun  ( 2017-03-17 12:20:54 -0500 )edit

Hi, I intend to do something similar. My main SLAM sensor will be a Scanse Sweep Lidar. The Raspberry Pi 3 and Sweep sensor will ride on a tracked DAGU Rover 5 chassis controlled by a Beagleboard Blue board running the ArduRover autopilot. The rover will have a GPS and compass for outdoor missions.

rhoude57 gravatar image rhoude57  ( 2017-08-03 23:41:47 -0500 )edit
0

answered 2017-03-15 18:31:22 -0500

duck-development gravatar image

Do you have the right sensor? Lidar, rp-laser? Motor Encoders?

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-03-15 11:38:54 -0500

Seen: 1,478 times

Last updated: Mar 15 '17