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

creating changes for C_PiperInterface #9

Open
wants to merge 1 commit into
base: ros-noetic-no-aloha
Choose a base branch
from

Conversation

Akumar201
Copy link

Fix for C_PiperInterface Initialization Issue

Summary

The piper_sdk has been updated, but the piper_ctrl/single_node.py script was not aligned with the latest changes. Specifically, the C_PiperInterface class was causing the following error during initialization:

TypeError: __new__() got an unexpected keyword argument 'can_name'

Changes Made

  • Modified single_node.py to ensure compatibility with the latest piper_sdk.
  • Tested the updated implementation, and it is now working as expected.

Impact

  • Fixes compatibility issues between piper_ctrl/single_node.py and the updated piper_sdk.
  • Ensures proper instantiation of C_PiperInterface.

Testing

  • Verified functionality after making the changes.
  • No errors encountered during initialization.

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.

1 participant