forked from ipa320/bride
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
abubeck edited this page Apr 4, 2013
·
8 revisions
To install BRIDE you have to options: Installing it as a separate eclipse instance or to integrate it into your existing eclipse instance. If you are new to eclipse we highly recommend the first option.
Clone the release version of the BRIDE repository
git clone -b release-0.2-rc1 git://github.com/abubeck/bride.git
Make sure the cloned repository is in your ROS_PACKAGE_PATH
Install eclipse and the necessary plugins:
roscd bride
make
If you want to update to a newer version of bride after the first installation use the following steps:
roscd bride
git pull origin release-[version]
make update
coming soon