reapp-project / bride

BRIDE IDE for ROS development

Home Page:http://wiki.ros.org/bride

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BRIDE - The MDE tool chain for ROS

BRIDE is a model driven engineering tool chain based on Eclipse for the development of ROS components, systems and applications.

BRIDE screenshot

Installation

From official ROS repositories

$ sudo apt-get install ros-hydro-bride

From source

$ mkdir -p ~/git/bride_ws/src                  (or somewhere else)
$ cd git/bride_ws/src
$ catkin_init_workspace

Clone the release version of the BRIDE repository

$ git clone https://github.com/ipa320/bride.git
$ cd ..

Install eclipse and the necessary plugins by building the workspace:

$ catkin_make

Run bride from the workspace

$ source devel/setup.sh
$ rosrun bride eclipse

Updating a source installation

If you installed BRIDE from source you can update your installed version by updating the repository with git:

$ git pull origin develop

Afterwards start BRIDE as usually and go into the "Help" menu and select "Check for Updates". If there are updates in the generated plugins in the repository, Eclipse should install them during the update process.

Development

Please report issues here on github. If you want to develop for BRIDE you can find documentation on the setup here: https://github.com/ipa320/bride/wiki/Developer-setup

Tutorials

You can find detailed examples and tutorials on the ROS wiki pages.

Status

Build Status

About

BRIDE IDE for ROS development

http://wiki.ros.org/bride


Languages

Language:Java 91.0%Language:GAP 6.0%Language:Python 2.2%Language:Shell 0.2%Language:C++ 0.2%Language:CMake 0.2%Language:Makefile 0.1%Language:D 0.1%Language:Xtend 0.0%