Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ofxaddons
ofxCloudLib
Commits
ee32c3c8
Commit
ee32c3c8
authored
Jul 27, 2017
by
alexandre burton
Browse files
Merge branch 'master' of
ssh://gitlab.artificiel.org:30001/ofxaddons/ofxCloudLib
parents
3f7d17bd
1a415ebb
Changes
3
Hide whitespace changes
Inline
Side-by-side
example_client/cloudclient.service
0 → 100644
View file @
ee32c3c8
[Unit]
Description
=
cloudclient
After
=
syslog.target network.target
[Service]
User
=
expoclient
Environment
=
DISPLAY=:0
ExecStart
=
/home/expoclient/SourceControl/openFrameworks/addons/ofxCloudLib/example_client/bin/example_client
Restart
=
on-failure
[Install]
WantedBy
=
multi-user.target
example_client/start-example_client.sh
deleted
100755 → 0
View file @
3f7d17bd
#!/bin/bash
pushd
`
dirname
$0
`
>
/dev/null
SCRIPTPATH
=
`
pwd
-P
`
popd
>
/dev/null
sudo
killall XnSensorServer
sudo
modprobe
-r
gspca_kinect
sudo
modprobe
-r
gspca_main
export
XAUTHORITY
=
/home/
$LOGNAME
/.Xauthority
&&
export
DISPLAY
=
':0'
$SCRIPTPATH
/bin/example_client
src/ofxCloudLib/Merger.hpp
View file @
ee32c3c8
...
...
@@ -84,7 +84,10 @@ namespace ofxCloudLib {
}
}
pcl
::
PointCloud
<
pcl
::
PointXYZ
>::
Ptr
get_voxel_filtered_cloud
()
{
return
voxel_filter_
.
get
();
}
bool
update
()
{
cloud_new_
=
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment