Skip to content

Commit

Permalink
added little bit of commenT
Browse files Browse the repository at this point in the history
  • Loading branch information
angrycompany16 committed Nov 12, 2023
1 parent b1620a4 commit d2d70da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sensors/bms/bms/freya_bms_publisher_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class FreyaBMSNode(Node):
publish_bms_data(self) -> None
publises BMS data from BMS system to ROS2 node.
create_key_value_pair(key: str, value) -> KeyValue:
creates KeyValue object from supplied key and value
creates KeyValue object from supplied key and value. The KeyValue object is
needed for publishing to /diagnostics topic.
"""
def __init__(self, usb_ports: list[str]=None) -> None:
"""
Expand Down

0 comments on commit d2d70da

Please sign in to comment.