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

Min and max parameters for velocity, acceleration, and jerk apply to linear and angular separately. #1229

Merged
merged 6 commits into from
Jan 11, 2022

Conversation

roni-kreinin
Copy link
Contributor

🎉 New feature

Closes #1227

Summary

min_velocity is now separated into min_linear_velocity and min_angular_velocity. Same for other parameters.

Test it

Use DiffDrive plugin with the new parameter tags. i.e. <min_linear_velocity>1.0</min_linear_velocity>

Checklist

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge

Copy link
Contributor

@chapulina chapulina left a comment

src/systems/diff_drive/DiffDrive.cc Show resolved Hide resolved
Copy link
Contributor

@chapulina chapulina left a comment

Choose a reason for hiding this comment

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

Thanks for iterating, looks good to me 👍 Could you document the new params on DiffDrive.hh? Then it will show up here: https://ignitionrobotics.org/api/gazebo/5.3/classignition_1_1gazebo_1_1systems_1_1DiffDrive.html#details

Also, please make sure you sign all your commits for the DCO check to pass.

…linear and angular separately.

Signed-off-by: Roni Kreinin <[email protected]>
…f new parameters are used.

Added new parameters to example diff_drive worlds
Added new parameters to test diff_drive worlds

Signed-off-by: Roni Kreinin <[email protected]>
Signed-off-by: Roni Kreinin <[email protected]>
Copy link
Contributor

@chapulina chapulina left a comment

Choose a reason for hiding this comment

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

Thanks for the quick iteration, the changes look great 👍

Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
@chapulina
Copy link
Contributor

The ABI checker failure is a false positive:

The value of constant IGN_GAZEBO_GUI_PLUGIN_INSTALL_DIR has been changed from "/usr/local/destination_branch/lib/ign-gazebo-5/plugins/gui" to "/usr/local/source_branch/lib/ign-gazebo-5/plugins/gui".

@chapulina chapulina merged commit fe8c1ed into gazebosim:ign-gazebo5 Jan 11, 2022
@osrf-triage
Copy link

This pull request has been mentioned on Gazebo Community. There might be relevant details there:

https://community.gazebosim.org/t/new-ignition-releases-2022-03-01-citadel-edifice-fortress/1313/1

@osrf-triage
Copy link

This pull request has been mentioned on Gazebo Community. There might be relevant details there:

https://community.gazebosim.org/t/new-ignition-releases-2022-04-13-fortress-edifice/1367/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏢 edifice Ignition Edifice
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants