Skip to content

Commit

Permalink
Change parameter sequence in utils.py to fix issue 54
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamtyagii authored Jul 12, 2024
1 parent c946a15 commit 8b1370c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vda5050_connector/vda5050_connector_py/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def get_vda5050_ros2_topic(
"""
mqtt_topic = get_vda5050_mqtt_topic(
manufacturer, serial_number, topic, interface_name, major_version)
manufacturer, serial_number, topic, major_version, interface_name)
return (
f"/{mqtt_topic}"
)

0 comments on commit 8b1370c

Please sign in to comment.