Difference between revisions of "Installing Packages Required for SLAM"

From Lofaro Lab Wiki
Jump to: navigation, search
Line 4: Line 4:
 
The Packages that we are using for RGBDSLAM are:
 
The Packages that we are using for RGBDSLAM are:
  
rgbdslam:  Comprises of the program that will connect to the openni2_camera messages and use them to create a 3d map of what is seen as the camera moves. Parts of the Cmake file had to be edited to make it build properly. These edits will be in our Github repository.
+
'''rgbdslam''':  Comprises of the program that will connect to the openni2_camera messages and use them to create a 3d map of what is seen as the camera moves. Parts of the Cmake file had to be edited to make it build properly. These edits will be in our Github repository.
  
octomap_server: Dependency of rgbdslam. Used to save out the 3d map.
+
'''octomap_server''': Dependency of rgbdslam. Used to save out the 3d map.
  
octomap_ros: Dependency of rgbdslam
+
'''octomap_ros''': Dependency of rgbdslam
  
octomap_msgs: Dependency of rgbdslam
+
'''octomap_msgs''': Dependency of rgbdslam
  
opennni2_camera: Has the drivers to connect to various RGBD sensors including our own. You will need to use openni2 not openni.
+
'''opennni2_camera''': Has the drivers to connect to various RGBD sensors including our own. You will need to use openni2 not openni.
 +
'''
 +
openni2_launch''': Launches openni2 nodes and starts sending out image, depth, and pointcloud data as ros messages.
  
openni2_launch: Launches openni2 nodes and starts sending out image, depth, and pointcloud data as ros messages.
+
--[[User:Rtindel2|Rtindel2]] ([[User talk:Rtindel2|talk]]) 11:26, 28 October 2014 (EDT)

Revision as of 11:26, 28 October 2014

We are currently working on getting access to the LofaroLabs Github to be able to push our catkin workspace. This will make writing the tutorial very easy.


The Packages that we are using for RGBDSLAM are:

rgbdslam: Comprises of the program that will connect to the openni2_camera messages and use them to create a 3d map of what is seen as the camera moves. Parts of the Cmake file had to be edited to make it build properly. These edits will be in our Github repository.

octomap_server: Dependency of rgbdslam. Used to save out the 3d map.

octomap_ros: Dependency of rgbdslam

octomap_msgs: Dependency of rgbdslam

opennni2_camera: Has the drivers to connect to various RGBD sensors including our own. You will need to use openni2 not openni. openni2_launch: Launches openni2 nodes and starts sending out image, depth, and pointcloud data as ros messages.

--Rtindel2 (talk) 11:26, 28 October 2014 (EDT)