Virtual Robot Demo

버전 1.0.0.0 (20.7 KB) 작성자: Shawn Lankton
Test navigation algorithms in a virtual robot simulator

다운로드수: 3.4K

업데이트 날짜:2016/3/31

라이선스 보기

This program demonstrates obstacle avoidance/navigation a simulated two-wheel robotics platform. I simulate the drive train with the differential steering model, which is simple, but very useful model for robotic actuation. This type of drive system can drive straight, trace an arc, and turn in place.
The simulated robot makes its way around a simulated environment represented by a .png file where black represents walls, and white represents flat, clear terrain. The “environment” a black and white image. For testing, I include an organic-looking obstacle course and an “office” with square walls and corners.

The simulated robot wanders around the environment and covers most of the area without hitting walls. This is accomplished with this algorithm:

1.直走除非s sensors are blocked
2. If one sensor is blocked, turn away from it
3. If both are blocked, turn towards the farthest
4. Turn until both sensors are free
5. Continue going straight (with random arcs)

Check this site for videos of the demo and more robotics, and computer vision projects.

[http://www.shawnlankton.com/2006/02/robot-simulator/]

인용 양식

Shawn Lankton (2022).Virtual Robot Demo(//www.tianjin-qmedu.com/matlabcentral/fileexchange/19723-virtual-robot-demo), MATLAB Central File Exchange. 검색됨.

MATLAB 릴리스 호환 정보
개발 환경: R2007a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!