Skip to content

Use DrakeLcm instead of raw lcm.  #30

Description

@pangtao22

After studying the source code of drake's lcm wrapper, I think it's better to switch from lcm's original interface to drake's, for the following reasons:

  • We cannot throw exceptions in subscription callbacks, because they are invoked "indirectly through c functions".
  • We can use mock lcm for unit tests.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions