-
Notifications
You must be signed in to change notification settings - Fork 29
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
Ros2 Migration Maanas Kotha #1177
base: ros2
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
was not received. | ||
PnuematicActuatorDriverChecksumError: The checksum expected and the checksum | ||
received were not the same def get_port(self, port: int) -> int: | ||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quotations are broken
from mil_misc_tools.serial_tools import SimulatedSerial | ||
|
||
from .constants import Constants | ||
|
||
|
||
class SimulatedPnuematicActuatorBoard(SimulatedSerial): | ||
class SimulatedPnuematicActuatorBoard(SimulatedSerial, Node): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this a node now?
@@ -65,7 +67,7 @@ def __init__(self): | |||
super().__init__(message) | |||
|
|||
|
|||
class PnuematicActuatorDriver: | |||
class PnuematicActuatorDriver(Node): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this a node now?
Description
Updated mil_pneumatic_actuator for ROS2
Related Issues
Addresses Issue #1124
Testing
This package utilized packages that are Ros 1 Compatible and needed to be replaced with their Ros 2 equivalent. I am not sure if the packages will solve this completely but the structure should be right. I will need help to test.