Merge branch 'fix-deprecated-node-executable' into 'master'
Fix use of deprecated 'node_executable' in example launch file See merge request micro-ROS/ros_tracing/ros2_tracing!178
This commit is contained in:
commit
36ec181963
1 changed files with 2 additions and 2 deletions
|
@ -26,12 +26,12 @@ def generate_launch_description():
|
|||
),
|
||||
Node(
|
||||
package='tracetools_test',
|
||||
node_executable='test_ping',
|
||||
executable='test_ping',
|
||||
output='screen',
|
||||
),
|
||||
Node(
|
||||
package='tracetools_test',
|
||||
node_executable='test_pong',
|
||||
executable='test_pong',
|
||||
output='screen',
|
||||
),
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue