Skip to content

lukeqsun/corobot_ar_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Augmented Reality Interface for the Corobot System

Prerequisites

Install

cd <Your ROS workspace>/src
git clone https://github.com/lukeqsun/corobot_ar_gui.git
rosdep install corobot_ar_gui
cd corobot_ar_gui
npm install
cd <Your ROS workspace>
catkin_make

Run

#For using fake kinect data
Change config->source.json: "Setting": 1

#For using with the corobot or in the Gazebo simulator
Change config->source.json: "Setting": 2

roslaunch test_slam_sim oriental_world.launch world_file:=`rospack find test_slam_sim`/worlds/oriental_a502_demo_20170414.world
roslaunch test_slam_sim navigation.launch map_file:=`rospack find test_slam_sim`/maps/oriental_a502_demo_20170414.yaml
roslaunch test_slam_sim view_navigation.launch

#Launch the main framework
roslaunch corobot_ar_gui ar_gui.launch
  • open browser: http://<Your host ip>:3000/

About

Augmented Reality GUI for the Corobot System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages