mirror of https://github.com/ArduPilot/ardupilot
Tools: ros2: pass verbose flag to micro-ROS agent.
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
This commit is contained in:
parent
d278ed3f2c
commit
5ee05b6799
|
@ -142,6 +142,8 @@ class MicroRosAgentLaunch:
|
|||
transport,
|
||||
"--middleware",
|
||||
middleware,
|
||||
"--verbose",
|
||||
verbose,
|
||||
]
|
||||
|
||||
if transport in ["udp4", "udp6", "tcp4", "tcp6"]:
|
||||
|
|
Loading…
Reference in New Issue