Skip to content

Package used by student to complete the assignment of the course.

License

Notifications You must be signed in to change notification settings

ymarkova/theEITgroup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laboratory of Applied Robotics Student Interface

Package used by student to complete the assignment of the course.

Setup

$ cd workspace/project
$ git pull https://github.com/ymarkova/theEITgroup.git
$ mkdir build
$ cd build
$ cmake ..
$ make
$ source ../environment.sh

Usage

$ cd workspace/simulator
$ AR_simulator_gui # AR_simulator
$ AR_pipeline
# Select the 4 black corners counter-clockwise starting from the one near the red line
# Then stop (ctrl + C)
$ AR_pipeline
$ AR_rviz
$ AR_run

Other usage

# Modify the environment
$ gedit $AR_map_file

# Disable demo implementation
$ cd $AR_config_dir
$ gedit default_implementation.config
# Then set flag to <False> in order to implement our own solution

About

Package used by student to complete the assignment of the course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 99.3%
  • Other 0.7%