Project

General

Profile

Statistics
| Branch: | Revision:

root / rgbdslam / bin / demo @ 9240aaa3

History | View | Annotate | Download (225 Bytes)

1 9240aaa3 Alex
#!/bin/bash
2
export ROS_MASTER_URI=http://localhost:11311
3
roslaunch rgbdslam rgbdslam_octomap.launch & 
4
sleep 2;
5
while true; do 
6
  rosrun octomap_server octomap_saver /tmp/demo.bt
7
  rosrun octomap octovis /tmp/demo.bt
8
done
9
fg