Merge branch '32-node_executable-is-deprecated' into 'master'
Use executable= instead of node_executable= with launch_ros.*.Node Closes #32 See merge request micro-ROS/ros_tracing/tracetools_analysis!61
This commit is contained in:
commit
761615428f
3 changed files with 6 additions and 6 deletions
|
@ -39,13 +39,13 @@ def generate_launch_description():
|
|||
),
|
||||
Node(
|
||||
package='tracetools_test',
|
||||
node_executable='test_ping',
|
||||
executable='test_ping',
|
||||
arguments=['do_more'],
|
||||
output='screen',
|
||||
),
|
||||
Node(
|
||||
package='tracetools_test',
|
||||
node_executable='test_pong',
|
||||
executable='test_pong',
|
||||
arguments=['do_more'],
|
||||
output='screen',
|
||||
),
|
||||
|
|
|
@ -26,13 +26,13 @@ def generate_launch_description():
|
|||
),
|
||||
Node(
|
||||
package='tracetools_test',
|
||||
node_executable='test_ping',
|
||||
executable='test_ping',
|
||||
arguments=['do_more'],
|
||||
output='screen',
|
||||
),
|
||||
Node(
|
||||
package='tracetools_test',
|
||||
node_executable='test_pong',
|
||||
executable='test_pong',
|
||||
arguments=['do_more'],
|
||||
output='screen',
|
||||
),
|
||||
|
|
|
@ -42,13 +42,13 @@ def generate_launch_description():
|
|||
),
|
||||
Node(
|
||||
package='tracetools_test',
|
||||
node_executable='test_ping',
|
||||
executable='test_ping',
|
||||
arguments=['do_more'],
|
||||
output='screen',
|
||||
),
|
||||
Node(
|
||||
package='tracetools_test',
|
||||
node_executable='test_pong',
|
||||
executable='test_pong',
|
||||
arguments=['do_more'],
|
||||
output='screen',
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue