Skip to content
/ wall-e Public

Project in Embodied and Situated Language Processing

Notifications You must be signed in to change notification settings

mmehdig/wall-e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wall-e

An ongoing project in Embodied and Situated Language Processing. (The course webpage)

Requirements

Installation

First, you need to create a workspace, if you have a workspace you can go to src folder and skip this part:

mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src

Then, you can download the package, and compile it:

git clone https://github.com/mmehdig/wall-e.git walle

If you don't have kinect_aux, you can download it here. First you should have required packages:

sudo apt-get install libusb-1.0-0 libusb-1.0-0-dev
git clone https://github.com/muhrix/kinect_aux.git
cd ..
catkin_make

Now make sure that environment is ready for rosrun

 source devel/setup.bash 

Run

First, you need to run freenect in one terminal:

roslaunch freenect_launch freenect.launch

Then, in another terminal:

rosrun walle roi_detect.py

To adjust Kinect head by moving the motor:

First, run the kinect_aux:

rosrun kinect_aux kinect_aux_node

Then:

rosrun walle kinect_adjust.py

About

Project in Embodied and Situated Language Processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages