Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylark0924 committed Sep 9, 2022
1 parent 0827df3 commit 8facca3
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions rofunc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import rofunc as rf

## Available functions

<<<<<<< HEAD
| Classes | Types | Functions | Description | Status |
|----------------|-------------|-----------------------|------------------------------------------------------|--------|
| **Devices** | Xsens | `xsens.record` | Record the human motion via network streaming | |
Expand All @@ -45,25 +44,6 @@ import rofunc as rf
| | 3D with ori | `visualab.3dori` | 3-dim trajectory visualization with orientation | |
| **Planning** | LQT | `lqt.uni` | LQT for one agent | |
| | | `lqt.bi` | LQT for two agent with constraints | |
=======
| Classes | Types | Functions | Description | Status |
|----------------|-------------|-----------------------|-------------------------------------------------------|--------|
| **Devices** | Xsens | `xsens.process` | Decoding the .mvnx file ||
| | | `xsens.visualize` | Show or save gif about the motion ||
| | Optitrack | `optitrack.process` | Process the output .csv data ||
| | | `optitrack.visualize` | Show or save gif about the motion | |
| | ZED | `zed.record` | Record with multiple cameras ||
| | | `zed.playback` | Playback the recording and save snapshots ||
| | Multi-modal | `mmodal.record` | Capture multi-modal demonstration data simultaneously | |
| **Logger** | | `logger.write` | Custom tensorboard-based logger | |
| **Coordinate** | | `coord.custom_class` | Define the custom class of `Pose` | |
| | | `coord.transform` | Useful functions about coordinate transformation | |
| **VisuaLab** | 2D | `visualab.2d` | 2-dim trajectory visualization | |
| | 3D | `visualab.3d` | 3-dim trajectory visualization | |
| | 3D with ori | `visualab.3dori` | 3-dim trajectory visualization with orientation | |
| **Planning** | LQT | `lqt.uni` | LQT for one agent | |
| | | `lqt.bi` | LQT for two agent with constraints | |
>>>>>>> main

### Xsens

Expand Down

0 comments on commit 8facca3

Please sign in to comment.