-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate some gazebo::gui events in favor of ign-gui events (#595)
Signed-off-by: Louise Poubel <louise@openrobotics.org> Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
- ignition-gazebo6_6.17.0
- ignition-gazebo6_6.16.0
- ignition-gazebo6_6.15.0
- ignition-gazebo6_6.14.0
- ignition-gazebo6_6.13.0
- ignition-gazebo6_6.12.0
- ignition-gazebo6_6.11.0
- ignition-gazebo6_6.10.0
- ignition-gazebo6_6.9.0
- ignition-gazebo6_6.8.0
- ignition-gazebo6_6.7.0
- ignition-gazebo6_6.6.0
- ignition-gazebo6_6.6.0-pre1
- ignition-gazebo6_6.5.0
- ignition-gazebo6_6.4.0
- ignition-gazebo6_6.3.0
- ignition-gazebo6_6.2.0
- ignition-gazebo6_6.1.0
- ignition-gazebo6_6.0.0
- ignition-gazebo6_6.0.0-pre1
- ignition-gazebo5_5.4.0
- ignition-gazebo5_5.3.0
- ignition-gazebo5_5.2.0
- ignition-gazebo5_5.1.0
- ignition-gazebo5_5.1.0-pre1
- ignition-gazebo5_5.0.0
- ignition-gazebo5_5.0.0-pre1
- gz-sim9_9.1.0
- gz-sim9_9.0.0
- gz-sim9_9.0.0-pre1
- gz-sim8_8.9.0
- gz-sim8_8.8.0
- gz-sim8_8.7.0
- gz-sim8_8.6.0
- gz-sim8_8.5.0
- gz-sim8_8.4.0
- gz-sim8_8.3.0
- gz-sim8_8.2.0
- gz-sim8_8.1.0
- gz-sim8_8.0.0
- gz-sim8_8.0.0-pre2
- gz-sim8_8.0.0-pre1
- gz-sim7_7.9.0
- gz-sim7_7.8.0
- gz-sim7_7.7.0
- gz-sim7_7.6.0
- gz-sim7_7.5.0
- gz-sim7_7.4.0
- gz-sim7_7.3.0
- gz-sim7_7.2.0
- gz-sim7_7.1.0
- gz-sim7_7.0.0
- gz-sim7_7.0.0-pre1
Showing
13 changed files
with
99 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
gz_add_gui_plugin(ResourceSpawner | ||
SOURCES ResourceSpawner.cc | ||
QT_HEADERS ResourceSpawner.hh | ||
PRIVATE_LINK_LIBS | ||
ignition-utils${IGN_UTILS_VER}::ignition-utils${IGN_UTILS_VER} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
gz_add_gui_plugin(GzScene3D | ||
SOURCES Scene3D.cc | ||
QT_HEADERS Scene3D.hh | ||
PRIVATE_LINK_LIBS ${PROJECT_LIBRARY_TARGET_NAME}-rendering | ||
PRIVATE_LINK_LIBS | ||
${PROJECT_LIBRARY_TARGET_NAME}-rendering | ||
ignition-utils${IGN_UTILS_VER}::ignition-utils${IGN_UTILS_VER} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
gz_add_gui_plugin(Shapes | ||
SOURCES Shapes.cc | ||
QT_HEADERS Shapes.hh | ||
PRIVATE_LINK_LIBS | ||
ignition-utils${IGN_UTILS_VER}::ignition-utils${IGN_UTILS_VER} | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.