forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.txt
134 lines (71 loc) · 2.03 KB
/
template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!-- This document is the template used by tools/release_engineering/relnotes. -->
---
title: Drake v{version}
date: 2099-12-31
released: YYYY-MM-DD
---
# Announcements
* TBD
# Breaking changes since v{prior_version}
* TBD
Refer to our [Drake Stability Guidelines](/stable.html) for our policy
on API changes.
# Changes since v{prior_version}
## Dynamical Systems
<!-- <relnotes for systems go here> -->
New features
* TBD
Fixes
* TBD
## Mathematical Program
<!-- <relnotes for solvers go here> -->
New features
* TBD
Fixes
* TBD
## Multibody Dynamics and Geometry
<!-- <relnotes for geometry,multibody go here> -->
New features
* TBD
Fixes
* TBD
## Planning
<!-- <relnotes for planning go here> -->
New features
* TBD
Fixes
* TBD
## Tutorials and examples
<!-- <relnotes for examples,tutorials go here> -->
* TBD
## Miscellaneous features and fixes
<!-- <relnotes for common,math,lcm,lcmtypes,manipulation,perception,visualization go here> -->
* TBD
## pydrake bindings
<!-- <relnotes for bindings go here> -->
New features
* TBD
Fixes
* TBD
## Build system
<!-- <relnotes for cmake,doc,setup,third_party,tools go here> -->
* TBD
## Build dependencies
<!-- <relnotes for workspace go here> -->
* TBD
## Newly-deprecated APIs
* TBD
## Removal of deprecated items
* TBD
# Notes
This release provides [pre-compiled binaries](https://github.com/RobotLocomotion/drake/releases/tag/v{version}) named
``drake-{version}-{{jammy|mac|mac-arm64}}.tar.gz``. See [Stable Releases](/from_binary.html#stable-releases) for instructions on how to use them.
Drake binary releases incorporate a pre-compiled version of [SNOPT](https://ccom.ucsd.edu/~optimizers/solvers/snopt/) as part of the
[Mathematical Program toolbox](https://drake.mit.edu/doxygen_cxx/group__solvers.html). Thanks to
Philip E. Gill and Elizabeth Wong for their kind support.
<!-- <begin issue links> -->
<!-- <end issue links> -->
<!--
Current oldest_commit {oldest_commit_exclusive} (exclusive).
Current newest_commit {newest_commit_inclusive} (inclusive).
-->