Giter Site home page Giter Site logo

libelas_catkin's Introduction

libelas_catkin

A catkin simple wrapper for LIBELAS.

Installation in Catkin Workspace

# Setup catkin workspace
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/
catkin init

# Add workspace to bashrc.
echo 'source ~/catkin_ws/devel/setup.bash' >> ~/.bashrc

# Clone repo
cd src
git clone [email protected]:ToniRV/libelas_catkin.git

# Install dependencies from rosinstall file using wstool
wstool init
wstool merge libelas_catkin/install/libelas_catkin.rosinstall
wstool update

# Compile code
catkin build

# Refresh workspace
source ~/.bashrc

Link to your own code

Example CMakeLists.txt and package.xml in here.

CmakeLists.txt:

cmake_minimum_required(VERSION 2.8.3)
project(your_package_name)

find_package(catkin_simple REQUIRED)

catkin_simple()

cs_add_executable(your_package_name src/your_package_name.cpp)

cs_install()

cs_export()

package.xml:

<?xml version="1.0"?>
<package>
  <name>your_package_name</name>
  <version>0.0.1</version>
  <description>Simple ROS wrapper around ELAS</description>

  <maintainer email="[email protected]">your_name</maintainer>
  <license>MIT</license>
  <buildtool_depend>catkin</buildtool_depend>
  <buildtool_depend>catkin_simple</buildtool_depend>

  <build_depend>roscpp</build_depend>
  <build_depend>sensor_msgs</build_depend>
  <build_depend>cv_bridge</build_depend>
  <!-- The dependency you need for LIBELAS -->
  <build_depend>libelas_catkin</build_depend>
</package>

libelas_catkin's People

Contributors

tonirv avatar

Stargazers

็„ถ avatar  avatar

Watchers

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