Skip to content

Conversation

@awing-ding
Copy link
Contributor

Création d'une stratégie très basique de mouvement pour régler le PID

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a basic movement strategy for the robot to move in a straight line along the x-axis for PID tuning purposes.

  • Adds a new BasicMoveStrategy class that extends AbstractMoveStrategy
  • Implements velocity computation based on distance to target position
  • Provides position-reached detection based on precision threshold

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 8 comments.

File Description
lib/BasicMoveStrategy/BasicMoveStrategy.h Defines the BasicMoveStrategy class with public configuration variables for movement parameters
lib/BasicMoveStrategy/BasicMoveStrategy.cpp Implements velocity setpoint computation and position-reached detection logic

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implémenter un Abstract move stratégie

2 participants