-
Notifications
You must be signed in to change notification settings - Fork 0
very basic move strategy #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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
BasicMoveStrategyclass that extendsAbstractMoveStrategy - 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.
Co-authored-by: Copilot <[email protected]>
Création d'une stratégie très basique de mouvement pour régler le PID