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: ct_doc/doc/mainpage.dox
+7-13Lines changed: 7 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
\section ct1 Control Toolbox
8
8
9
-
This is the ADRL Control Toolbox ('CT'), an open-source C++ library for efficient modelling, control,
9
+
The Control Toolbox ('CT'), an open-source C++ library for efficient modelling, control,
10
10
estimation, trajectory optimization and model predictive control.
11
11
The CT is applicable to a broad class of dynamic systems, but features additional modelling tools specially designed for robotics.
12
12
This page outlines its general concept, its major building blocks and highlights selected application examples.
@@ -47,7 +47,7 @@ The CT was designed with the following features in mind:
47
47
- all algorithm flavors and solver backends are available through simple configuration files.
48
48
49
49
50
-
The CT is hosted on bitbucket: <a href="https://bitbucket.org/adrlab/ct" target="_blank">https://bitbucket.org/adrlab/ct</a>
50
+
The CT is hosted on github: <a href="https://github.com/ethz-adrl/control-toolbox" target="_blank">https://github.com/ethz-adrl/control-toolbox</a>
51
51
52
52
53
53
@@ -212,11 +212,6 @@ The four different main modules are detailed in the following.
212
212
- <a href="../../../ct_models/doc/html/index.html">quick link to ct_models</a>
213
213
214
214
215
-
\section source_code Source Code
216
-
217
-
The source code is available at <a href="https://bitbucket.org/adrlab/ct" target="_blank">https://bitbucket.org/adrlab/ct</a>
218
-
219
-
Examples for interfacing with ROS and advanced application examples are available at <a href="https://bitbucket.org/adrlab/ct_ros/src/master/" target="_blank">ct_ros</a>.
220
215
221
216
\section gs How to use the Control Toolbox
222
217
@@ -226,15 +221,15 @@ To get started with the control toolbox, please see \ref getting_started "Gettin
226
221
\section contact Support
227
222
228
223
For any questions, issues or other troubleshooting please either
229
-
- create an issue: https://bitbucket.org/adrlab/ct/issues
224
+
- create an issue: https://github.com/ethz-adrl/control-toolbox/issues
230
225
- contact the devs: control-toolbox-dev@googlegroups.com
231
226
232
227
233
228
\section ct_doc_acknowledgement Acknowledgements
234
229
235
230
\subsection contribs Contributors
236
-
- Michael Neunert
237
231
- Markus Giftthaler
232
+
- Michael Neunert
238
233
- Markus Stäuble
239
234
- Farbod Farshidian
240
235
- Diego Pardo
@@ -243,12 +238,11 @@ For any questions, issues or other troubleshooting please either
243
238
- Ruben Grandia
244
239
- Hamza Merzic
245
240
246
-
\subsection lead_overview Project Lead and Maintenance
247
-
- Michael Neunert, neunertm (at) gmail (dot) com
241
+
\subsection lead_overview Maintenance
248
242
- Markus Giftthaler, markusgft (at) gmail (dot) com
249
243
250
-
\subsection funding Funding
251
-
This software has been developed at the <a href="http://www.adrl.ethz.ch" target="_blank">Agile & Dexterous Robotics Lab</a>
244
+
\subsection funding Funding 2014-2018
245
+
The core of this software has been developed at the <a href="http://www.adrl.ethz.ch" target="_blank">Agile & Dexterous Robotics Lab</a>
252
246
at <a href="http://www.ethz.ch/en" target="_blank">ETH Zurich</a>, Switzerland between 2014 and 2018.
253
247
During that time, development has been made possible through financial support from the <a href="http://www.snf.ch/en/" target="_blank">Swiss National Science Foundation (SNF)</a>
254
248
through a SNF Professorship award to Jonas Buchli and the National Competence Centers in Research (NCCR)
0 commit comments