GithubHelp home page GithubHelp logo

idawatibustan / explorer_bot Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 234 KB

A prototype search and rescue robot using the Turtlebot in a simulated world.

CMake 9.32% Shell 0.74% C++ 89.94%
turtlebot robot simulation ros

explorer_bot's Introduction

explorer_bot

A prototype search and rescue robot using the Turtlebot in a simulated world.
Link: https://github.com/idawatibustan/explorer_bot

How To

  1. Compile the simulation script
    chmod +x project_init.sh # or `project_init_2.sh` to load world1 or world2 respectively.
  2. Run simulation
    ./project_init.sh
    
  3. Launch the explorer launch file
    roslaunch explorer_bot explorer_map.launch
    

Warning! You may need to catkin_make twice. First time tend to fail due to rosservice msg created.

Package Overview

Nodes
wall_detector processed /scan to detect wall’s ahead, and next block’s left, front and right walls.
/wall_scan topic published for walls detected.

box_navigator simple navigation to allow the robot move from one box to another.
/move_north ros service to move to the north direction.
/move_east east direction.
/move_south south direction.
/move_west west direction.
/turn_north ros service to turn to the north direction.
/turn_east east direction.
/turn_south south direction.
/turn_west west direction.
/is_moving topic published to indicate robot has movement in progress.

explorer path planning and search node that uses wall_detector and box_navigator.

Srv
MoveGoal to send geometry_msgs/Pose2D as goal to box_navigator.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.