From 027a05ad42d109ab509a91b07143c5d678eda366 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Mon, 6 Nov 2023 14:27:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9fb4cab..3a35057 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This repo contains a Julia interface to the Quanser hardware-in-the-loop (HIL) SDK. This allows you to control their devices, reading measurements and issuing control commands etc. +See the Youtube vidoe series [Control of a rotary pendulum using Julia](https://youtube.com/playlist?list=PLC0QOsNQS8hZtOQPHdtul3kpQwMOBL8Qc&si=E5alRBkegrN0P3DM) for several examples on how to use this package. + ## Installation 1. Install the hardware-in-the-loop (HIL) interface from here https://github.com/quanser/hil_sdk_linux_x86_64 (change linux to what's appropriate for your system)