Skip to content
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

PR #739 for Kinetic #821

Merged
merged 1 commit into from
Dec 7, 2018
Merged

PR #739 for Kinetic #821

merged 1 commit into from
Dec 7, 2018

Conversation

DLu
Copy link
Member

@DLu DLu commented Dec 7, 2018

Fixes #820

…#739)

* feat(orientation_filter): Added additional orientation filter options

Enables plan references with different orientations for omni-base
controllers. The following options are added:

- Backward (backward path traversal, pose points to previous point)
- Leftward (lateral path traversal in the positive y direction)
- Rightward (lateral path traversal in the negative y direction)

* Updated orientation filter option description

* Added window size parameter to orientation filter

Previously, the orientation was calculated using the current and the
next point. However, when the path is somewhat jumpy, this results in
poor orientations. By adding this parameter and altering the orientation
calculation, the calculated orientation can be smoothened along the path
by taking into account a larger window. The orientation of index point i
will be calculated using the positions of i - window_size and i +
window_size.
@mikeferguson mikeferguson merged commit ef762ee into kinetic-devel Dec 7, 2018
@mikeferguson mikeferguson deleted the fix739kinetic branch December 7, 2018 23:08
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.

3 participants