Commit dd24040b authored by Mayank Mittal's avatar Mayank Mittal

updates roadmap with checkboxes

parent e05a357a
...@@ -10,62 +10,79 @@ coming months. ...@@ -10,62 +10,79 @@ coming months.
**January 2023** **January 2023**
* Experimental functional API * |check_| Experimental functional API
* Supported motion generators * Supported motion generators
* Joint-space control * |check_| Joint-space control
* Differential inverse kinematics control * |check_| Differential inverse kinematics control
* Riemannian Motion Policies (RMPs) * |uncheck| Riemannian Motion Policies (RMPs)
* Supported robots * Supported robots
* Quardupeds: ANYmal-B, ANYmal-C, Unitree A1 * |check_| Quardupeds: ANYmal-B, ANYmal-C, Unitree A1
* Arms: Franka Emika Panda, UR10 * |check_| Arms: Franka Emika Panda, UR10
* Mobile manipulators: Franka Emika Panda and UR10 on Clearpath Ridgeback * |check_| Mobile manipulators: Franka Emika Panda and UR10 on Clearpath Ridgeback
* Supported sensors * Supported sensors
* Camera (non-parallelized) * |check_| Camera (non-parallelized)
* Height scanner (non-parallelized) * |check_| Height scanner (non-parallelized)
* Included environments * Included environments
* classic: MuJoCo classic environments (ant, humanoid, cartpole) * |check_| classic: MuJoCo-style environments (ant, humanoid, cartpole)
* locomotion: flat terrain for legged robots * |check_| locomotion: flat terrain for legged robots
* rigid-object manipulation: end-effector tracking, object lifting * |check_| rigid-object manipulation: end-effector tracking, object lifting
**February 2023** **February 2023**
* Example on using the APIs in an Omniverse extension * |uncheck| Add APIs for rough terrain generation
* |uncheck| Example on using the APIs in an Omniverse extension
* Supported motion generators * Supported motion generators
* Operational-space control * |uncheck| Operational-space control
* Model predictive control (OCS2) * |uncheck| Model predictive control (OCS2)
* Supported sensors * Supported sensors
* Height scanner (parallelized for terrains) * |uncheck| Height scanner (parallelized for terrains)
* Supported robots * Supported robots
* Quardupeds: Unitree B1, Unitree Go1 * |uncheck| Quardupeds: Unitree B1, Unitree Go1
* Arms: Kinova Jaco2, Kinova Gen3, Sawyer, UR10e * |uncheck| Arms: Kinova Jaco2, Kinova Gen3, Sawyer, UR10e
* Mobile manipulators: Fetch * |uncheck| Mobile manipulators: Fetch
* Included environments * Included environments
* locomotion: rough terrain for legged robots * |uncheck| locomotion: rough terrain for legged robots
* rigid-object manipulation: in-hand manipulation, hockey puck pushing, peg-in-hole, stacking * |uncheck| rigid-object manipulation: in-hand manipulation, hockey puck pushing, peg-in-hole, stacking
* deformable-object manipulation: cloth folding, cloth lifting * |uncheck| deformable-object manipulation: cloth folding, cloth lifting
**March or April 2023** **March or April 2023**
* Add functional versions of all environments * |uncheck| Add functional versions of all environments
* Included environments * Included environments
* deformable-object manipulation: fluid transfer, fluid pouring, deformable object lifting * |uncheck| deformable-object manipulation: fluid transfer, fluid pouring, soft object lifting
**May 2023** **May 2023**
* Update code documentation and tutorials * |uncheck| Stabilize APIs and release 1.0
* Release 1.0
.. |check| raw:: html
<input checked="" type="checkbox">
.. |check_| raw:: html
<input checked="" disabled="" type="checkbox">
.. |uncheck| raw:: html
<input type="checkbox">
.. |uncheck_| raw:: html
<input disabled="" type="checkbox">
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment