Skip to content

Commit fd3376f

Browse files
committed
Update to Gazebo Harmonic
Signed-off-by: Francisco Martín Rico <[email protected]>
1 parent a489bb5 commit fd3376f

File tree

2 files changed

+31
-22
lines changed

2 files changed

+31
-22
lines changed

br2_tiago/launch/sim.launch.py

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,22 @@
2626
def generate_launch_description():
2727
tiago_gazebo_dir = get_package_share_directory('tiago_gazebo')
2828

29-
world = LaunchConfiguration('world', default='home')
29+
world = LaunchConfiguration('world', default='house')
3030
declare_world_cmd = DeclareLaunchArgument(
3131
'world',
32-
default_value='home',
32+
default_value='house',
3333
description='World name')
3434

3535
tiago_sim_cmd = IncludeLaunchDescription(
3636
PythonLaunchDescriptionSource(os.path.join(tiago_gazebo_dir, 'launch', 'tiago_gazebo.launch.py')),
3737
launch_arguments={
3838
'world_name': world,
39-
'arm': 'no-arm'
39+
'is_public_sim': 'True',
4040
}.items())
4141

42-
declare_use_sim_time_cmd = DeclareLaunchArgument(
43-
'use_sim_time',
44-
default_value='True',
45-
description='Use simulation (Gazebo) clock if true')
46-
4742
ld = LaunchDescription()
4843

4944
ld.add_action(tiago_sim_cmd)
50-
51-
ld.add_action(declare_use_sim_time_cmd)
5245
ld.add_action(declare_world_cmd)
5346

5447
return ld

third_parties.repos

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,63 @@
11
repositories:
2-
ThirdParty/urdf_test:
2+
ThirdParty/tiago_simulation:
33
type: git
4-
url: https://github.com/pal-robotics/urdf_test
4+
url: https://github.com/Tiago-Harmonic/tiago_simulation.git
55
version: humble-devel
66
ThirdParty/launch_pal:
77
type: git
8-
url: https://github.com/pal-robotics/launch_pal.git
8+
url: https://github.com/Tiago-Harmonic/launch_pal.git
99
version: master
10-
ThirdParty/pal_gazebo_worlds:
10+
ThirdParty/br2_gazebo_worlds:
11+
type: git
12+
url: https://github.com/Tiago-Harmonic/br2_gazebo_worlds.git
13+
version: humble-devel
14+
ThirdParty/play_motion2:
1115
type: git
12-
url: https://github.com/pal-robotics/pal_gazebo_worlds.git
16+
url: https://github.com/Tiago-Harmonic/play_motion2.git
1317
version: humble-devel
1418
ThirdParty/pmb2_robot:
1519
type: git
16-
url: https://github.com/pal-robotics/pmb2_robot.git
20+
url: https://github.com/Tiago-Harmonic/pmb2_robot.git
1721
version: humble-devel
1822
ThirdParty/pmb2_navigation:
1923
type: git
2024
url: https://github.com/pal-robotics/pmb2_navigation.git
2125
version: humble-devel
2226
ThirdParty/tiago_robot:
2327
type: git
24-
url: https://github.com/pal-robotics/tiago_robot.git
28+
url: https://github.com/Tiago-Harmonic/tiago_robot.git
2529
version: humble-devel
2630
ThirdParty/tiago_navigation:
2731
type: git
2832
url: https://github.com/pal-robotics/tiago_navigation.git
2933
version: humble-devel
3034
ThirdParty/tiago_simulation:
3135
type: git
32-
url: https://github.com/pal-robotics/tiago_simulation.git
36+
url: https://github.com/Tiago-Harmonic/tiago_simulation.git
3337
version: humble-devel
34-
ThirdParty/hey5_description:
38+
ThirdParty/pal_hey5:
3539
type: git
36-
url: https://github.com/pal-robotics/hey5_description.git
40+
url: https://github.com/Tiago-Harmonic/pal_hey5.git
3741
version: humble-devel
3842
ThirdParty/pal_gripper:
3943
type: git
40-
url: https://github.com/pal-robotics/pal_gripper.git
44+
url: https://github.com/Tiago-Harmonic/pal_gripper.git
45+
version: humble-devel
46+
ThirdParty/pal_robotiq_gripper:
47+
type: git
48+
url: https://github.com/Tiago-Harmonic/pal_robotiq_gripper.git
4149
version: humble-devel
4250
ThirdParty/tiago_moveit_config:
4351
type: git
44-
url: https://github.com/pal-robotics/tiago_moveit_config.git
52+
url: https://github.com/Tiago-Harmonic/tiago_moveit_config.git
53+
version: humble-devel
54+
ThirdParty/tiago_omni_base:
55+
type: git
56+
url: https://github.com/Tiago-Harmonic/omni_base_robot.git
57+
version: humble-devel
58+
ThirdParty/pal_urdf_utils:
59+
type: git
60+
url: https://github.com/pal-robotics/pal_urdf_utils.git
4561
version: humble-devel
4662
ThirdParty/Groot:
4763
type: git

0 commit comments

Comments
 (0)