-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
39 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Setup the environment and start the eclipse application | ||
|
||
### 0: Start the ROS tooling application | ||
|
||
:bangbang::bangbang: This is only needed if you installed the toolig from [source](#option-2-using-the-eclipse-installer---source-installation-ros-tooling-developers), if you installed the release version please continue directly with the [step 1](#1-switch-to-the-ros-developer-perspective) | ||
|
||
select de.fraunhofer.ipa.ros.plugin and press the button *Run* | ||
|
||
![alt text](images/run_ros_tooling.png) | ||
|
||
### 1: Switch to the ROS Developer perspective | ||
|
||
Go to Menu Window -> Perspective -> Open Perspective -> Other... -> ROS developer. Your application toolbar will be automatically configured. | ||
|
||
### 2: Import the common communication objects project | ||
|
||
import the project located under the "ROSCommonObjects" folder of this repository to the workbench of your application: | ||
``` | ||
de.fraunhofer.ipa.ros.communication.objects | ||
``` | ||
|
||
If you have internet a button can clone from GitHub the objects to your workspace and import them automatically: | ||
|
||
![alt text](images/clone_and_import.png) | ||
|
||
Now that your workspace is setup, you can start creating your [project and defining your ROS system](#Tutorials) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.