Autonomous Robots Tutorial 2 PowerPoint PPT Presentation

presentation player overlay
1 / 6
About This Presentation
Transcript and Presenter's Notes

Title: Autonomous Robots Tutorial 2


1
Autonomous RobotsTutorial 2
  • Odometry of a Differential Drive Robot

2
Localization, Where am I?
Perception
3
Differential Drive Robot Odometry
4
Structure of the Robot Code
5
The Programming Task
  • Calculate the robots position (x,y,?) out of an
    initial position and the sensor readings from the
    wheel encoders.
  • Differential Drive with
  • Number of encoder signalsper round n60
  • Wheel diameter r57mm
  • Wheel distance l97 mm

6
The Programming Task
  • Do your implementation in
  • ct-bot ? bot-logic ? behaviour_ar.c
  • void update_Position(void)
  • Input
  • Counted encoder peeks
  • sensEncR
  • sensEncL
  • Output
  • Robots position
  • positionX
  • positionY
  • positionR
  • More hints in the code
Write a Comment
User Comments (0)
About PowerShow.com