software:ros:installation
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
software:ros:installation [2013/04/16 14:42] – [Install IAI software components] tenorth | software:ros:installation [2016/05/19 09:19] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 35: | Line 35: | ||
- git: {local-name: | - git: {local-name: | ||
- git: {local-name: | - git: {local-name: | ||
- | - svn: {local-name: | + | - git: {local-name: |
- git: {local-name: | - git: {local-name: | ||
- git: {local-name: | - git: {local-name: | ||
Line 46: | Line 46: | ||
rosws update | rosws update | ||
+ | Note: As an alternative to creating and merging a rosinstall file into your workspace you can also manually add each one at a time using the command 'rosws set ...'. Usage of this command is shown in the next section. | ||
+ | |||
+ | To compile the software, please refer to the next section for information about how to install the required ROS and system dependencies. | ||
===== General workflow for compiling ROS stacks ===== | ===== General workflow for compiling ROS stacks ===== | ||
Line 93: | Line 96: | ||
| | ||
roslocate info stack_name | rosws merge - | roslocate info stack_name | rosws merge - | ||
+ | | ||
+ | # Remember to also check for system dependencies of the newly-added stack stack_name | ||
Now everything should be resolved and you are ready to compile. The //rosmake// command automatically compiles all dependencies and the package or stack given as argument. If later on you already have compiled all dependencies and just updated the package itself, it's also safe to just call //make// in that package, which does not re-build the dependencies (and is therefore faster). | Now everything should be resolved and you are ready to compile. The //rosmake// command automatically compiles all dependencies and the package or stack given as argument. If later on you already have compiled all dependencies and just updated the package itself, it's also safe to just call //make// in that package, which does not re-build the dependencies (and is therefore faster). |
software/ros/installation.1366123320.txt.gz · Last modified: 2016/05/19 09:18 (external edit)