-
Notifications
You must be signed in to change notification settings - Fork 277
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
Use the actor tension parameter #1091
Conversation
Signed-off-by: Nate Koenig <[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.
Is there any test we can add for this for varying tension parameters? We would expect the actor to hit the waypoint versus miss depending on the tension, correct?
I put a test in ign-common. |
@osrf-jenkins run tests please. |
Signed-off-by: Nate Koenig <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-gazebo6 #1091 +/- ##
==============================================
Coverage ? 64.05%
==============================================
Files ? 255
Lines ? 20064
Branches ? 0
==============================================
Hits ? 12852
Misses ? 7212
Partials ? 0 Continue to review full report at Codecov.
|
CI seems to be failing for unrelated reasons. |
* Use the actor tension parameter Signed-off-by: Nate Koenig <[email protected]> * bump to ign-common 4.4 Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Signed-off-by: William Lew <[email protected]>
Signed-off-by: Nate Koenig [email protected]
🎉 New feature
Summary
Adds support for the trajectory tension parameter. See: gazebosim/gz-common#256.
Test it
Run
ign gazebo -v 4 actor.sdf
, and try adjusting thetension
SDF parameter.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge