Coder Social home page Coder Social logo

jsk_uav_forest's Introduction

Build Status

Introduction

This is the repository for the uav challenge in forest: 森のドローン・ロボット競技会

how to compile

mkdir <catkin_ws>
cd <catkin_ws>
wstool init src
wstool set -t src jsk_uav_forest http://github.com/tongtybj/jsk_uav_forest --git
wstool merge -t src https://raw.githubusercontent.com/tongtybj/jsk_uav_forest/master/jsk_uav_forest.rosinstall
wstool update -t src
rosdep install -y -r --from-paths src --ignore-src --rosdistro $ROS_DISTRO
catkin build

how to run program in simulation

  • run in gazebo by manual operation
$ roslaunch jsk_uav_forest_simulation forest_simulation.launch manual:=true
  • run in gazebo by autonomous perception and motion
  1. task1
$ roslaunch jsk_uav_forest_simulation forest_simulation.launch task_kind:=1
  1. task2
roslaunch jsk_uav_forest_simulation forest_simulation.launch task_kind:=2 circle_motion_times:=2
  1. task3
roslaunch jsk_uav_forest_simulation forest_simulation.launch task_kind:=3 target_num:=3

start by clicking the start button in the rqt_gui

forest challenge (using DJI M100 + DJI Guidance + Pointgrey Chameleon3 + Hokuyo UST20LX)

  1. integrated launch file in UAV
$ roslaunch jsk_uav_forest_common challenge.launch (same options with the above cases according to different tasks)
  1. remote communication in UAV
$ roslaunch jsk_uav_forest_common communication2ground_station.launch UAV_IP:=10.42.0.1 GROUND_STATION_IP:=10.42.0.XXX
10.42.0.XXX is the IP address of you rmeote PC. 
  1. remote communication in Remote PC
 roslaunch jsk_uav_forest_common ground_station.launch UAV_IP:=10.42.0.1 GROUND_STATION_IP:=10.42.0.XXX
10.42.0.XXX is the IP address of you rmeote PC. 
  1. start the task
$ rostopic pub /task_start std_msgs/Empty "{}"

view the result

$ roslaunch jsk_uav_forest_common result.launch

default data is the result from the gazebo.

jsk_uav_forest's People

Contributors

tongtybj avatar chibi314 avatar knorth55 avatar

Watchers

James Cloos 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.