Initial commit

This commit is contained in:
2022-08-30 18:52:06 +03:00
commit 39ec19f873
2 changed files with 38 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
# rviz_camera_stream_ar
Modified repository for rendering AR objects + video stream for ROS system.
The function from Pangolin was integrated for creating OGRE (OpenGL) Camera from Opencv camera intrinsic parameters.