Skip to content

Commit

Permalink
initial changes to robot.py. get view matrix from camera obj, get par…
Browse files Browse the repository at this point in the history
…ams from yaml files
  • Loading branch information
lukestroh committed Nov 14, 2024
1 parent 99b4e82 commit bcbdc49
Show file tree
Hide file tree
Showing 11 changed files with 871 additions and 168 deletions.
3 changes: 3 additions & 0 deletions pybullet_tree_sim/config/robot/fr3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
arm_id: fr3
hand: false
# TODO: add the rest of the URDF args
3 changes: 3 additions & 0 deletions pybullet_tree_sim/config/robot/linear_slider.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
base_type: linear_slider
base_parent: world
base_prefix: linear_slider__
5 changes: 5 additions & 0 deletions pybullet_tree_sim/config/robot/mock_pruner.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
eef_type: mock_pruner
eef_parent: ur5e__
eef_prefix: mock_pruner__
tof0_offset_x: "0.02"
tof1_offset_x: "-0.02"
12 changes: 12 additions & 0 deletions pybullet_tree_sim/config/robot/robot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
robot_stack:
# - linear_slider
- ur5e
- mock_pruner
initial_joint_angles:
- 0.0
- 0.0
- 0.0
- 0.0
- 0.0
- 0.0
disable_self_collisions: true
5 changes: 5 additions & 0 deletions pybullet_tree_sim/config/robot/ur5e.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
arm_type: ur5e
# arm_parent: tool0
arm_prefix: ur5e__
tf_prefix: ur5e__
ur_type: ur5e
Loading

0 comments on commit bcbdc49

Please sign in to comment.