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

Commit

Permalink
Change Gazebo SRDF to be a xacro for parser coverage purposes (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Nov 8, 2023
1 parent a879ec8 commit 2d8331a
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 184 deletions.
7 changes: 4 additions & 3 deletions src/picknik_ur_gazebo_config/config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,15 @@ hardware:
package: "picknik_ur_gazebo_config"
path: "config/cameras.yaml"
robot_description:
srdf:
package: "picknik_ur_gazebo_config"
path: "config/moveit/picknik_ur_gazebo.srdf"
urdf:
package: "picknik_ur_gazebo_config"
path: "description/picknik_ur_gazebo.xacro"
srdf:
package: "picknik_ur_gazebo_config"
path: "config/moveit/picknik_ur_gazebo.srdf.xacro"
urdf_params:
- name: "%>> hardware.type"
- gripper_name: "robotiq_85"
# Using the ogre renderer as it is compatible with most host hardware.
# ogre2 (which is the Gazebo default) is also an option if your system supports it.
- gazebo_renderer: ${GAZEBO_RENDERER:-ogre}
Expand Down
181 changes: 0 additions & 181 deletions src/picknik_ur_gazebo_config/config/moveit/picknik_ur_gazebo.srdf

This file was deleted.

Loading

0 comments on commit 2d8331a

Please sign in to comment.