File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ Simple IK
1313.. autodoxygenindex ::
1414 :project: roboplan_simple_ik
1515
16+ Optimal IK (OInK)
17+ ----
18+
19+ .. autodoxygenindex ::
20+ :project: roboplan_oink
21+
1622RRT
1723---
1824
Original file line number Diff line number Diff line change 11API Reference (Python)
22======================
33
4- The Python API consists mostly of bindings autogenerated using `nanobind `.
4+ The Python API consists mostly of bindings autogenerated using `` nanobind ` `.
55
66As such, the Python API docs below may not contain as many comments as the C++ API docs.
77Refer to the C++ API Reference page for more complete information.
88
99.. toctree ::
10- :: maxdepth: 2
10+ :maxdepth: 2
1111 :glob:
1212
1313 autoapi/roboplan/roboplan_ext/*
Original file line number Diff line number Diff line change 7979 "roboplan_simple_ik" ,
8080 "roboplan_toppra" ,
8181 "roboplan_example_models" ,
82+ "roboplan_oink" ,
8283]:
8384 # Generate Doxygen XML and add it to the breathe projects.
8485 subprocess .call (f"cd ../../{ package } /docs; rm -rf html/ xml/; doxygen" , shell = True )
You can’t perform that action at this time.
0 commit comments