Browse Source

Merge pull request #64 from knorth55/stretch-robot-name

change robot name to stretch
bugfix/demos_cleanup
Binit Shah 2 years ago
committed by GitHub
parent
commit
0a2f9a6818
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      stretch_description/urdf/stretch_description.xacro
  2. +1
    -1
      stretch_gazebo/urdf/stretch_gazebo.urdf.xacro
  3. +1
    -1
      stretch_moveit_config/config/stretch_description.srdf

+ 1
- 1
stretch_description/urdf/stretch_description.xacro View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="stretch_description">
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="stretch">
<xacro:include filename="stretch_gripper.xacro" />
<!--<xacro:include filename="stretch_gripper_with_puller.xacro" />-->

+ 1
- 1
stretch_gazebo/urdf/stretch_gazebo.urdf.xacro View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="stretch_description">
<robot xmlns:xacro="http://www.ros.org/wiki/xacro" name="stretch">
<xacro:arg name="gpu_lidar" default="false" />
<xacro:arg name="visualize_lidar" default="false" />

+ 1
- 1
stretch_moveit_config/config/stretch_description.srdf View File

@ -3,7 +3,7 @@
This is a format for representing semantic information about the robot structure.
A URDF file must exist for this robot as well, where the joints and the links that are referenced are defined
-->
<robot name="stretch_description">
<robot name="stretch">
<!--GROUPS: Representation of a set of joints and links. This can be useful for specifying DOF to plan for, defining arms, end effectors, etc-->
<!--LINKS: When a link is specified, the parent joint of that link (if it exists) is automatically included-->
<!--JOINTS: When a joint is specified, the child link of that joint (which will always exist) is automatically included-->

Loading…
Cancel
Save