You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: