refactoring repo
This commit is contained in:
parent
6fa469be36
commit
f76340d78a
68 changed files with 5 additions and 6275 deletions
|
@ -281,7 +281,7 @@ def generate_launch_description():
|
|||
control = IncludeLaunchDescription(
|
||||
PythonLaunchDescriptionSource([
|
||||
PathJoinSubstitution([
|
||||
FindPackageShare('rbs_bringup'),
|
||||
FindPackageShare('ur_description'),
|
||||
'launch',
|
||||
'control.launch.py'
|
||||
])
|
||||
|
@ -297,7 +297,7 @@ def generate_launch_description():
|
|||
simulation = IncludeLaunchDescription(
|
||||
PythonLaunchDescriptionSource([
|
||||
PathJoinSubstitution([
|
||||
FindPackageShare('rbs_bringup'),
|
||||
FindPackageShare('rbs_simulation'),
|
||||
'launch',
|
||||
'simulation.launch.py'
|
||||
])
|
||||
|
@ -312,7 +312,7 @@ def generate_launch_description():
|
|||
moveit = IncludeLaunchDescription(
|
||||
PythonLaunchDescriptionSource([
|
||||
PathJoinSubstitution([
|
||||
FindPackageShare('rbs_bringup'),
|
||||
FindPackageShare('ur_moveit_config'),
|
||||
'launch',
|
||||
'moveit.launch.py'
|
||||
])
|
||||
|
@ -344,7 +344,7 @@ def generate_launch_description():
|
|||
perception = IncludeLaunchDescription(
|
||||
PythonLaunchDescriptionSource([
|
||||
PathJoinSubstitution([
|
||||
FindPackageShare('rbs_bringup'),
|
||||
FindPackageShare('rbs_perception'),
|
||||
'launch',
|
||||
'perception.launch.py'
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue