Skip to content

rap-lab-org/public_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

public_graph

Description

An example C++ library from the Robotics, Autonomy and Planning Lab (RAP-Lab).

Software Architecture

This repository consists of the following folders.

  • include/ all header files.
  • source/ all source files corresponding to the headers.
  • test/ all test and demo files that verify and showcase the usage of the code in include/ and source/.

Installation and Usage

  1. clone this repository
  2. cd cpp/
  3. mkdir build/
  4. cd build/
  5. cmake ..
  6. make
  7. ./{the name of the binary that you want to execute, together with input args if needed}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages