Coder Social home page Coder Social logo

area_coverage's Introduction

# area_coverage
contains ros code for position controller

# nodes

area_coverage.cpp - node that is a local planner for 2 planners that take waypoints from cfg/ dir

obst_marker.cpp - node that publishes the location of the obstacles to show as a marker in rviz

ostacle.cpp - take laser scans from the lidars and publish an array which indicates in which
              direction the quadcopter can go

odo_offset.cpp - node to publish corrected odometry for quadcopters with an offset due to initial
                 position

offb_node.cpp - local planner to follow a series of waypoints for a single quadcopter, provides
                framework for other planners for multiple quadcopters

random_sequence.cpp - a unique local planner to randomly select a trajectory in a fixed environment
                      with fixed ostacles

offb_node_local.cpp - offboard control with a basic local planner

# dirs

cfg - contains waypoints to be followed by one of the local planner
launch - contains launch files for launching nodes
src - source code
msg - ROS msg files
msgs - Gazebo msg files
srv - ROS service files

# dpendencies

melodic-ros, mavros, geometry_msgs, px4_gazebo_sitl

# instructions to build

$ mkdir -p catkin_ws/src
$ cd catkin_ws
$ catkin_make
$ cd src
$ git clone https://github.com/ksakash/area_coverage
$ cd ../
$ catkin_make

# instructions to run

$ cd catkin_ws
$ source devel/setup.bash
$ rosrun <package_name> <node_name>


area_coverage's People

Contributors

ksakash avatar

Watchers

 avatar  avatar

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.