Skip to content

Commit c987053

Browse files
Fixed launch file by using a list for arguments. Ensures order of items is kept. (#93) (#94)
Co-authored-by: mecarill <mihkailkennerley@gmail.com> (cherry picked from commit fe1b3ad) Co-authored-by: mecarill <62688286+mecarill@users.noreply.github.com>
1 parent d149bb7 commit c987053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micro_ros_agent/launch/micro_ros_agent_launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ def generate_launch_description():
77
package='micro_ros_agent',
88
executable='micro_ros_agent',
99
name='micro_ros_agent',
10-
arguments={"udp4", "-p", "8888", "-v6"}
10+
arguments=["udp4", "-p", "8888", "-v6"]
1111
)
1212
])

0 commit comments

Comments
 (0)