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

Add a flexible mechanism to combine user and default plugins #2497

Merged
merged 18 commits into from
Aug 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove prepend constants
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
  • Loading branch information
azeey committed Aug 28, 2024
commit 1f3fb8f2446ab3113809bfe861959713a45b50fb
2 changes: 0 additions & 2 deletions include/gz/sim/Constants.hh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ inline namespace GZ_SIM_VERSION_NAMESPACE
{
namespace config_action {
constexpr std::string_view kPluginAttribute{"gz:config_action"};
constexpr std::string_view kPrependReplace{"prepend_replace"};
constexpr std::string_view kPrepend{"prepend"};
constexpr std::string_view kAppendReplace{"append_replace"};
constexpr std::string_view kAppend{"append"};
constexpr std::string_view kGuiDefaultAction{kAppendReplace};
Expand Down
Loading