Skip to content

aruleshrobotics-amhy/robotics-math-vectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Robotics Math – Vectors

Objective

To understand how vectors represent robot position and movement.

Concepts Learned

  • 2D coordinate system
  • Vector representation
  • Vector addition
  • Robot movement logic

Explanation

The robot position is represented as a vector [x, y]. Movement commands are added to update the position.

How This Applies to Robotics

  • Odometry
  • Navigation
  • Localization

Result

The robot position updates correctly based on movement vectors.

Future Improvements

  • Add visualization
  • Extend to 3D

About

A simple Python simulation that demonstrates 2D robot movement using sequential vector-based commands, updating and tracking the robot’s position step by step—ideal for understanding foundational robotics, navigation logic, and motion planning concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages