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

Make biotac driver fully backwards compatible #126

Open
toliver opened this issue Jan 26, 2016 · 0 comments
Open

Make biotac driver fully backwards compatible #126

toliver opened this issue Jan 26, 2016 · 0 comments

Comments

@toliver
Copy link
Contributor

toliver commented Jan 26, 2016

Recent changes in the biotac.cpp have made it incompatible with palm FW versions older than 2151.
This only affects hands with biotac sensors.
The symptoms are that only one every 2 electrode values are correct.

The proposed fix for this would involve checking the palm FW version inside biotac.cpp. Right now this information is not available at that level, so some extra information would have to be passed in. The version info is available in the slave handler. e.g in https://github.com/shadow-robot/sr-ros-interface-ethercat/blob/indigo-devel/sr_edc_ethercat_drivers/src/sr06.cpp#L191

sh_->get_revision()
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

No branches or pull requests

1 participant