Skip to content

Instantly share code, notes, and snippets.

View peteflorence's full-sized avatar

Pete Florence peteflorence

View GitHub Profile
diff --git a/index.html b/index.html
index 121df15..be7925a 100644
--- a/index.html
+++ b/index.html
@@ -66,7 +66,7 @@ img.emoji {
<div class="bg">
<div class="full-video">
- <video src="https://player.vimeo.com/external/191243752.sd.mp4?s=5642af57e84af5fe27136ee5d2c04a92def46c55&profile_id=165" data-width="1920" data-height="1080" autoplay loop muted></video>
+ <video src="https://player.vimeo.com/external/191243752.sd.mp4?s=5642af57e84af5fe27136ee5d2c04a92def46c55&profile_id=165" data-width="1920" data-height="1080" autoplay loop muted playsinline></video>
diff --git a/index.html b/index.html
index be7925a..121df15 100644
--- a/index.html
+++ b/index.html
@@ -66,7 +66,7 @@ img.emoji {
<div class="bg">
<div class="full-video">
- <video src="https://player.vimeo.com/external/191243752.sd.mp4?s=5642af57e84af5fe27136ee5d2c04a92def46c55&profile_id=165" data-width="1920" data-height="1080" autoplay loop muted playsinline></video>
+ <video src="https://player.vimeo.com/external/191243752.sd.mp4?s=5642af57e84af5fe27136ee5d2c04a92def46c55&profile_id=165" data-width="1920" data-height="1080" autoplay loop muted></video>
<div class="bg">
<div class="full-video">
<video src="https://player.vimeo.com/external/191243752.sd.mp4?s=5642af57e84af5fe27136ee5d2c04a92def46c55&profile_id=165" data-width="1920" data-height="1080" autoplay loop muted></video>
</div>
ddQVTKWidgetView::ddQVTKWidgetView(QWidget* parent) : ddViewBase(parent)
{
this->Internal = new ddInternal;
QVBoxLayout* layout = new QVBoxLayout(this);
layout->setMargin(0);
this->Internal->VTKWidget = new QVTKWidget;
layout->addWidget(this->Internal->VTKWidget);
this->Internal->VTKWidget->SetUseTDx(true);
visualization_msgs::Marker marker;
marker.header.frame_id = "ortho_body";
marker.header.stamp = ros::Time::now();
marker.ns = "my_namespace";
marker.id = 0;
marker.type = visualization_msgs::Marker::SPHERE;
marker.action = visualization_msgs::Marker::ADD;
marker.pose.position.x = carrot_ortho_body_frame(0);
marker.pose.position.y = carrot_ortho_body_frame(1);
marker.pose.position.z = carrot_ortho_body_frame(2);
homedir = pwd;
%cd('..')
fcn_dir = pwd;
bdir = [fcn_dir '/test_data/20160724215547_11f03_az_PL'];
idir = [fcn_dir '/test_data/fly1_11f03_CL'];
syncdir = [fcn_dir '/test_data/fly1_11f03_CL'];
ref_img = [];
homedir = pwd;
%cd('..')
fcn_dir = pwd;
bdir = [fcn_dir '/test_data/20160724215547_11f03_az_PL'];
idir = [fcn_dir '/test_data/fly1_11f03_CL'];
syncdir = [fcn_dir '/test_data/fly1_11f03_CL'];
ref_img = [];