Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.neuronav.io/llms.txt

Use this file to discover all available pages before exploring further.

Choose your installation method based on your needs. Docker is recommended for the fastest setup.

Troubleshooting

Camera not detected:
# Check USB connection
lsusb | grep -E "Intel|Luxonis"

# Add user to video group
sudo usermod -a -G video $USER
# Log out and back in
ROS2 not found:
# Source ROS2 environment
source /opt/ros/humble/setup.bash
echo "source /opt/ros/humble/setup.bash" >> ~/.bashrc
For more help, see the full troubleshooting guide.

What’s Next?

Quick Start

Run your first SLAM

Examples

See code examples

Configuration

Customize settings