Skip to content

Commit 623a86f

Browse files
author
Marco Boneberger
committed
Add CHANGELOG.md
1 parent 6155872 commit 623a86f

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Changelog
2+
3+
## [0.10.0] - Unreleased
4+
5+
This version supports Panda and Franka Research 3 robots.
6+
7+
Requires Franka Research 3 system version >= 5.2.0
8+
9+
Requires Panda system version >= 4.2.1
10+
11+
### Added
12+
13+
- Support for FR3 was added
14+
- Most methods are now generic over the robot type, so they can work with FR3 and Panda robots
15+
- Downloading of the robot model for other architectures
16+
- New `RateLimiter` trait that is implemented by the `Panda` and `Fr3` structs
17+
- The rate limiter for FR3 is using position based velocity limits
18+
- Code coverage reports
19+
20+
### Changed
21+
22+
- The Robot struct became a trait that is implemented by the `Panda` and `Fr3` structs
23+
- The Model struct became a trait (`RobotModel`) that is implemented by the `PandaModel` and `Fr3Model` structs
24+
- Examples now default to FR3 unless `--panda` is passed as argument
25+
- Rate limiter is disabled by default for FR3
26+
- FR3 does not have get_virtual_wall and set_filters methods
27+
- Updated to `nalgebra` to version 0.3.2
28+
- Updated `clap` to version 4
29+
30+
### Fixed
31+
32+
- Badges in README
33+
34+
## [0.9.0] - 2022-04-01
35+
36+
Requires Panda system version >= 4.2.1
37+
38+
### Added
39+
40+
- Add `O_ddP_O` base acceleration to robot state, hardcoded to `{0, 0, -9.81}`
41+
- New `BaseAccelerationInitializationTimeout`, `BaseAccelerationInvalidReading`
42+
`CartesianSplineViolation` and
43+
`JointViaPlanLimitViolation` reflexes
44+
45+
### Changed
46+
47+
- `Model::gravity_from_state` uses `O_ddP_O` from the robot state
48+
49+
## [0.8.2-alpha-2] - 2021-06-18
50+
51+
Requires Panda system version >= 4.0.0
52+
53+
Initial release

0 commit comments

Comments
 (0)