mirror of
https://github.com/orbbec/OrbbecSDK_ROS2.git
synced 2026-09-14 20:10:19 +08:00
update .gitignore
This commit is contained in:
@@ -764,6 +764,9 @@ FodyWeavers.xsd
|
|||||||
# JetBrains Rider
|
# JetBrains Rider
|
||||||
*.sln.iml
|
*.sln.iml
|
||||||
|
|
||||||
|
docs/
|
||||||
|
_html/
|
||||||
|
|
||||||
### VisualStudio Patch ###
|
### VisualStudio Patch ###
|
||||||
# Additional files built by Visual Studio
|
# Additional files built by Visual Studio
|
||||||
|
|
||||||
|
|||||||
+3
-1
@@ -32,9 +32,11 @@ build_all()
|
|||||||
make clean
|
make clean
|
||||||
rm -rf _html
|
rm -rf _html
|
||||||
rm -rf _build
|
rm -rf _build
|
||||||
|
rm -rf docs
|
||||||
make html
|
make html
|
||||||
cp -R _build/html _html
|
cp -R _build/html _html
|
||||||
cp .nojekyll _html/
|
cp .nojekyll _html/
|
||||||
|
cp _html/ docs/ -af
|
||||||
echo "create _html finished"
|
echo "create _html finished"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ This section provides a comprehensive guide to installing, compiling, and runnin
|
|||||||
- [Get source code of OrbbecSDK_ROS2](#get-source-code-of-orbbecsdk-ros2)
|
- [Get source code of OrbbecSDK_ROS2](#get-source-code-of-orbbecsdk-ros2)
|
||||||
- [Install environment](#install-environment)
|
- [Install environment](#install-environment)
|
||||||
- [Build project](#build-project)
|
- [Build project](#build-project)
|
||||||
- [Performance Optimization Suggestions](#Performance Optimization Suggestions)
|
- [Performance Optimization Suggestions](#performance-ptimization-suggestions)
|
||||||
|
|
||||||
## Get source code of OrbbecSDK_ROS2
|
## Get source code of OrbbecSDK_ROS2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user