Skip to content

Commit

Permalink
Continuous Integration Build Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Sep 1, 2023
1 parent cd0ee0a commit c7f7cb6
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,32 @@ All notable changes to this project will be documented in this file.

### Bug Fixes

- Adds absolute path to ur5 robot in multi-robot example.
- Adds non-movable to dynamic obstacles
- Increases limits for free space decomposition and full sensor observation spaces.
- Adds time parameter to grid sensor.
- Uses deepcopy for spawn offset to avoid that the value is being overwritten by additional instances.
- Makes use of np.inf for limits in sdf and fsd sensor.
- Adds name argument to free space decomposition sensor.
- Fixes full sensor example.
- Adds dill to pyproject.toml as main dependency, addresses #221.

### Ft[capsules]
### Ft[common]

- Changes add_collision_shape to use add_shape to allow for capsules.
- Adds example with capsules for panda.
- Allows option realtime enforcing.

### Ft[collision]
### Ft[lint]

- Adds collision detection terminating the episode.
- Updates linting config file.

### Ft[sensor]

- Using the numpified version of distance calculation for obstacles to increase the computation of the sdf sensor.
- Unifies variance to apply to all sensors.
- Makes plotting interval available to all sensors. Moves add shape function outside of urdfenv. Visualizes occupancy using createVisualShapeArray.
- Improves style on sensors.
- Prepares multiple styles of free space decomposition sensing.
- Add initial example for fsd based on occupancy.
- Adds plane visualization for fsd.

### Ft[sensors]
### Ft[serialization]

- Adds option parameter to toggle visualization of lidar spheres.
- Adds occupancy sensor. Creates parent class GridSensor for SDF and occupancy sensor as most functions overlap.

### Ft[style]

- Improves naming in computation of quaternion.

### Ft[visuals]

- Adds option to add collision links by link name, addresses #206.
- Adds method to dump and load environments.

<!-- generated by git-cliff -->

0 comments on commit c7f7cb6

Please sign in to comment.