Open albertoramonj opened 10 years ago
Hi @arebgun did you check this PR? We would like to merge the changes in your repo.
Hi @VGonPa, I would really like to avoid merging extraneous stuff like formatting changes. Can you prepare a more targeted pull request that just adds the new features? Thanks!
Hi,
the chages are made to make the code more compliant with PEP8.
If you want we can modify the push request to make it without the PEP8 modifications and later on make another PR to upload the PEP8 changes.
I think what @arebgun wanted to mention might have been that the commits should be separated per code style change and functionality change -- mixing those 2 into a single commit makes the review and code tracking in the future really difficult. Ref. http://stackoverflow.com/a/2049159/577001
OK, it makes complete sense to me. If you agree, that's what I'm going to do: first I will commit the PEP8 related changes, and once they are merged I will send the other ones.
If we could just skip the PEP8 formatting changes that would be preferable, I really don't care for 79 character line limit among other things.
Hi Anton,
We've added a mechanism to warn high level nodes if there is any errors with the servos (now just FatalErrorCodeErrors, such as an overload error). We have created a new custom message named MotorError.msg and added the code necessary to publish the topic with the error info.
MotorError.msg
dynamixel_serial_proxy.py
Best,
Alberto.