Commit before desaster
This commit is contained in:
parent
cd714e6b7f
commit
2d4d55b065
@ -4,7 +4,7 @@ import yaml
|
||||
import traceback
|
||||
|
||||
from launch import LaunchDescription
|
||||
from launch.actions import DeclareLaunchArgument, OpaqueFunction
|
||||
from launch.actions import DeclareLaunchArgument, OpaqueFunction, TimerAction
|
||||
from launch.substitutions import LaunchConfiguration, PathJoinSubstitution
|
||||
from launch_ros.actions import Node
|
||||
from launch_ros.substitutions import FindPackageShare
|
||||
@ -155,7 +155,12 @@ def launch_setup(context, *args, **kwargs):
|
||||
return [
|
||||
move_group_node,
|
||||
rviz,
|
||||
move_group_demo
|
||||
TimerAction(
|
||||
period=10.0,
|
||||
actions=[
|
||||
move_group_demo
|
||||
]
|
||||
)
|
||||
]
|
||||
|
||||
def generate_launch_description():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user