Karthik Dharmarajan commited on
Commit
d5dacff
·
1 Parent(s): b74f455

Fix A1 eef offset

Browse files
source/a1/{a1_gripper_source.urdf → a1_source.urdf} RENAMED
@@ -3,7 +3,7 @@
3
  Commit Version: 1.6.0-4-g7f85cfe Build Version: 1.6.7995.38578
4
  For more information, please see http://wiki.ros.org/sw_urdf_exporter -->
5
  <robot
6
- name="A1Gripper">
7
  <link
8
  name="base_link">
9
  <inertial>
 
3
  Commit Version: 1.6.0-4-g7f85cfe Build Version: 1.6.7995.38578
4
  For more information, please see http://wiki.ros.org/sw_urdf_exporter -->
5
  <robot
6
+ name="A1">
7
  <link
8
  name="base_link">
9
  <inertial>
source/a1/{a1_gripper_source_cfg.yaml → a1_source_cfg.yaml} RENAMED
@@ -1,6 +1,6 @@
1
  # Absolute path to URDF
2
- urdf_path: omnigibson/data/assets/source/a1/a1_gripper_source.urdf # (str) Absolute path to robot URDF to import
3
- name: a1_gripper # (str) Name to assign to robot
4
  headless: false # (bool) if set, run without GUI
5
  overwrite: true # (bool) if set, overwrite any existing files
6
  merge_fixed_joints: false # (bool) whether to merge fixed joints in the robot hierarchy or not
@@ -27,7 +27,7 @@ eef_vis_links: # (list of dict) information for adding came
27
  - link: eef_link # same format as @camera_links
28
  parent_link: arm_seg6
29
  offset:
30
- position: [0.03, 0, 0]
31
  orientation: [0, 0, 0, 1]
32
  camera_links: [] # (list of dict) information for adding cameras to robot
33
  lidar_links: [] # (list of dict) information for adding cameras to robot
 
1
  # Absolute path to URDF
2
+ urdf_path: omnigibson/data/assets/source/a1/a1_source.urdf # (str) Absolute path to robot URDF to import
3
+ name: a1 # (str) Name to assign to robot
4
  headless: false # (bool) if set, run without GUI
5
  overwrite: true # (bool) if set, overwrite any existing files
6
  merge_fixed_joints: false # (bool) whether to merge fixed joints in the robot hierarchy or not
 
27
  - link: eef_link # same format as @camera_links
28
  parent_link: arm_seg6
29
  offset:
30
+ position: [0, 0, 0.03]
31
  orientation: [0, 0, 0, 1]
32
  camera_links: [] # (list of dict) information for adding cameras to robot
33
  lidar_links: [] # (list of dict) information for adding cameras to robot