Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freeway Wandarer

Project Goal

  • A wanderer bot that crosses a freeway of moving objects.

  • Implement a state machine (see diagram) to acheive above objective.

  • Implement multiple moving object(back and fourth) to create freeway.

  • Implement a proportional controller to control wandarer direction.

state

Key Challenges

  • Defining the requirement/architecture of state machine.
    • It's more managable to keep each state for one simple task.
  • Trying to implement PID controller.
    • Adding Integral and derivative terms makes thing more complicated. Out of scope for this project as it becomes for of a control theory problem.

Installation and Setup

Run Project

  • Change path part of run_enviro.bat to your current directory.

  • run run_enviro.bat

  • execute command make

    • then execute enviro

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages