- For Claire:
- Generic URDF to Generic Robot class
- Fill out the
object_loader.py
class. Activate/deactivate trees, supports, robots.
- Format the final approach controller as a python subpackage?
- Add basic cylinder to world. Dynamically create URDF.
- Separate camera class
- ToF class inherits camera classs
- Dynamically populate UR URDF. Allow for various end-effectors and robot configurations.
- Make sure to include camera and other sensors. (Source manifold mesh -- utils -> camera class (C++))
- Dynamic parent joint for Panda to slider/farm-ng (like UR5)
- Add generic robot class (from Abhinav's code)
- Panda/UR5
- End-effector
- Make mini orchard from a set of URDFs
- Space out like normal orchard
- Be aware of memory issues in PyB
- Change pkl files to hdf5. (lower priority)
- Test
- Various tof configurations
python -m pip install .
python -m pip install -e.
For replacing .mtl file paths
From: ([a-zA-Z0-9_]*).mtl\n
To: ../mtl/$1.mtl\n