Difference between revisions of "Setting up RGBDSLAM with ROS in the real world"

From Lofaro Lab Wiki
Jump to: navigation, search
Line 1: Line 1:
 
1.) Plug the Kinect Sensor into the computer.
 
1.) Plug the Kinect Sensor into the computer.
 +
  
 
2.) Also plug the Pioneer 3dx into the computer.
 
2.) Also plug the Pioneer 3dx into the computer.
  
3.) Open a terminal and type:
 
  
   roslaunch rgbdslam openni+rgbdslam.launch
+
3.) Also plug the joystick into the computer.
 +
 
 +
 
 +
4.) Open a terminal and type:
 +
 
 +
   roslaunch rgbdslam odometry.launch
  
 
[['''This will do the following:''']]
 
[['''This will do the following:''']]
Line 15: Line 20:
 
spin up the octomap server
 
spin up the octomap server
  
4.) Open another terminal and type:
+
opens rviz with all topics subscribed correctly
  
   sudo chmod 777 ttyUSB0
+
 
 +
5.) Open another terminal and type:
 +
 
 +
   sudo chmod 777 /dev/ttyUSB0
 
    
 
    
   rosaria
+
   rosaria RosAria port:=/dev/ttyUSB0
  
 
[['''This will do the following:''']]
 
[['''This will do the following:''']]
Line 26: Line 34:
  
  
4.) Open another terminal and type:
+
6.) Open another terminal and type:
  
   rosrun pioneer3dx 3dxControl
+
   sudo chmod 777 /dev/input/js0
 +
 
 +
  roslaunch joy_control pioneer_joy.launch
 +
 
  
 
[['''This will do the following:''']]
 
[['''This will do the following:''']]
  
This is a controller that will allow the user to control the motors.
+
This is a controller that will allow the user to control the motors using a joystick.
  
  
5.) We are now ready to start SLAMMing. Put your focus on rgbdslam and press the spacebar
+
7.) We are now ready to start SLAMMing. Put your focus on rgbdslam and press the spacebar
  
 
[['''This will do the following:''']]
 
[['''This will do the following:''']]
Line 41: Line 52:
 
The mapping process will begin
 
The mapping process will begin
  
6.) Use the key controller to begin moving the robot VERY SLOWLY.
+
 
 +
8.) Use the joystick to begin moving the robot VERY SLOWLY.
  
 
[['''This will do the following:''']]
 
[['''This will do the following:''']]
Line 47: Line 59:
 
The map will begin to grow. You will see Landmarks on the bottom left of the RGBDSLAM window and they will be showing the Visual Odometry.
 
The map will begin to grow. You will see Landmarks on the bottom left of the RGBDSLAM window and they will be showing the Visual Odometry.
  
7.) Open a new terminal and type:
 
  
  rosrun rviz rviz
+
9.) Press the Add button in RVIZ and go to the "by topic" tab. Scroll down and choose the "/project_map" topic.
 
+
[['''This will do the following:''']]
+
 
+
RViz will be opened. This will allow us to view the 2d Map from the octomap_server.
+
 
+
8.) Press the Add button in RVIZ and go to the "by topic" tab. Scroll down and choose the "/project_map" topic.
+
  
 
[['''This will do the following:''']]
 
[['''This will do the following:''']]
Line 61: Line 66:
 
RViz is now ready to visualize the map from the octomap server.
 
RViz is now ready to visualize the map from the octomap server.
  
9.) In the RGBDSLAM window press CTRL+m
+
 
 +
10.) In the RGBDSLAM window press CTRL+m
  
 
[['''This will do the following:''']]
 
[['''This will do the following:''']]
Line 67: Line 73:
 
The pointclouds will be sent to the octomap server. Rviz will begin to populate a 2D map.
 
The pointclouds will be sent to the octomap server. Rviz will begin to populate a 2D map.
  
10.) When you are finished press the Spacebar in RGBDSLAM.
+
 
 +
11.) When you are finished press the Spacebar in RGBDSLAM.
  
 
[['''This will do the following:''']]
 
[['''This will do the following:''']]
Line 73: Line 80:
 
RGBDSLAM will stop processing
 
RGBDSLAM will stop processing
  
11.) To save the created map, open a terminal and type:
 
 
  rosrun octomp_server octomap_saver mapfile.bt
 
 
[['''This will do the following:''']]
 
 
mapfile.bt will be saved to the cwd
 
  
12.) To Open this new map, open a terminal and type:
+
12.) To save the created map, open a terminal and type:
  
   octovis mapfile.bt
+
   rosrun map_server map_saver -f map map:=projected_map
  
 
[['''This will do the following:''']]
 
[['''This will do the following:''']]
  
A map file viewer is opened and the mapfile is displayed.
+
a map.pgm file and a map.yaml file will be save to file

Revision as of 22:45, 9 February 2015

1.) Plug the Kinect Sensor into the computer.


2.) Also plug the Pioneer 3dx into the computer.


3.) Also plug the joystick into the computer.


4.) Open a terminal and type:

  roslaunch rgbdslam odometry.launch

'''This will do the following:'''

spin up the openni2 node ​ spin up the rgbdslam node

spin up the octomap server

opens rviz with all topics subscribed correctly


5.) Open another terminal and type:

  sudo chmod 777 /dev/ttyUSB0
 
  rosaria RosAria port:=/dev/ttyUSB0

'''This will do the following:'''

Make the connection to the robot that will allow the control of the motors


6.) Open another terminal and type:

  sudo chmod 777 /dev/input/js0
  
  roslaunch joy_control pioneer_joy.launch
  

'''This will do the following:'''

This is a controller that will allow the user to control the motors using a joystick.


7.) We are now ready to start SLAMMing. Put your focus on rgbdslam and press the spacebar

'''This will do the following:'''

The mapping process will begin


8.) Use the joystick to begin moving the robot VERY SLOWLY.

'''This will do the following:'''

The map will begin to grow. You will see Landmarks on the bottom left of the RGBDSLAM window and they will be showing the Visual Odometry.


9.) Press the Add button in RVIZ and go to the "by topic" tab. Scroll down and choose the "/project_map" topic.

'''This will do the following:'''

RViz is now ready to visualize the map from the octomap server.


10.) In the RGBDSLAM window press CTRL+m

'''This will do the following:'''

The pointclouds will be sent to the octomap server. Rviz will begin to populate a 2D map.


11.) When you are finished press the Spacebar in RGBDSLAM.

'''This will do the following:'''

RGBDSLAM will stop processing


12.) To save the created map, open a terminal and type:

  rosrun map_server map_saver -f map map:=projected_map

'''This will do the following:'''

a map.pgm file and a map.yaml file will be save to file