Skip to content

Commit

Permalink
Update src/rai/rai/communication/ari_connector.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Majek <[email protected]>
  • Loading branch information
rachwalk and maciejmajek committed Jan 15, 2025
1 parent 0b7d6cc commit d88adcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rai/rai/communication/ari_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ARIMessage(BaseMessage):
# TODO: Move this to ros2 module
class ROS2RRIMessage(ARIMessage):
ros_message_type: str = Field(
description="The string representation of the ROS message type (e.g. 'std_msgs/String')"
description="The string representation of the ROS message type (e.g. 'std_msgs/msg/String')"
)
python_message_class: Optional[type] = Field(
description="The Python class of the ROS message type", default=None
Expand Down

0 comments on commit d88adcf

Please sign in to comment.