Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #188

Merged
merged 31 commits into from
May 16, 2018
Merged

Develop #188

merged 31 commits into from
May 16, 2018

Conversation

LeonJung
Copy link
Contributor

3.6.0 (2018-03-16)

LeonJung and others added 30 commits December 1, 2017 14:14
* added "serial" library dependency in setup.py
* simplified some code
* fixed some bugs
* removed error parameter, because in Python integers are immutable values and if modified inside 
* functions, the new value will no more be tied to the outer scope
* renamed id to dxl_id, as id is a python builtin
* removed unnecessary deallocations (Python has a garbage collector)
- fixed syntax "not _ in" as "_ not in"
- removed not needed variable declaration
- removed not needed local list cleanup
- fixed PEP8 spacing rules
- renamed "id" params (python dislikes the custom use of "id" name)
- propagate fixes from port_handler_linux to win and mac versions

Signed-off-by: Patrick Roncagliolo <ronca.pat@gmail.com>
Signed-off-by: Patrick Roncagliolo <ronca.pat@gmail.com>
Signed-off-by: Patrick Roncagliolo <ronca.pat@gmail.com>
reg_write was using a wrong size for its txpacket
action seems to require RX after some tests on real hardware

Signed-off-by: Patrick Roncagliolo <ronca.pat@gmail.com>
Second round of fixes for Python implementation
Added missing header file for reset and factory_reset examples
@LeonJung LeonJung merged commit 9896375 into master May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants