Skip to content

Commit 644ee9a

Browse files
committed
Updated author information
1 parent a95ae3c commit 644ee9a

File tree

6 files changed

+38
-0
lines changed

6 files changed

+38
-0
lines changed

camera_tests/camera.py

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##################################################################################
2+
# Title: camera.py
3+
# Author: Louie Liu
4+
# Date: 15 April 2020
5+
##################################################################################
6+
17
import pyrealsense2 as rs
28

39
import numpy as np

camera_tests/pictureDetection.py

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##################################################################################
2+
# Title: camera.py
3+
# Author: Louie Liu
4+
# Date: 15 April 2020
5+
##################################################################################
6+
17
import cv2
28
import pyrealsense2 as rs
39

camera_tests/projector.py

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##################################################################################
2+
# Title: camera.py
3+
# Author: Louie Liu
4+
# Date: 15 April 2020
5+
##################################################################################
6+
17
import math
28

39
import cv2

camera_tests/table_segment.py

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
##################################################################################
2+
# Title: camera.py
3+
# Author: Louie Liu
4+
# Date: 15 April 2020
5+
##################################################################################
6+
17
import cv2
28
import pyrealsense2
39

camera_tests/test_projector.py

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##################################################################################
2+
# Title: camera.py
3+
# Author: Louie Liu
4+
# Date: 15 April 2020
5+
##################################################################################
6+
7+
18
from projector import Projector
29
import cv2
310

pysphero_tests/collision_test.py

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##################################################################################
2+
# Title: camera.py
3+
# Author: Kian Rossitto and Louie Liu
4+
# Date: 15 April 2020
5+
##################################################################################
6+
7+
18
from time import sleep
29
from typing import Dict
310

0 commit comments

Comments
 (0)