diff --git a/_posts/2013-11-27-stingray-testing-at-canyonview-pool.md b/_posts/2013-11-27-stingray-testing-at-canyonview-pool.md
new file mode 100644
index 00000000..56555a53
--- /dev/null
+++ b/_posts/2013-11-27-stingray-testing-at-canyonview-pool.md
@@ -0,0 +1,35 @@
+---
+date: 2013-11-27 00:22:33+00:00
+description: null
+featuredImage: /assets/2013-11-27-stingray-underwater.jpg
+layout: blog-post
+slug: /stingray-testing-at-canyonview-pool
+title: Stingray Testing at Canyonview Pool
+author: Antonella Wilby
+categories:
+- stingray
+- underwater-projects
+post_format:
+- post-format-gallery
+---
+Stingray Team has been hard at work testing and refining the controls system of our underwater vehicle. We've been working on getting the Stingray to auto-stabilize at a given depth and swim in a dead-reckoned lawnmower pattern. Current testing has been done in UCSD's Canyonview pool, but we are close to moving the Stingray to the ocean to test in a realistic environment.
+
+The video below shows the Stingray descending to a user-specified depth while auto-stabilizing.
+
+
+
+In addition to developing visual pose estimation and SLAM software, the vision team has been working on getting the Stingray to track and follow a colored target in order to further test the control system. This target-tracking system will allow us to refine the controls and navigation system as an intermediate step to complete autonomous navigation. The video below shows the Stingray tracking a green target.
+
+
+
+In the video above, color segmentation is performed to extract the green target from the background. The threshold window shows in white the objects in the image that meet the threshold, and the desired target is outlined in white in the RGB image window. The Stingray tracks the target by continuously staying the same distance from the target.
+
+**Pictures from Stingray Test**
+
+[![]({{'/assets/2013-11-27-stingray-underwater.jpg' | resize: '150x150'}})]({{'/assets/2013-11-27-stingray-underwater.jpg' | absolute_url}})
+[![]({{'/assets/2013-11-27-IMG_0002.jpg' | resize: '150x150'}})]({{'/assets/2013-11-27-IMG_0002.jpg' | absolute_url}})
+[![]({{'/assets/2013-11-27-IMG_0006.jpg' | resize: '150x150'}})]({{'/assets/2013-11-27-IMG_0006.jpg' | absolute_url}})
+
+[![]({{'/assets/2013-11-27-IMG_0014.jpg' | resize: '150x150'}})]({{'/assets/2013-11-27-IMG_0014.jpg' | absolute_url}})
+[![]({{'/assets/2013-11-27-IMG_3981.jpg' | resize: '150x150'}})]({{'/assets/2013-11-27-IMG_3981.jpg' | absolute_url}})
+[![]({{'/assets/2013-11-27-underwater.png' | resize: '150x150'}})]({{'/assets/2013-11-27-underwater.png' | absolute_url}})
diff --git a/assets/2013-11-27-IMG_0002.jpg b/assets/2013-11-27-IMG_0002.jpg
new file mode 100644
index 00000000..130da5eb
Binary files /dev/null and b/assets/2013-11-27-IMG_0002.jpg differ
diff --git a/assets/2013-11-27-IMG_0006.jpg b/assets/2013-11-27-IMG_0006.jpg
new file mode 100644
index 00000000..3c141901
Binary files /dev/null and b/assets/2013-11-27-IMG_0006.jpg differ
diff --git a/assets/2013-11-27-IMG_0014.jpg b/assets/2013-11-27-IMG_0014.jpg
new file mode 100644
index 00000000..61dac616
Binary files /dev/null and b/assets/2013-11-27-IMG_0014.jpg differ
diff --git a/assets/2013-11-27-IMG_3981.jpg b/assets/2013-11-27-IMG_3981.jpg
new file mode 100644
index 00000000..d1baae52
Binary files /dev/null and b/assets/2013-11-27-IMG_3981.jpg differ
diff --git a/assets/2013-11-27-stingray-underwater.jpg b/assets/2013-11-27-stingray-underwater.jpg
new file mode 100644
index 00000000..61a7d2f1
Binary files /dev/null and b/assets/2013-11-27-stingray-underwater.jpg differ
diff --git a/assets/2013-11-27-underwater.png b/assets/2013-11-27-underwater.png
new file mode 100644
index 00000000..5e6dc3da
Binary files /dev/null and b/assets/2013-11-27-underwater.png differ