Skip to content

Instantly share code, notes, and snippets.

View cloudlakecho's full-sized avatar
🙂
Good Day

Cloud Cho cloudlakecho

🙂
Good Day
View GitHub Profile
@xepherys
xepherys / MainCameraEllipticalMWE.cs
Created November 14, 2019 01:28
Unity camera script for tracking around an elliptical or circular path
using System;
using UnityEngine;
/// <summary>
/// The MainCameraEllipticalMWE class provides motion of the camera in an ellipse (or a circle)
/// given sizeX and sizeZ where one is the major axis and the other the minor axis. Which is
/// which isn't important, and they can be equal (x == z) if the camera is to track in a circle.
///
/// The size values assume a 2D surface where x=0, z=0 is at the bottom left and built in both x+
/// and z+ directions.
@Namburger
Namburger / detects.service
Last active May 31, 2022 23:23
An example systemd service for object detection in the coral dev board.
# This is an example of starting a systemd object detection service on boot on the Coral Dev Board.
# 1) create a file call detects.service with the following contents:
[Unit]
Description=systemd object detection service
After=weston.target
[Service]
PAMName=login