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
The library is already built and installed in the container.
85
88
However, if you want to build it again, you can do so following the [Installation from Source](#installation-from-source) instructions (except for the prerequisites).
@@ -131,6 +134,9 @@ pytest
131
134
132
135
## Building the Core C++ Library
133
136
137
+
138
+
\note This is only necessary if you want to use the C++ library directly.
139
+
134
140
We will organize files in a **workspace** directory: `${CoverageControl_ws}` (e.g., ~/CoverageControl\_ws).
Copy file name to clipboardExpand all lines: doc/manual/quick_start.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,9 @@ See \ref python/scripts/coverage_env/coverage_simple.py and \ref python/scripts/
87
87
88
88
# C++ Interface
89
89
90
+
\note The C++ interface is not available in the pip package. You need to build the library from source. See the [Installation](https://kumarrobotics.github.io/CoverageControl/installation.html#installation-from-source) guide for instructions.
91
+
92
+
90
93
Include the `CoverageControl` library, algorithms, and other necessary headers:
0 commit comments