Robotics StackExchange | Archived questions

[noobie] Need help with custom mobile robot navigation (multiple questions)

Good evening guys, (questions on the bottom) I'm a Robotics student working on my senior design and REALLY NEED SOME HELP. The idea of the project is that we will build our own environment. Then build a 2D map using "hector_slam", or "gmapping". Then send this map to the MR to navigate the map. The MR will always start from the same spot and will give it a goal and pose using "rviz" (ultimate goal is to have the goals and poses of a specific spot on the map predefined. In other words, I want to send it a number (1 or 2 or 3) of predefined goals and poses and it drives from point A (the predefined start point) to goal 1 or 2 or 3. I want to send the number using another computer over network).

I'm VERY new to ROS and trying my best to get learn and finish this project so I can graduate. My team and I finished building the 4 wheel drive robot using:

My current achievements:-

Stuck on:

Packages that I looked at but have no idea how to use for navigation:

Asked by karimemara17 on 2018-11-02 02:10:59 UTC

Comments

@karimemara17 did you find any solution for your problem or I can you please give me the link to the original question. I'm doing a similar project (using Rpi_3, motors with encoders and rplidar only) and finding navigation_stack difficult to understand and want to know how to proceed after creating a map (tif file). Can you briefly state the steps? I also wanted to know how to publish my encoder data (I'm using GPIO pins for pwm) and is it necessary to add pid controller. Thank You

Asked by sajal on 2019-05-28 12:52:45 UTC

Answers