Skip to content

Fix extremely bad bug that incorrectly exited the linear move #69

Merged
mjstn merged 1 commit intokinetic-develfrom
fixLinearMoveEnd
Oct 1, 2020
Merged

Fix extremely bad bug that incorrectly exited the linear move #69
mjstn merged 1 commit intokinetic-develfrom
fixLinearMoveEnd

Conversation

@mjstn
Copy link
Copy Markdown
Contributor

@mjstn mjstn commented Oct 1, 2020

I was having a heck of a time with move basic exiting without moving forward at all.

Issue is the abs(remaining.x()) was used when we must use std::abs(remaining.x())

Without this fix move basic is close to useless ! This is an urgent fix!

I don't know what is on our images. The image may be ok, don't know.

@mjstn mjstn requested a review from rohbotics October 1, 2020 07:30
Copy link
Copy Markdown
Member

@rohbotics rohbotics left a comment

Choose a reason for hiding this comment

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

Doh! I can't believe that wasn't caught earlier, thanks!

@mjstn mjstn merged commit d8fb10f into kinetic-devel Oct 1, 2020
@michael545 michael545 deleted the fixLinearMoveEnd branch January 14, 2026 13:16
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.

2 participants