Skip to content

Commit 2c9aa9a

Browse files
committed
Fix PR 196 discoverability wiring and filename hygiene
1 parent 2ad48bd commit 2c9aa9a

7 files changed

Lines changed: 37 additions & 2 deletions

File tree

_data/navigation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ wiki:
125125
- title: Neural Depth Sensing in ZED Stereo Cameras
126126
url: /wiki/sensing/neural-depth-sensing-in-zed.md
127127
- title: Accelerating Point Cloud Processing with CUDA PCL (cuPCL)
128-
url: /wiki/sensing/accelerating_point_cloud_processing_with_cuda_pcl.md
128+
url: /wiki/sensing/accelerating-point-cloud-processing-with-cuda-pcl.md
129129
- title: Actuation
130130
url: /wiki/actuation/
131131
children:
@@ -169,7 +169,7 @@ wiki:
169169
- title: NLP for robotics
170170
url: /wiki/machine-learning/nlp_for_robotics.md/
171171
- title: 6D Pose Estimation with YOLO and ZED
172-
url: /wiki/machine-learning/6d_pose_tracking_yolo_zed.md
172+
url: /wiki/machine-learning/6d-pose-tracking-yolo-zed.md
173173
- title: Practical Guide to Model Quantization and TensorRT Optimization
174174
url: /wiki/machine-learning/practical-guide-to-model-quantization-and-tensorrt-optimization.md
175175
- title: Installing YOLO on ARM Architecture Devices

wiki/interfacing/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ title: Interfacing
44
---
55
**This page is a stub.** You can help us improve it by [editing it](https://github.com/RoboticsKnowledgebase/roboticsknowledgebase.github.io).
66
{: .notice--warning}
7+
8+
## Key Subsections and Highlights
9+
10+
- **[Interfacing Streamlit, ROS2, and HTML/CSS/JS for Visualizations](/wiki/interfacing/interfacing-streamlit-ros2-and-html-css-js-for-visualization/)**
File renamed without changes.

wiki/machine-learning/index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
date: 2017-09-13
3+
title: Machine Learning
4+
---
5+
**This page is a stub.** You can help us improve it by [editing it](https://github.com/RoboticsKnowledgebase/roboticsknowledgebase.github.io).
6+
{: .notice--warning}
7+
8+
## Key Subsections and Highlights
9+
10+
- **[6D Pose Estimation with YOLO and ZED](/wiki/machine-learning/6d-pose-tracking-yolo-zed/)**
11+
- **[Practical Guide to Model Quantization and TensorRT Optimization](/wiki/machine-learning/practical-guide-to-model-quantization-and-tensorrt-optimization/)**
12+
- **[Installing YOLO on ARM Architecture Devices](/wiki/machine-learning/installing-yolo-on-arm-architecture-devices/)**
13+
- **[Comprehensive Guide to Albumentations](/wiki/machine-learning/comprehensive-guide-to-albumentations/)**
14+
- **[Kornia Technical Guide](/wiki/machine-learning/kornia-technical-guide/)**
15+
- **[Integrating OLLAMA LLMs with Franka Arm](/wiki/machine-learning/integrating-ollama-llms-with-franka-arm/)**
16+
- **[Multi-task Learning: A Starter Guide](/wiki/machine-learning/multitask-learning-starter/)**
17+
- **[Understanding Kalman Filters and Visual Tracking](/wiki/machine-learning/understanding-kalman-filters-and-visual-tracking/)**
18+
- **[Knowledge Distillation Practical Implementation Guide](/wiki/machine-learning/knowledge-distillation-practical-implementation-guide/)**
19+
- **[Neural Network Optimization Using Model Pruning](/wiki/machine-learning/neural-network-optimization-using-model-pruning/)**
20+
- **[Deep Learning Techniques for 3D Datasets](/wiki/machine-learning/deep-learning-techniques-for-3d-datasets/)**
21+
- **[Optical Flow: Classical to Deep Learning Implementation](/wiki/machine-learning/optical-flow-classical-to-deep-learning-implementation/)**

wiki/sensing/accelerating_point_cloud_processing_with_cuda_pcl.md renamed to wiki/sensing/accelerating-point-cloud-processing-with-cuda-pcl.md

File renamed without changes.

wiki/sensing/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ title: Sensing
44
---
55
**This page is a stub.** You can help us improve it by [editing it](https://github.com/RoboticsKnowledgebase/roboticsknowledgebase.github.io).
66
{: .notice--warning}
7+
8+
## Key Subsections and Highlights
9+
10+
- **[Setting Up the ZED Camera with ROS](/wiki/sensing/setting-up-the-zed-camera-with-ros/)**
11+
- **[Neural Depth Sensing in ZED Stereo Cameras](/wiki/sensing/neural-depth-sensing-in-zed/)**
12+
- **[Accelerating Point Cloud Processing with CUDA PCL (cuPCL)](/wiki/sensing/accelerating-point-cloud-processing-with-cuda-pcl/)**

wiki/state-estimation/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ title: State Estimation
44
---
55
**This page is a stub.** You can help us improve it by [editing it](https://github.com/RoboticsKnowledgebase/roboticsknowledgebase.github.io).
66
{: .notice--warning}
7+
8+
## Key Subsections and Highlights
9+
10+
- **[Complete Guide to Installing ORB SLAM3](/wiki/state-estimation/orb-slam3-setup-and-troubleshoot-guide/)**

0 commit comments

Comments
 (0)