Skip to content

Commit 71cd6e5

Browse files
Backport #158: Fix tf in Gazebo sim (#159)
1 parent 27c371d commit 71cd6e5

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

rosbot/rosbot_hardware.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ repositories:
22
husarion_components_description:
33
type: git
44
url: https://github.com/husarion/husarion_components_description.git
5-
version: e01e2777cb364b08d654209dd71222477693e7ff
5+
version: a28a41ba059e689420a3e9d8552435781ebe286b
66
husarion_controllers:
77
type: git
88
url: https://github.com/husarion/husarion_controllers

rosbot/rosbot_simulation.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ repositories:
22
husarion_components_description:
33
type: git
44
url: https://github.com/husarion/husarion_components_description.git
5-
version: e01e2777cb364b08d654209dd71222477693e7ff
5+
version: a28a41ba059e689420a3e9d8552435781ebe286b
66
husarion_controllers:
77
type: git
88
url: https://github.com/husarion/husarion_controllers

rosbot_description/urdf/rosbot_xl.urdf.xacro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222

2323
<xacro:components.create_components
2424
components_config_path="$(arg components_config)"
25-
namespace=""
26-
use_sim="$(arg use_sim)" />
25+
namespace="$(arg namespace)"
26+
use_sim="$(arg use_sim)"
27+
use_tf_prefix="False" />
2728

2829
<xacro:if value="${'$(arg configuration)'.startswith('manipulation')}">
2930
<xacro:include filename="$(find open_manipulator_x_description)/urdf/open_manipulator_x_macro.xacro" />

0 commit comments

Comments
 (0)