Git Product home page Git Product logo

autonomous_mobile_robot's Introduction

ME400 Capstone Design

Objective

  1. Overcome the bumps and the slope by tracing black center line in the entrance zone.
  2. Collect the blue balls only without colliding with the obstacles in the ball collecting region.
  3. Dump the collected blue balls in the designated dumping zone where a green ball is located.

Demo Video

Demo (1)

How to install our code?

  1. describe how to install dependent packages needed to run your code

     0) extract the zip file
    
     1) build the workspace
    
     cd capstone_1_ROS_gazebo && catkin_make
    
  2. describe how to run the code

     1) launch the map
    
     roslaunch map_generate import_world.launch
    
     2 spawn the robot
    
     roslaunch cheetos_description spawn_cheetos.launch
    
     3) launch the controller
    
     roslaunch cheetos_control cheetos_control.launch
    
     4) run the line tracing node
    
     rosrun line_tracing line_tracing_node
    
     5) run the ball detection node
    
     rosrun ball_detection ball_detect_node
    
     6) run data integrate node
    
     rosrun data_integrate data_integration_node
    
  3. Settings and Description of Topics for evalutation

     1) imu topic : set the topic name as '/imu_test'
    
     2) actuator state topic : list the actuator state topics as below
     * you do not have to include suspension joints
    
     example)
     a) '/cheetos/front_left_wheel_velocity_controller/state'
     b) '/cheetos/front_right_wheel_velocity_controller/state'
    

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.