Week 4
Objectives
- Acquire and display GPS receiver data via ROS
 - ROS implementation on RaspPi
 - Communication between ROS and Arduino
 - Vehicle moving to single, specified waypoint
 - Basic obstacle avoidance
 - Decide on a path planning algorithm to pursue
 
Accomplished
- Acquired and displayed GPS receiver data via ROS
 - Communication between ROS and Arduino
 - Vehicle moving toward single, specified waypoint
 - Decide on a path planning algorithm
 - Flow chart of program
 
![]()  | 
| The Flow Chart and Logic System for the Robot | 
![]()  | 
| Current Code as of Now | 
Next Tasks
- Add scaled steering so the amount the wheels turn is dependent upon how far off of the desired course the robot is
 - Calculations to determine heading and distance between current location and next waypoint
 - Basic state Control with 3 IR sensors
 


No comments:
Post a Comment