-
Notifications
You must be signed in to change notification settings - Fork 293
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 <natekoenig@gmail.com> * Cleanup Signed-off-by: Nate Koenig <natekoenig@gmail.com> * Update src/EntityComponentManager.cc Co-authored-by: Ian Chen <ichen@openrobotics.org> Signed-off-by: Nate Koenig <natekoenig@gmail.com> * Incorrect else Signed-off-by: Nate Koenig <natekoenig@gmail.com> --------- Signed-off-by: Nate Koenig <natekoenig@gmail.com> Co-authored-by: Ian Chen <ichen@openrobotics.org>
Signed-off-by: Ian Chen <ichen@openrobotics.org>
Signed-off-by: Ian Chen <ichen@openrobotics.org>
Merge 6 -> 7
Adds support for Spacecraft thrusters controlled with a duty cycle signal (such as PWM). --------- Signed-off-by: Pedro Roque <padr@kth.se> Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com> Co-authored-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
Signed-off-by: Benjamin Perseghetti <bperseghetti@rudislabs.com>
Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
Signed-off-by: Ian Chen <ichen@openrobotics.org>
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. |
Signed-off-by: Ian Chen <ichen@openrobotics.org>
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)