- Following this tutorial.
FROM osrf/ros:noetic-desktop-full
ARG USER=user
FROM osrf/ros:noetic-desktop-full
ARG USER=user
Installation Instructions: https://github.com/NVlabs/instant-ngp?tab=readme-ov-file#installation
download_colmap.bat
scricpt to downlad colmap with CUDA:echo Downloading COLMAP...
:: powershell -Command "(New-Object Net.WebClient).DownloadFile('https://github.com/colmap/colmap/releases/download/3.7/COLMAP-3.7-windows-no-cuda.zip', 'colmap.zip')"
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://github.com/colmap/colmap/releases/download/3.9.1/COLMAP-3.9.1-windows-cuda.zip', 'colmap.zip')"
This template file broadcasts MIDI signal from the Arturia MicroFreak over OSC via TouchOSC.
Use this template to have a DAW-less interface between the MicroFreak and any other software or hardware that receives OSC.
Here's a link to download the touchosc file: arturia_microfreak.tosc
Notes on getting started with interactive control of the Crazyflie 2.1 drone.
This tutorial walks through how to get the Microsoft Kinect One working in Linux and openFrameworks.
A Step-By-Step Guide from Unboxing to Creative Coding
Tested on: macOS High Sierra v10.13.3
Google's official README is here. Follow their instructions to install the special dependencies that mac needs.
The steps I share below are a combination of this gist, this gist, and this answer. The main difference is that I started by manually downloading the latest cpp release from google's release repo. If you start from there, here's what to do next: