-
Notifications
You must be signed in to change notification settings - Fork 276
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
Merge 7 -> 8 #2504
Merge 7 -> 8 #2504
Conversation
* Resolve failing tests Signed-off-by: Nate Koenig <[email protected]> * Cleanup Signed-off-by: Nate Koenig <[email protected]> * Update src/EntityComponentManager.cc Co-authored-by: Ian Chen <[email protected]> Signed-off-by: Nate Koenig <[email protected]> * Incorrect else Signed-off-by: Nate Koenig <[email protected]> --------- Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Merge 6 -> 7
Adds support for Spacecraft thrusters controlled with a duty cycle signal (such as PWM). --------- Signed-off-by: Pedro Roque <[email protected]> Signed-off-by: Benjamin Perseghetti <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Benjamin Perseghetti <[email protected]>
Signed-off-by: Benjamin Perseghetti <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
This needs an sdformat14 release. |
sdformat 14.5.0 is out. CI works now |
src/SimulationRunner.cc
Outdated
<< worldName << "]." << std::endl; | ||
return; | ||
} | ||
this->worldName = _world.Name(); |
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.
Should we not keep the AsValidTopic
call here?
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.
fixed.
e14e3d7
to
85254b9
Compare
38acc56
to
d57ac10
Compare
Commented on a change of behavior in #2452. |
Restores the behavior where the `Configure` function of model plugins are called before the model's parent entity is set. --------- Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
merged from gz-sim7 and removed deprecations in 8bb7208 |
➡️ Forward port
Port gz-sim7 to gz-sim8
Branch comparison: gz-sim8...gz-sim7
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)