Skip to content

Z-guoqing/obstacle_avoidance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

obstacle_avoidance

some methods for obstacle avoidance by ros robot

by point cloud

this code is based on point cloud from kinect. A point cloud search box is established in the field of vision. When an object or a pedestrian enters the search box, the center of mass of the point cloud in the search box is calculated. If the center of mass is on the right, the robot turns left. If the center of mass is on the left, the robot turns right

by ultrasonic

There is 6 ultrasonic sensors in my ros robot, i just use the three sensors which is in the left front, front, right front. The obstacle avoidance logic description is shown in the following figure.

�声波����.jpeg

About

some methods for obstacle avoidance by ros robot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 63.5%
  • C++ 36.5%