Skip to content

Commit 1fba910

Browse files
1 parent 3982646 commit 1fba910

31 files changed

+151
-113
lines changed

doxygen_cxx/fmt_8h.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@
205205
<tr class="memitem:a6258405e5b172f610aed5709af48bd3a"><td class="memTemplItemLeft" align="right" valign="top">std::string&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacedrake.html#a6258405e5b172f610aed5709af48bd3a">fmt_floating_point</a> (T <a class="el" href="pixel__types_8h.html#a9336ebf25087d91c818ee6e9ec29f8c1">x</a>)</td></tr>
206206
<tr class="memdesc:a6258405e5b172f610aed5709af48bd3a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns <code>fmt::to_string(x)</code> but always with at least one digit after the decimal point. <a href="namespacedrake.html#a6258405e5b172f610aed5709af48bd3a">More...</a><br /></td></tr>
207207
<tr class="separator:a6258405e5b172f610aed5709af48bd3a"><td class="memSeparator" colspan="2">&#160;</td></tr>
208+
<tr class="memitem:ae46fc519bd6eb9cce38978cf135db800"><td class="memItemLeft" align="right" valign="top">std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacedrake.html#ae46fc519bd6eb9cce38978cf135db800">fmt_debug_string</a> (std::string_view <a class="el" href="pixel__types_8h.html#a9336ebf25087d91c818ee6e9ec29f8c1">x</a>)</td></tr>
209+
<tr class="memdesc:ae46fc519bd6eb9cce38978cf135db800"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns <code>fmt::("{:?}", x)</code>, i.e, using fmt's "debug string format"; see <a href="https://fmt.dev">https://fmt.dev</a> docs for the '?' presentation type for details. <a href="namespacedrake.html#ae46fc519bd6eb9cce38978cf135db800">More...</a><br /></td></tr>
210+
<tr class="separator:ae46fc519bd6eb9cce38978cf135db800"><td class="memSeparator" colspan="2">&#160;</td></tr>
208211
</table>
209212
<h2 class="groupheader">Macro Definition Documentation</h2>
210213
<a id="a80dfcf0f454f77a9fb769f3fbeb09e5b"></a>

doxygen_cxx/fmt_8h.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ var fmt_8h =
22
[
33
[ "DRAKE_FMT8_CONST", "fmt_8h.html#a80dfcf0f454f77a9fb769f3fbeb09e5b", null ],
44
[ "DRAKE_FORMATTER_AS", "fmt_8h.html#a4bc413f041460d4e1af1c1d647a9912f", null ],
5+
[ "fmt_debug_string", "fmt_8h.html#ae46fc519bd6eb9cce38978cf135db800", null ],
56
[ "fmt_floating_point", "fmt_8h.html#a6258405e5b172f610aed5709af48bd3a", null ],
67
[ "fmt_runtime", "fmt_8h.html#a81e617b6a0e80e141a49c7a5bd2b5cce", null ]
78
];

doxygen_cxx/namespacedrake.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,9 @@
672672
<tr class="memitem:a6258405e5b172f610aed5709af48bd3a"><td class="memTemplItemLeft" align="right" valign="top">std::string&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacedrake.html#a6258405e5b172f610aed5709af48bd3a">fmt_floating_point</a> (T <a class="el" href="pixel__types_8h.html#a9336ebf25087d91c818ee6e9ec29f8c1">x</a>)</td></tr>
673673
<tr class="memdesc:a6258405e5b172f610aed5709af48bd3a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns <code>fmt::to_string(x)</code> but always with at least one digit after the decimal point. <a href="#a6258405e5b172f610aed5709af48bd3a">More...</a><br /></td></tr>
674674
<tr class="separator:a6258405e5b172f610aed5709af48bd3a"><td class="memSeparator" colspan="2">&#160;</td></tr>
675+
<tr class="memitem:ae46fc519bd6eb9cce38978cf135db800"><td class="memItemLeft" align="right" valign="top">std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacedrake.html#ae46fc519bd6eb9cce38978cf135db800">fmt_debug_string</a> (std::string_view <a class="el" href="pixel__types_8h.html#a9336ebf25087d91c818ee6e9ec29f8c1">x</a>)</td></tr>
676+
<tr class="memdesc:ae46fc519bd6eb9cce38978cf135db800"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns <code>fmt::("{:?}", x)</code>, i.e, using fmt's "debug string format"; see <a href="https://fmt.dev">https://fmt.dev</a> docs for the '?' presentation type for details. <a href="#ae46fc519bd6eb9cce38978cf135db800">More...</a><br /></td></tr>
677+
<tr class="separator:ae46fc519bd6eb9cce38978cf135db800"><td class="memSeparator" colspan="2">&#160;</td></tr>
675678
<tr class="memitem:aade4911b7e8d691ef345a2706012a878"><td class="memTemplParams" colspan="2">template&lt;typename Derived &gt; </td></tr>
676679
<tr class="memitem:aade4911b7e8d691ef345a2706012a878"><td class="memTemplItemLeft" align="right" valign="top">internal::fmt_eigen_ref&lt; typename Derived::Scalar &gt;&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacedrake.html#aade4911b7e8d691ef345a2706012a878">fmt_eigen</a> (const Eigen::MatrixBase&lt; Derived &gt; &amp;matrix)</td></tr>
677680
<tr class="memdesc:aade4911b7e8d691ef345a2706012a878"><td class="mdescLeft">&#160;</td><td class="mdescRight">When passing an Eigen::Matrix to fmt, use this wrapper function to instruct fmt to use Drake's custom formatter for Eigen types. <a href="#aade4911b7e8d691ef345a2706012a878">More...</a><br /></td></tr>
@@ -2486,6 +2489,27 @@ <h2 class="memtitle"><span class="permalink"><a href="#ae65839d11c343c02ff41aec0
24862489
<p>(Advanced.) Returns the absolute path to the given resource_path from Bazel runfiles, or else an error message when not found. </p>
24872490
<p>When <a class="el" href="namespacedrake.html#a9bdf00a0f32970352a90afbae0f4114a" title="(Advanced.) Returns true iff this process has Bazel runfiles available.">HasRunfiles()</a> is false, returns an error. The <code>resource_path</code> looks like <code>workspace/pkg/subpkg/file.ext</code>, e.g., "drake/common/foo.txt". </p>
24882491

2492+
</div>
2493+
</div>
2494+
<a id="ae46fc519bd6eb9cce38978cf135db800"></a>
2495+
<h2 class="memtitle"><span class="permalink"><a href="#ae46fc519bd6eb9cce38978cf135db800">&#9670;&nbsp;</a></span>fmt_debug_string()</h2>
2496+
2497+
<div class="memitem">
2498+
<div class="memproto">
2499+
<table class="memname">
2500+
<tr>
2501+
<td class="memname">std::string drake::fmt_debug_string </td>
2502+
<td>(</td>
2503+
<td class="paramtype">std::string_view&#160;</td>
2504+
<td class="paramname"><em>x</em></td><td>)</td>
2505+
<td></td>
2506+
</tr>
2507+
</table>
2508+
</div><div class="memdoc">
2509+
2510+
<p>Returns <code>fmt::("{:?}", x)</code>, i.e, using fmt's "debug string format"; see <a href="https://fmt.dev">https://fmt.dev</a> docs for the '?' presentation type for details. </p>
2511+
<p>We provide this wrapper because not all of our supported platforms have a new-enough fmt to rely on it. On platforms with older fmt, we use a Drake re-implementation of the feature that does NOT handle unicode correctly. </p>
2512+
24892513
</div>
24902514
</div>
24912515
<a id="aade4911b7e8d691ef345a2706012a878"></a>

doxygen_cxx/namespacemembers_f.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,9 @@ <h3><a id="index_f"></a>- f -</h3><ul>
204204
: <a class="el" href="namespacedrake_1_1ad.html#a6fe3629863ab0bd4025541189d15e809">drake::ad</a>
205205
, <a class="el" href="namespacedrake_1_1symbolic.html#a56b28c66fdf5d2b582a677660936abca">drake::symbolic</a>
206206
</li>
207+
<li>fmt_debug_string()
208+
: <a class="el" href="namespacedrake.html#ae46fc519bd6eb9cce38978cf135db800">drake</a>
209+
</li>
207210
<li>fmt_eigen()
208211
: <a class="el" href="namespacedrake.html#aade4911b7e8d691ef345a2706012a878">drake</a>
209212
</li>

doxygen_cxx/namespacemembers_func_f.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ <h3><a id="index_f"></a>- f -</h3><ul>
189189
: <a class="el" href="namespacedrake_1_1ad.html#a6fe3629863ab0bd4025541189d15e809">drake::ad</a>
190190
, <a class="el" href="namespacedrake_1_1symbolic.html#a56b28c66fdf5d2b582a677660936abca">drake::symbolic</a>
191191
</li>
192+
<li>fmt_debug_string()
193+
: <a class="el" href="namespacedrake.html#ae46fc519bd6eb9cce38978cf135db800">drake</a>
194+
</li>
192195
<li>fmt_eigen()
193196
: <a class="el" href="namespacedrake.html#aade4911b7e8d691ef345a2706012a878">drake</a>
194197
</li>

doxygen_cxx/navtreedata.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -118,22 +118,22 @@ var NAVTREEINDEX =
118118
"deformable__mesh__intersection_8h.html",
119119
"drake__copyable_8h.html#ae6322b9e40935343a422cbdfb41e310e",
120120
"expression_2expression_8h.html#aed2857d827b306fc80cf6c23e14f211c",
121-
"formula__cell_8h.html#a500b46690e6bd8926394ccf7c8482a70",
122-
"geometry__roles_8h.html#a52f8cb466b0827379bc8815f0d58aac3a8ba1782ca7c04c255b3d69d6d2411d90",
123-
"gyroscope_8h.html",
124-
"latex_8h.html#accb78ec8e49199eaff087d9637301041",
125-
"monomial_8h.html#a8b3d409cea5e6c6495394208c8c8c6ee",
121+
"formula__cell_8h.html#a450bcac9577de0ca8d380d2a70d5fb12",
122+
"geometry__roles_8h.html#a52f8cb466b0827379bc8815f0d58aac3",
123+
"gurobi__solver__internal_8h.html",
124+
"latex_8h.html#aa14d755813030ea14c7207a4e0e71f9f",
125+
"monomial_8h.html#a8505db5f6e70df16a3cecda394bdcb24",
126126
"namespacedrake_1_1systems_1_1lcm.html",
127-
"position__kinematics__cache_8h.html",
128-
"rotary__encoders_8h.html",
129-
"spanning__forest_8h.html",
130-
"structdrake_1_1examples_1_1multibody_1_1cart__pole_1_1_cart_pole_params_indices.html#a44002341240d718782c4328f8a329799",
131-
"structdrake_1_1geometry_1_1optimization_1_1_c_space_separating_plane.html#a9bcd2beab49aa2bbcc29485e8c15774b",
132-
"structdrake_1_1manipulation_1_1schunk__wsg_1_1_schunk_wsg_driver.html#ad2d9c7d6abd602591381050367ed506e",
133-
"structdrake_1_1planning_1_1_iris_from_clique_cover_options.html#a3754739dd44505520db4cea655b8fe48",
134-
"structdrake_1_1systems_1_1analysis__test_1_1_generic_integrator_test.html#a1b06560e0e01a806b92c2386220d0b57",
135-
"structdrake_1_1yaml_1_1_load_yaml_options.html",
136-
"type__pack_8h.html#a1becf7d91b4613c259a888ef35590d76"
127+
"position__cost_8h.html",
128+
"roll__pitch__yaw_8h.html#ac39d336cc75f72da711800581b00bcf5",
129+
"sos__basis__generator_8h.html#a6703c1f6f99f3e06a86f6a54e7dbd63d",
130+
"structdrake_1_1examples_1_1multibody_1_1cart__pole_1_1_cart_pole_params_indices.html#a145f314a47b5c2d03e5cde2066dacebc",
131+
"structdrake_1_1geometry_1_1optimization_1_1_c_space_separating_plane.html#a9bae89849c60ffcef775b55b000bd872",
132+
"structdrake_1_1manipulation_1_1schunk__wsg_1_1_schunk_wsg_driver.html#a8e8824802dedfbc36776227f7482b6bc",
133+
"structdrake_1_1planning_1_1_iris_from_clique_cover_options.html#a10ad4072717f25576b867d014fcb6591",
134+
"structdrake_1_1systems_1_1analysis__test_1_1_generic_integrator_test.html",
135+
"structdrake_1_1visualization_1_1_visualization_config.html#aeafcd0d4f3194281faba6686f1589b00",
136+
"type__pack_8h.html"
137137
];
138138

139139
var SYNCONMSG = 'click to disable panel synchronisation';

doxygen_cxx/navtreeindex52.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,10 @@ var NAVTREEINDEX52 =
123123
"floating__body__plant_8h.html":[4,0,0,8,12,1],
124124
"fmt_8h.html":[4,0,0,1,36],
125125
"fmt_8h.html#a4bc413f041460d4e1af1c1d647a9912f":[4,0,0,1,36,1],
126-
"fmt_8h.html#a6258405e5b172f610aed5709af48bd3a":[4,0,0,1,36,2],
126+
"fmt_8h.html#a6258405e5b172f610aed5709af48bd3a":[4,0,0,1,36,3],
127127
"fmt_8h.html#a80dfcf0f454f77a9fb769f3fbeb09e5b":[4,0,0,1,36,0],
128-
"fmt_8h.html#a81e617b6a0e80e141a49c7a5bd2b5cce":[4,0,0,1,36,3],
128+
"fmt_8h.html#a81e617b6a0e80e141a49c7a5bd2b5cce":[4,0,0,1,36,4],
129+
"fmt_8h.html#ae46fc519bd6eb9cce38978cf135db800":[4,0,0,1,36,2],
129130
"fmt__eigen_8h.html":[4,0,0,1,37],
130131
"fmt__eigen_8h.html#aade4911b7e8d691ef345a2706012a878":[4,0,0,1,37,0],
131132
"fmt__format__printer_8h.html":[4,0,0,1,4,5],
@@ -248,6 +249,5 @@ var NAVTREEINDEX52 =
248249
"formula__cell_8h.html#a352fe19778d77b7095580950d8e298b4":[4,0,0,1,3,0,8,40],
249250
"formula__cell_8h.html#a3654df643f4d7840fd8548eb81f4a9ae":[4,0,0,1,3,0,8,33],
250251
"formula__cell_8h.html#a3b78dde9ca32fe1ee12cc232a9a4e85c":[4,0,0,1,3,0,8,51],
251-
"formula__cell_8h.html#a42a59dcaebd746af03b1996daf8d8901":[4,0,0,1,3,0,8,31],
252-
"formula__cell_8h.html#a450bcac9577de0ca8d380d2a70d5fb12":[4,0,0,1,3,0,8,28]
252+
"formula__cell_8h.html#a42a59dcaebd746af03b1996daf8d8901":[4,0,0,1,3,0,8,31]
253253
};

doxygen_cxx/navtreeindex53.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
var NAVTREEINDEX53 =
22
{
3+
"formula__cell_8h.html#a450bcac9577de0ca8d380d2a70d5fb12":[4,0,0,1,3,0,8,28],
34
"formula__cell_8h.html#a500b46690e6bd8926394ccf7c8482a70":[4,0,0,1,3,0,8,32],
45
"formula__cell_8h.html#a6854fa16fb68d99c3cbe16d2c9afc584":[4,0,0,1,3,0,8,48],
56
"formula__cell_8h.html#a70e880ce60c41c7e65085dbf911edded":[4,0,0,1,3,0,8,47],
@@ -248,6 +249,5 @@ var NAVTREEINDEX53 =
248249
"geometry__py_8h.html#aeeb190e42e2f696d5ed3f8d319db6459":[4,0,0,0,0,3,0,1],
249250
"geometry__py_8h.html#af1dd02f74528f84556c55239d82ab9b3":[4,0,0,0,0,3,0,6],
250251
"geometry__roles_8h.html":[4,0,0,4,21],
251-
"geometry__roles_8h.html#a152c7124632aaba612f6b59e0510957e":[4,0,0,4,21,7],
252-
"geometry__roles_8h.html#a52f8cb466b0827379bc8815f0d58aac3":[4,0,0,4,21,5]
252+
"geometry__roles_8h.html#a152c7124632aaba612f6b59e0510957e":[4,0,0,4,21,7]
253253
};

doxygen_cxx/navtreeindex54.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
var NAVTREEINDEX54 =
22
{
3+
"geometry__roles_8h.html#a52f8cb466b0827379bc8815f0d58aac3":[4,0,0,4,21,5],
34
"geometry__roles_8h.html#a52f8cb466b0827379bc8815f0d58aac3a8ba1782ca7c04c255b3d69d6d2411d90":[4,0,0,4,21,5,1],
45
"geometry__roles_8h.html#a52f8cb466b0827379bc8815f0d58aac3aaf1adf7ec3673b4f5765cfbc5d43b7dc":[4,0,0,4,21,5,0],
56
"geometry__roles_8h.html#a660dff0520608baf7e7f09861d6fa8f5":[4,0,0,4,21,8],
@@ -21,8 +22,8 @@ var NAVTREEINDEX54 =
2122
"get__program__type_8h.html":[4,0,0,11,21],
2223
"get__program__type_8h.html#acb5fa6010c00dad4d5867183f35a2f70":[4,0,0,11,21,0],
2324
"global__inverse__kinematics_8h.html":[4,0,0,8,4,10],
24-
"globals.html":[4,1,0,0],
2525
"globals.html":[4,1,0],
26+
"globals.html":[4,1,0,0],
2627
"globals_d.html":[4,1,0,1],
2728
"globals_defs.html":[4,1,3],
2829
"globals_func.html":[4,1,1],
@@ -102,16 +103,16 @@ var NAVTREEINDEX54 =
102103
"group__default__scalars.html":[1,6,1],
103104
"group__default__scalars.html#ga0659aa8320fcb199bb53a153120a4d14":[1,6,1,2],
104105
"group__default__scalars.html#ga0659aa8320fcb199bb53a153120a4d14":[4,0,0,1,14,1],
105-
"group__default__scalars.html#ga3273477e81e9dcb7d96cfb28382798b6":[4,0,0,1,14,5],
106106
"group__default__scalars.html#ga3273477e81e9dcb7d96cfb28382798b6":[1,6,1,6],
107+
"group__default__scalars.html#ga3273477e81e9dcb7d96cfb28382798b6":[4,0,0,1,14,5],
107108
"group__default__scalars.html#ga6333534b3097a37c55fbacf434491e2e":[4,0,0,1,14,0],
108109
"group__default__scalars.html#ga6333534b3097a37c55fbacf434491e2e":[1,6,1,1],
109110
"group__default__scalars.html#ga9f6a41d03cbe6efaef098ae88ccbed6e":[1,6,1,5],
110111
"group__default__scalars.html#ga9f6a41d03cbe6efaef098ae88ccbed6e":[4,0,0,1,14,4],
111-
"group__default__scalars.html#gab6234c37b7596964a364d799933f4a17":[4,0,0,1,14,2],
112112
"group__default__scalars.html#gab6234c37b7596964a364d799933f4a17":[1,6,1,3],
113-
"group__default__scalars.html#gad69d96bfd76d7750f2d40ebe0a546b3c":[4,0,0,1,14,3],
113+
"group__default__scalars.html#gab6234c37b7596964a364d799933f4a17":[4,0,0,1,14,2],
114114
"group__default__scalars.html#gad69d96bfd76d7750f2d40ebe0a546b3c":[1,6,1,4],
115+
"group__default__scalars.html#gad69d96bfd76d7750f2d40ebe0a546b3c":[4,0,0,1,14,3],
115116
"group__default__scalars.html#gaf140364db7046208e67d85327722d34a":[1,6,1,7],
116117
"group__discrete__systems.html":[1,2,9],
117118
"group__drake__contacts.html":[1,3,0],
@@ -130,16 +131,16 @@ var NAVTREEINDEX54 =
130131
"group__geometry.html":[1,5],
131132
"group__geometry__file__formats.html":[1,5,4],
132133
"group__geometry__infrastructure.html":[1,5,0],
133-
"group__geometry__optimization.html":[1,5,5],
134134
"group__geometry__optimization.html":[1,1,1],
135+
"group__geometry__optimization.html":[1,5,5],
135136
"group__geometry__optimization.html#ga3a51e0fec449a0abcf498f78a2a390a8":[1,1,1,18],
136137
"group__geometry__optimization.html#ga3a51e0fec449a0abcf498f78a2a390a8":[1,5,5,18],
137-
"group__geometry__optimization.html#ga5f3ad49bfffd1b9a968ed7f1bf4d4c80":[1,5,5,20],
138138
"group__geometry__optimization.html#ga5f3ad49bfffd1b9a968ed7f1bf4d4c80":[1,1,1,20],
139-
"group__geometry__optimization.html#gad54a224f37c1a0dc86eaec300ef874af":[1,5,5,19],
139+
"group__geometry__optimization.html#ga5f3ad49bfffd1b9a968ed7f1bf4d4c80":[1,5,5,20],
140140
"group__geometry__optimization.html#gad54a224f37c1a0dc86eaec300ef874af":[1,1,1,19],
141-
"group__geometry__optimization.html#gafd8111a93cb3461e05bec3477ee736f6":[1,1,1,17],
141+
"group__geometry__optimization.html#gad54a224f37c1a0dc86eaec300ef874af":[1,5,5,19],
142142
"group__geometry__optimization.html#gafd8111a93cb3461e05bec3477ee736f6":[1,5,5,17],
143+
"group__geometry__optimization.html#gafd8111a93cb3461e05bec3477ee736f6":[1,1,1,17],
143144
"group__geometry__optimization__geodesic__convexity.html":[1,1,1,0],
144145
"group__geometry__optimization__geodesic__convexity.html":[1,5,5,0],
145146
"group__geometry__optimization__geodesic__convexity.html#ga05bd75c8b08787c334065792f8532797":[1,1,1,0,4],
@@ -150,20 +151,20 @@ var NAVTREEINDEX54 =
150151
"group__geometry__optimization__geodesic__convexity.html#ga1a6ca29c940201232b604c08c06fa9ec":[1,5,5,0,2],
151152
"group__geometry__optimization__geodesic__convexity.html#ga1c6d3fc1c7396ee8eee575958044071b":[1,1,1,0,7],
152153
"group__geometry__optimization__geodesic__convexity.html#ga1c6d3fc1c7396ee8eee575958044071b":[1,5,5,0,7],
153-
"group__geometry__optimization__geodesic__convexity.html#ga1ed67b7028e693aa7ea61351656dccc6":[1,5,5,0,3],
154154
"group__geometry__optimization__geodesic__convexity.html#ga1ed67b7028e693aa7ea61351656dccc6":[1,1,1,0,3],
155+
"group__geometry__optimization__geodesic__convexity.html#ga1ed67b7028e693aa7ea61351656dccc6":[1,5,5,0,3],
155156
"group__geometry__optimization__geodesic__convexity.html#ga2e109ef92fec8f68a785b2edbd380021":[1,1,1,0,5],
156157
"group__geometry__optimization__geodesic__convexity.html#ga2e109ef92fec8f68a785b2edbd380021":[1,5,5,0,5],
157158
"group__geometry__optimization__geodesic__convexity.html#ga33ea6cefa0958e76eb228ecab2bbeba5":[1,1,1,0,6],
158159
"group__geometry__optimization__geodesic__convexity.html#ga33ea6cefa0958e76eb228ecab2bbeba5":[1,5,5,0,6],
159-
"group__geometry__optimization__geodesic__convexity.html#ga60002c174b2106139e2b219a0e0fb3f0":[1,1,1,0,8],
160160
"group__geometry__optimization__geodesic__convexity.html#ga60002c174b2106139e2b219a0e0fb3f0":[1,5,5,0,8],
161+
"group__geometry__optimization__geodesic__convexity.html#ga60002c174b2106139e2b219a0e0fb3f0":[1,1,1,0,8],
161162
"group__geometry__optimization__geodesic__convexity.html#ga81f6ad0948f72e1ad26ad217aa52a86f":[1,1,1,0,1],
162163
"group__geometry__optimization__geodesic__convexity.html#ga81f6ad0948f72e1ad26ad217aa52a86f":[1,5,5,0,1],
163164
"group__geometry__optimization__geodesic__convexity.html#gae773abb9ec94e4f9ff5766e2d40b7136":[1,1,1,0,0],
164165
"group__geometry__optimization__geodesic__convexity.html#gae773abb9ec94e4f9ff5766e2d40b7136":[1,5,5,0,0],
165-
"group__geometry__optimization__geodesic__convexity.html#gaeab8ca89c6e95c43cf9ec8c6284f395f":[1,1,1,0,10],
166166
"group__geometry__optimization__geodesic__convexity.html#gaeab8ca89c6e95c43cf9ec8c6284f395f":[1,5,5,0,10],
167+
"group__geometry__optimization__geodesic__convexity.html#gaeab8ca89c6e95c43cf9ec8c6284f395f":[1,1,1,0,10],
167168
"group__geometry__roles.html":[1,5,1],
168169
"group__hash__append.html":[1,6,2,0],
169170
"group__hydro__margin.html":[1,3,0,2],
@@ -248,6 +249,5 @@ var NAVTREEINDEX54 =
248249
"group__visualization.html#ga34c9c8f0a78446ac29edf4a3202127c3":[1,2,11,9],
249250
"group__visualization.html#ga732349f929601b37e30b15ad557057e7":[1,2,11,10],
250251
"group__yaml__serialization.html":[1,6,4],
251-
"gurobi__solver_8h.html":[4,0,0,11,22],
252-
"gurobi__solver__internal_8h.html":[4,0,0,11,23]
252+
"gurobi__solver_8h.html":[4,0,0,11,22]
253253
};

doxygen_cxx/navtreeindex55.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
var NAVTREEINDEX55 =
22
{
3+
"gurobi__solver__internal_8h.html":[4,0,0,11,23],
34
"gyroscope_8h.html":[4,0,0,12,8,7],
45
"hash_8h.html":[4,0,0,1,39],
56
"hash_8h.html#a0abcb9a7b5df5dcf6f77d4dd1fa1f05b":[4,0,0,1,39,8],
@@ -248,6 +249,5 @@ var NAVTREEINDEX55 =
248249
"kuka__torque__controller_8h.html":[4,0,0,3,8,2],
249250
"latex_8h.html":[4,0,0,1,3,7],
250251
"latex_8h.html#a38b1d770b9e21d7e4f36649630b10891":[4,0,0,1,3,7,2],
251-
"latex_8h.html#a50f946a2d656be1b946c8f2f6bf00810":[4,0,0,1,3,7,0],
252-
"latex_8h.html#aa14d755813030ea14c7207a4e0e71f9f":[4,0,0,1,3,7,3]
252+
"latex_8h.html#a50f946a2d656be1b946c8f2f6bf00810":[4,0,0,1,3,7,0]
253253
};

0 commit comments

Comments
 (0)