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

How to quickly and accurately control the position and orientation of the robot when navigation

asked 2023-05-28 09:18:20 -0500

Shuteng gravatar image

How to quickly and accurately control the robot's position and the vehicle's body's orientation in a short time after reaching the target point when using a single line LiDAR and ROS1's Navigation Stack in conjunction with the gmapping algorithm for map building navigation. I hope to control the position within 2cm, and the pose error is within. My problem is that if the tolerance is set very small, the robot will spend an extremely long time searching for accurate position and pose. If the tolerance is too large, the position and pose control accuracy will not meet the requirements. I combine the "move_base" and "gmapping" algorithms through a launch file to achieve SLAM mapping while navigating <launch> <include file="$(find nav)/launch/gmapping.launch"/> <include file="$(find nav)/launch/move_base.launch"/> </launch>

edit retag flag offensive close merge delete

Comments

Are you actively building a map, or using a pre-existing map? The distinction is important.

Mike Scheutzow gravatar image Mike Scheutzow  ( 2023-05-28 10:15:57 -0500 )edit

I am actively building a map, how I do this is when I send a goal to my car, it can plan a path and navigate to the goal, at the same time building the 2d environment.

Shuteng gravatar image Shuteng  ( 2023-05-29 00:12:27 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-29 15:17:13 -0500

Mike Scheutzow gravatar image

There is no brief answer to this question. You need to do Map Building, Localization, Path Planning and Robot Control -- all with high quality. The outcome will be limited by how good your sensors are, and by how complex the map building task is.

If you are looking for a more specific answer, please edit this question and ask something more specific.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2023-05-28 09:18:20 -0500

Seen: 88 times

Last updated: May 29 '23