Skip to content
Snippets Groups Projects
Commit d3f194f9 authored by Andi Gerken's avatar Andi Gerken
Browse files

Updated docs/entity.md

parent 5ce0ebd7
Branches master
No related tags found
1 merge request!17Updated docs
...@@ -65,9 +65,9 @@ As described in `robofish.io`, Files and Entities have useful properties. ...@@ -65,9 +65,9 @@ As described in `robofish.io`, Files and Entities have useful properties.
| Entity function | Description | | Entity function | Description |
| ------------------------------------------------ | ------------------------------------------------------------------------ | | ------------------------------------------------ | ------------------------------------------------------------------------ |
| `robofish.io.entity.Entity.positions` | Positions as a `(timesteps, 2 (x, y))` arary. | | `robofish.io.entity.Entity.positions` | Positions as a `(timesteps, 2 (x, y))` array. |
| `robofish.io.entity.Entity.orientations` | Orientations as a `(timesteps, 2 (ori_x, ori_y))` arary. | | `robofish.io.entity.Entity.orientations` | Orientations as a `(timesteps, 2 (ori_x, ori_y))` array. |
| `robofish.io.entity.Entity.orientations_rad` | Orientations as a `(timesteps, 1 (ori_rad))` arary. | | `robofish.io.entity.Entity.orientations_rad` | Orientations as a `(timesteps, 1 (ori_rad))` array. |
| `robofish.io.entity.Entity.poses` | Poses as a `(timesteps, 4 (x, y, x_ori, y_ori))` array. | | `robofish.io.entity.Entity.poses` | Poses as a `(timesteps, 4 (x, y, x_ori, y_ori))` array. |
| `robofish.io.entity.Entity.poses_rad` | Poses as a `(timesteps, 3(x, y, ori_rad))` array. | | `robofish.io.entity.Entity.poses_rad` | Poses as a `(timesteps, 3(x, y, ori_rad))` array. |
| `robofish.io.entity.Entity.actions_speeds_turns` | Speed and turn as a `(timesteps - 1, 2 (speed_cm/s, turn_rad/s))` array. | | `robofish.io.entity.Entity.actions_speeds_turns` | Speed and turn as a `(timesteps - 1, 2 (speed_cm/s, turn_rad/s))` array. |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment