-
Notifications
You must be signed in to change notification settings - Fork 281
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
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.
Thank you for the contribution!
It would be good to update the tests:
And it would be interesting to use the parameters in the examples:
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.
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]>
20e9461
to
63fbab7
Compare
Signed-off-by: Roni Kreinin <[email protected]>
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.
Thanks for the quick iteration, the changes look great 👍
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
The ABI checker failure is a false positive:
|
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 |
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 |
🎉 New feature
Closes #1227
Summary
min_velocity
is now separated intomin_linear_velocity
andmin_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
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge