Coder Social home page Coder Social logo

eclipsify's Introduction

Eclipsify

Create eclipse projects from catkin projects. This is a very simple template-based generator. Currently it works for OSX and Ubuntu 14.04.

For C++11 support in Ubuntu 14.04 & Eclipse Luna, go to Window->Preferences->C/C++->Settings->Discovery->"CDT GCC Built-in Compiler Settings" and add -std=c++11 to the flags.

usage: eclipsify [-h] [-v] [-f] [-T TEMPLATES] [--platform PLATFORM]
                 [-w ECLIPSE_WORKSPACE] [-s] [-O PROJECTOUTPUTDIR]
                 [-W,--catkin-ws CATKIN_WORKSPACE]
                 package

This utility creates a new eclipse project. It assumes the package is
in a workspace with the default names for the devel/build/src spaces.
If your workspace is different, try eclipsify-gen-project. If the
command is called with the optional -w option, pointing to an existing
eclipse workspace, the project is added to the eclipse workspace. You 
must not have this workspace open in eclipse when you use -w.

The project files will go to devel/share/project-name/eclipse

positional arguments:
  package               The name of the catkin package to be eclipsified.

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         Verbosity level.
  -f, --force           Force overwriting existing files.
  -T TEMPLATES, --templates TEMPLATES
                        Templates search path prefix; colon separated.
  --platform PLATFORM   Platform (defaults to sys.platform).
  -w ECLIPSE_WORKSPACE  The path to the eclipse workspace that this package
                        should be added to.
  -s                    Will enforce in source writing of the project files.
                        Equivalent to "-O '{src}'". Any "-O" will be ignored!
  -O PROJECTOUTPUTDIR   The path to the folder in which the eclipse project
                        files should be created. The substrings {devel},
                        {package} and {src} will be replaced appropriately.
  -W,--catkin-ws CATKIN_WORKSPACE
                        The path to the catkin workspace that this package
                        should be. It must point to the workspace's devel
                        space! Default is to use the current catkin workspace
                        layers ("sourced").

eclipsify's People

Contributors

hannessommer avatar furgalep avatar tcies avatar mikebosse avatar enricgalceran avatar pascalgohl avatar simonlynen avatar

Watchers

James Cloos avatar Wolf Vollprecht 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.