Hi there, fairly new to ros. I am needing basic pointers to make robot move autonomously in specified rectangular area autonomous using only gps and imu for navio 2 sensors? Any suggests will be much appreciated.
Can we do autonomous navigation of the robot in outdoor setup by using only GPS and IMU?
Asked by shahidare on 2018-07-12 23:46:40 UTC
Answers
Most of packages available on ROS are for indoor systems or were developed indoors as part of a research. I suggest you give this a read first link. This should get you acquainted with the problems you can and will have.
Second issue is that you need an active sensor to tell you about obstacles, if the area you mentioned is empty then you don't need it, otherwise you need a lidar or you need to pre-map that area.
Now to actual question, you need localization ( link ) to tell you where you are at any moment, then you need a planner ( link ) that will use your localization data and plan your movement accordingly.
Of course there are tons of different packages available, but this should get you started on the right track. Hope this answers your question.
Asked by Choco93 on 2018-07-13 01:28:21 UTC
Comments