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

Need Help to design an autonomous robot

asked 2017-11-20 10:15:46 -0500

Hassam gravatar image

I need to design an autonomous robot it will be a simple robot for indoor mapping and navigation, Please suggest:

  1. which sensor to be used Lidar or kinect?
  2. from where I can start? I don't understand that how to do map, how to write codes for mapping? and where I can write code. please suggest I'll be greatfull for your reply.

Thanks,

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-11-21 06:51:48 -0500

ZainMehdi gravatar image

1) For the sensor you need to decide whether you need a 2D map of the environment or 3D. For 2D case you can opt for laser range finder (lidar) and in case you need a 3D map you can utilize kinect.

2) To start with mapping there is a lot of literature available. I would recommend you to start looking up theory for SLAM. Some of the links I found useful link text . Here you can find step by step progress of working with mapping module as mentioned by Saurav.

3) For completely autonomous robot you need to look at path planning stuff too. You can have a look at Computational Motion planning course at coursera for some insight.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-11-20 10:15:46 -0500

Seen: 204 times

Last updated: Nov 21 '17