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

Ros2 Migration Maanas Kotha #1177

Open
wants to merge 1 commit into
base: ros2
Choose a base branch
from
Open

Ros2 Migration Maanas Kotha #1177

wants to merge 1 commit into from

Conversation

MkMayo
Copy link

@MkMayo MkMayo commented Apr 3, 2024

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.

Copy link
Member

@cbrxyz cbrxyz left a 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:
"""
Copy link
Member

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):
Copy link
Member

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):
Copy link
Member

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?

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.

2 participants