You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
### Changed
17
17
18
18
- multibody/Visualizer : expose video settings directly instead of passing fps parameter
19
-
- cmake : allow user to turn off FFmpeg support/video recording features even if FFmpeg was detected
19
+
- cmake : allow user to turn off FFmpeg support/video recording features even if FFmpeg was detected (https://github.com/Simple-Robotics/candlewick/pull/83)
20
20
21
21
### Fixed
22
22
23
23
- support for Coal's current `devel` branch (remove incompatible fwd-declarations, just include `<coal/shape/geometric_shapes.h>`) (https://github.com/Simple-Robotics/candlewick/pull/81)
24
-
- Make FFmpeg actually optional: add option to turn off support even with FFmpeg installed, fix building with support turned off
24
+
- Make FFmpeg actually optional: add option to turn off support even with FFmpeg installed, fix building with support turned off (https://github.com/Simple-Robotics/candlewick/pull/83)
25
25
- multibody/LoadCoalGeometries : fix setting the shape parameters for Capsule primitive (https://github.com/Simple-Robotics/candlewick/pull/84)
26
26
- multibody::loadGeometryObject() : always override material for `OT_GEOM` geometries (https://github.com/Simple-Robotics/candlewick/pull/84)
0 commit comments