Giter Site home page Giter Site logo

coxgraph's Introduction

coxgraph

A Multi Robot Collaborative Dense Scene Reconstruction

Installation

  • later

Test

Experiment CVG

  1. Start up reconstruction nodes:

    You can start coxgraph clients and servers in seperate launch files, which are: coxgraph_server.launch, coxgraph_client0_cvg.launch and coxgraph_client1_cvg.launch, using these steps:

    1. open multi terminals to run roslaunchs, by tools like tmux.

    2. attach to the docker.

    3. in coxgraph catkin workspace:

      source devel/setup.bash
      
    4. run each launch file in one of terminals:

      roslaunch coxgraph coxgraph_server.launch
      roslaunch coxgraph coxgraph_client0_cvg.launch
      roslaunch coxgraph coxgraph_client1_cvg.launch
      

    or you can run a wrapped launch:

    roslaunch coxgraph run_experiment_cvg.launch
    

    in which case, you will get a load of logs in the same terminal, which is hard to debug.

  2. Start corbslam nodes:

    In another terminal,

    cd <path/to/corbslam_ws>
    source devel/setup.bash
    roslaunch corbslam_client corbslam_frontend_cvg.launch
    
  3. Start rviz:

    In another terminal,

    cd <path/to/coxgraph_ws>
    source devel/setup.bash
    roscd coxgraph/config
    rviz -d coxgraph.rviz
    
  4. Debug:

    By adding debug<_suffix>:=true arg when starting launch files, an external xterm window will pop up with gdb running. You can refer to launch files, to look for the debug arg suffix for each node.

Gazebo Simulation Experiment

  • WIP

Service

  1. "coxgraph_server_node/control_trigger", see the srv file ControlTrigger.srv for definition.
  2. "coxgraph_server_node/state_query", definition at StateQuery.srv

coxgraph's People

Contributors

cr-field avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

honglouyemeng

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.