Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
find gazebo_renderer tag
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Gesel <paulgesel@gmail.com>
  • Loading branch information
pac48 committed Feb 29, 2024
1 parent 65c3c4c commit 94bed01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/picknik_ur_gazebo_config/description/environment.xacro
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<robot xmlns:xacro="http://ros.org/wiki/xacro">
<xacro:macro name="environment" params="parent">
<!-- parameters -->
<xacro:arg name="gazebo_renderer" default="ogre"/>
<xacro:property name="gazebo_renderer" default="$(arg gazebo_renderer)"/>

<!-- Import environment macros -->
<xacro:include filename="$(find picknik_accessories)/descriptions/geometry/collision_and_visual/cube_collision_and_visual.urdf.xacro" />
<xacro:include filename="$(find picknik_accessories)/descriptions/geometry/visual/cube_visual.urdf.xacro" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
</plugin>
</gazebo>

<xacro:property name="gazebo_renderer" default="$(arg gazebo_renderer)"/>
<gazebo>
<plugin filename="libignition-gazebo-sensors-system.so" name="ignition::gazebo::systems::Sensors">
<render_engine>${gazebo_renderer}</render_engine>
Expand Down

0 comments on commit 94bed01

Please sign in to comment.