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.
proto: Use lcm encoding (not protobuf) for call_python (RobotLocomoti…
…on#12442) In 0d7f74c way back in 2017, we stopped using LCM for call_matlab because its runtime support library for was incompatible with MATLAB. However, the message serialization itself was never a problem (only the networking), and anyway for call_python there are no compatibility problems with LCM. So to drop the heavy dependency on protobuf, we'll use LCM message serialization for call_python RPCs. (As a consequence, some of the build system code for generating protobuf messages is now dead code, but I'll do that purge separately because it's finicky and substantial.)
- Loading branch information
1 parent
2f88c5c
commit 703113b
Showing
8 changed files
with
264 additions
and
292 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
Oops, something went wrong.