Wiki

Clone wiki

subt_hello_world / Home

Welcome


This is a set of helpful components to get started with the DARPA SubT Virtual Challenge

What is it


  1. A curated set of open source packages which might be useful for the Challenge
  2. Some simple components to aid development
    • [Wall follow]: A robot navigation controller which tries to center itself in corridors or follow the nearest wall in larger spaces. Uses progressive move base goals and the move base controller for interacting with the vehicle.
    • [Frontier exploration](http://wiki.ros.org/explore_lite): An exploration method that attempts to traverse to and eliminate the boundary between known and unknown space.
  3. Some launch files to demonstrate how everything goes together in helloworld_subt_launch
    • helloworld.launch : Start wall follow, cartographer, octomap. Assumes robot has been spawned in a valid area of the Ignition simulation with a 3D LIDAR. (i.e. ign launch -v 4 virtual_stix.ign robotName1:=alpha robotConfig1:=X1_SENSOR_CONFIG_4)

Docker Installation



Native Installation



Example Use-Cases



Example CloudSim Submission


Updated