Skip to content

16412-cogrob-2019/Santorini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Santorini Grand Challenge

Overview

This repo contains launch files for the 2019 Cognitive Robotics Santorini Grand Challenge.

Dependencies

Turtlebot3 Setup + Navigation Stack

Turtlebot3 Gazebo

Usage

To run without Gazebo Sim

  1. Run the main launch file

     roslaunch santorini santorini.launch use_gazebo="false" use_map_server:="true"
    
  2. To trigger the MAAS node to publish the first set of points, open another terminal and run

     rostopic pub -r 1 /activity/done mission_controller/ActivityDone -f ~/catkin_ws/src/santorini/test/test_done.yaml
    

To run with Gazebo Sim

  1. If you want to launch the santorini stack with a gazebo simulation use

     roslaunch santorini santorini.launch use_gazebo:="true" use_map_server:="false"
    

    (Note that the included turtlebot3_navigation starts its own map_server, so we don't need to start another one.)

  2. Open rviz, click the 2D Pose Estimate button at the top of the screen, then click on the map to give the robot a good estimate of its initial pose.

  3. To trigger the MAAS node to publish the first set of points, open another terminal and run

     rostopic pub -r 1 /activity/done mission_controller/ActivityDone -f ~/catkin_ws/src/santorini/test/test_done.yaml
    

Releases

No releases published

Packages

No packages published

Languages