Skip to content

shooting while moving#48

Open
yoavs8 wants to merge 4 commits intomasterfrom
scouting/feat/shooting-while-moving
Open

shooting while moving#48
yoavs8 wants to merge 4 commits intomasterfrom
scouting/feat/shooting-while-moving

Conversation

@yoavs8
Copy link
Contributor

@yoavs8 yoavs8 commented Feb 11, 2026

No description provided.

@yoavs8 yoavs8 added the feature A new Feature! label Feb 11, 2026
* @param sections consists of sections that contains a list of timestamps in ms
* @returns mean ball amount
*/
/** Recursively calculates mean ball amount from timestamp sections. */
Copy link
Contributor

Choose a reason for hiding this comment

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

why did you delete this? I think it is helpfull

Copy link
Contributor

Choose a reason for hiding this comment

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

ye agreed, this one should stay since its not necesarily obvious what the sections are

): {
recordedPositionsRef: { current: Point[] };
start: () => void;
stop: () => void;
Copy link
Contributor

Choose a reason for hiding this comment

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

consider defining an interface for this

setMovement={(value) => {
setForm((prevForm) => ({
...prevForm,
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
Copy link
Contributor

Choose a reason for hiding this comment

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

why?

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

Labels

feature A new Feature!

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments