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] Improve SceneGraph error for unconnected input ports (Robo…
…tLocomotion#14773) * Correct SceneGraph error for unconnected input ports The old error message strictly reported source *id*, which is not incredibly helpful for the end user. So, now, it includes both source id and registered name. It further elaborates on the condition when not connecting is erroneous. It also removes the lambda function which served purely a speculative role -- it was waiting for the day when velocities or accelerations were also available. When we start consuming velocities, we can restore the generality.
- Loading branch information
1 parent
96b6615
commit 9e9e35c
Showing
2 changed files
with
14 additions
and
13 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