Fix agent launch (#78)

Co-authored-by: Your Name <you@example.com>
This commit is contained in:
Pablo Garrido
2021-07-05 10:49:11 +02:00
committed by GitHub
co-authored by Your Name
parent f6a2aa3b60
commit 69f17c28a8
2 changed files with 6 additions and 1 deletions
@@ -7,6 +7,6 @@ def generate_launch_description():
package='micro_ros_agent',
executable='micro_ros_agent',
name='micro_ros_agent',
arguments={'udp4 --port 8888 -v6'}
arguments={"udp4", "-p", "8888", "-v6"}
)
])