Skip to content

OSUrobotics/pybullet-tree-sim

 
 

Repository files navigation

urdf generic launch CLI test: xacro robot.urdf.xacro > test.urdf end_effector_type:=mock_pruner eef_parent:=ur5e__tool0 arm_type:=ur5 ur_type:=ur5e tf_prefix:=ur5e__ base_attachment_type:=linear_slider

TODO

  1. For Claire:
    1. Generic URDF to Generic Robot class
    2. Fill out the object_loader.py class. Activate/deactivate trees, supports, robots.
  2. Format the final approach controller as a python subpackage?
    1. https://packaging.python.org/en/latest/guides/packaging-namespace-packages/#packaging-namespace-packages
  3. Add basic cylinder to world. Dynamically create URDF.
  4. Separate camera class
    1. ToF class inherits camera classs
  5. Dynamically populate UR URDF. Allow for various end-effectors and robot configurations.
    1. Make sure to include camera and other sensors. (Source manifold mesh -- utils -> camera class (C++))
    2. Dynamic parent joint for Panda to slider/farm-ng (like UR5)
  6. Add generic robot class (from Abhinav's code)
    1. Panda/UR5
    2. End-effector
  7. Make mini orchard from a set of URDFs
    1. Space out like normal orchard
    2. Be aware of memory issues in PyB
  8. Change pkl files to hdf5. (lower priority)
  9. Test
    1. Various tof configurations

Installation

General use

python -m pip install .

Development

python -m pip install -e.

Useful RegEx commands...

For replacing .mtl file paths

From: ([a-zA-Z0-9_]*).mtl\n
To:   ../mtl/$1.mtl\n

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%