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

How to navigate this track?

asked 2020-12-03 21:52:23 -0500

sisaha9 gravatar image

updated 2022-03-08 07:06:05 -0500

lucasw gravatar image

Given a track with no walls/boundaries what is the best way to navigate it? There are no color differences b/w what we can drive on and what we can't. Just a white line. What is the best ROS Package for this kind of navigation and are there any examples? We have a 2d lidar and a stereo camera if it helps

Track example: image description

Our track is bigger, wider and more one dimensional in routes but the challenge is the same

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-04-19 16:02:55 -0500

ingenious_doc gravatar image

Using a form of lane detection and following would help a lot to be able to maintain the robot on the path. You can try playing around with the turtlebot autorace package, has a lot of interesting things and can help you learn!

You can try following this tutorial: https://emanual.robotis.com/docs/en/p... and the code you can find here: https://github.com/ROBOTIS-GIT/turtle...

edit flag offensive delete link more

Comments

Thanks for the links!

sisaha9 gravatar image sisaha9  ( 2021-04-19 16:13:51 -0500 )edit

Question Tools

3 followers

Stats

Asked: 2020-12-03 21:52:23 -0500

Seen: 186 times

Last updated: Apr 19 '21