Use executable= instead of node_executable= with launch_ros.*.Node
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
14776ec7e5
commit
5c9e301e62
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def run_and_trace(
|
||||||
for node_name in node_names:
|
for node_name in node_names:
|
||||||
n = Node(
|
n = Node(
|
||||||
package=package_name,
|
package=package_name,
|
||||||
node_executable=node_name,
|
executable=node_name,
|
||||||
output='screen',
|
output='screen',
|
||||||
)
|
)
|
||||||
launch_actions.append(n)
|
launch_actions.append(n)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue