Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merge repos jeshlee121 into immersive-comand-system #2

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
6add0d1
Moved things to RosBridgeLib submodule. Reworked RosBridge communicat…
badfarmerjohn Jul 26, 2019
3362d66
Added documentation for ROS part of project
badfarmerjohn Aug 2, 2019
84d3a92
Added in-line documentation
badfarmerjohn Aug 2, 2019
32723cf
Changed scene to use new scripts
badfarmerjohn Aug 2, 2019
ff45133
updated README
Sep 30, 2019
da61b2e
updated README & code working
Sep 30, 2019
1acf666
added end message to publisher
Oct 2, 2019
d526882
Merge remote-tracking branch 'jeshlee121/master' to consolidate into …
erwang01 Feb 8, 2020
ef7874e
Update .gitmodules syntax and new ROSBridgeLib updates
erwang01 Feb 8, 2020
e64f365
Update README.md
erwang01 Feb 8, 2020
ff16cbe
Reattach ROSBridgeLib to HEAD, Update Unity Version
erwang01 Feb 10, 2020
13492aa
Update README.md
erwang01 Mar 17, 2020
067b22c
Merge branch 'master' into merge-repos
erwang01 Mar 17, 2020
6bc7184
Update README.md
erwang01 Mar 27, 2020
6f30e4a
Update README.md
erwang01 Mar 27, 2020
b446bae
Update README.md
erwang01 Mar 28, 2020
cf15a45
Update README and streamline LBL files
erwang01 Apr 5, 2020
af4c9b2
Scanning Hololens Demo
erwang01 Apr 12, 2020
254cf4a
Update HololensTesting.md
erwang01 Apr 12, 2020
05b8280
Update HololensTesting.md
erwang01 Apr 12, 2020
304e9fe
add IP field
erwang01 Apr 12, 2020
1e9b308
Update HololensTesting.md
erwang01 Apr 13, 2020
22c0c48
Update HololensTesting.md
erwang01 Apr 13, 2020
e8dbfec
Update HololensTesting.md
erwang01 Apr 13, 2020
08f8e46
Update HololensTesting.md
erwang01 Apr 13, 2020
dea4c2b
Update IP to external address
erwang01 Apr 16, 2020
b1dd02c
Merge branch 'merge-repos' of https://github.com/immersive-command-sy…
erwang01 Apr 16, 2020
73e9e8e
Update HololensTesting.md
erwang01 Apr 16, 2020
f68873f
Update HololensTesting.md
erwang01 Apr 16, 2020
6b37bca
Add documentation to Scenes. Scanning Connection works on the HoloLens.
erwang01 Apr 16, 2020
ea32baa
Add documentation
erwang01 Apr 20, 2020
44dffee
LiDAR aggregate demo
erwang01 Apr 20, 2020
cb4c467
Update HololensTesting.md
erwang01 Apr 24, 2020
84f5332
Point Cloud Rendering
erwang01 May 19, 2020
772c10a
Merge branch 'merge-repos' of https://github.com/immersive-command-sy…
erwang01 May 19, 2020
979f5d5
Add intensity documentation
erwang01 May 19, 2020
7f35668
Add ROS source instructions
erwang01 May 20, 2020
ebc5cf7
Add ROS installation instructions
erwang01 May 20, 2020
202715f
rosdep install command update.
erwang01 May 21, 2020
0163125
remove sudo from rosdep init
erwang01 May 21, 2020
b156216
Update HololensTesting.md
erwang01 Jun 5, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto

###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp

###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary

###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary

###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "Assets\\ROSBridgeLib"]
path = Assets/ROSBridgeLib
url = https://github.com/jeshlee121/ROSBridgeLib
url = https://github.com/jeshlee121/ROSBridgeLib.git
[submodule "Assets\\UnityOctree"]
path = Assets/UnityOctree
url = https://github.com/jeshlee121/UnityOctree.git
8 changes: 8 additions & 0 deletions Assets/FbxExporters.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/FbxExporters/Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/FbxExporters/Editor/FbxSdk.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Assets/FbxExporters/Editor/FbxSdk/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Autodesk FBX SDK. Copyright (c) 2016 Autodesk, Inc. All rights reserved.
Use of the FBX SDK requires agreeing to and complying with the FBX SDK License and Service Agreement terms
accessed at https://damassets.autodesk.net/content/dam/autodesk/www/Company/docs/pdf/legal-notices-&-trademarks/Autodesk_FBX_SDK_2015_License_and_Services_Agreement.pdf"
8 changes: 8 additions & 0 deletions Assets/FbxExporters/Editor/FbxSdk/LICENSE.txt.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/FbxExporters/Editor/FbxSdk/Plugins.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
121 changes: 121 additions & 0 deletions Assets/FbxExporters/Editor/FbxSdk/Plugins/UnityFbxSdk.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/FbxExporters/Editor/FbxSdk/Plugins/x64.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/FbxExporters/Editor/FbxSdk/Plugins/x64/MacOS.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>UnityFbxSdkNative</string>
<key>CFBundleGetInfoString</key>
<string></string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
<string></string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string></string>
<key>CFBundleName</key>
<string></string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string></string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string></string>
<key>CSResourcesFileMapped</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
</dict>
</plist>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/FbxExporters/Editor/FbxSdk/Plugins/x64/Windows.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading