-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moved motor_socket to class variable instead of instance variable to …
…fix bugs Multiple motors on same can bus do not work unless either this is done or better filtering is implemented. Until then, multiple can bus is not supported.
- Loading branch information
1 parent
47c025f
commit 0ef9f89
Showing
3 changed files
with
21 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = mini-cheetah-motor-driver-socketcan | ||
version = 0.4.2 | ||
version = 0.4.3 | ||
author = Shubham Vyas | ||
author_email = [email protected] | ||
description = A Python Driver for MIT Mini-Cheetah Actuator which uses SocketCAN for communication. | ||
|
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