forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[geometry] Deprecate geometry_visualization (and old ConnectDrakeVisu…
…alizer) (RobotLocomotion#14282) * Extend DrakeVisualizer with static API This adds a number of new static methods to DrakeVisualizer to facilitate work flows: 1. Static AddToBuilder to facilitate adding and connecting to a diagram. 2. Expose core publshing functionality to allow evaluation without events. (Ad hoc broadcasting.) 3. The new AddToBuilder API is used in examples/scene_graph to show case the new feature. This is a pre-cursor to deprecating geometry_visualization.{h|cc} showing the alternative is just as compact as the old. (Deprecation will follow.) - Deprecates the three public functions in geometry_visualization.h. - Note: the unit test doesn't change because it isn't actually testing the public API. - Python bindings (and unit tests) appropriately deprecated. - Change all call sites to use the preferred mechanism. - Manipulation station has changed; it exports its constituent SceneGraph's query_object port. In the future, we'll deprecate the pose_bundle port.
- Loading branch information
1 parent
24b73e7
commit 4751fd6
Showing
102 changed files
with
674 additions
and
285 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
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
Oops, something went wrong.