Merge branch 'rename-trace-action-module' into 'master'
Rename trace action module to 'action' See merge request ros_tracing/ros2_tracing!28
This commit is contained in:
commit
9ea684356a
3 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
from launch import LaunchDescription
|
from launch import LaunchDescription
|
||||||
from launch_ros.actions import Node
|
from launch_ros.actions import Node
|
||||||
from tracetools_launch.trace import Trace
|
from tracetools_launch.action import Trace
|
||||||
|
|
||||||
|
|
||||||
def generate_launch_description():
|
def generate_launch_description():
|
||||||
|
|
|
@ -24,7 +24,7 @@ from launch import LaunchDescription
|
||||||
from launch import LaunchService
|
from launch import LaunchService
|
||||||
from launch_ros import get_default_launch_description
|
from launch_ros import get_default_launch_description
|
||||||
from launch_ros.actions import Node
|
from launch_ros.actions import Node
|
||||||
from tracetools_launch.trace import Trace
|
from tracetools_launch.action import Trace
|
||||||
from tracetools_read.utils import DictEvent
|
from tracetools_read.utils import DictEvent
|
||||||
from tracetools_read.utils import get_event_name
|
from tracetools_read.utils import get_event_name
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue