mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 18:05:17 +02:00
Co-authored-by: mecarill <mihkailkennerley@gmail.com>
(cherry picked from commit fe1b3ade97)
Co-authored-by: mecarill <62688286+mecarill@users.noreply.github.com>
This commit is contained in:
@@ -7,6 +7,6 @@ def generate_launch_description():
|
||||
package='micro_ros_agent',
|
||||
executable='micro_ros_agent',
|
||||
name='micro_ros_agent',
|
||||
arguments={"udp4", "-p", "8888", "-v6"}
|
||||
arguments=["udp4", "-p", "8888", "-v6"]
|
||||
)
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user