Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| installation:catkin [2014/11/24 16:08] – created admin | installation:catkin [2020/03/05 09:28] (current) – [Installation from source] daniel86 | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| We have prepared different .rosinstall setup files that you can add to your ROS workspace as described [[http:// | We have prepared different .rosinstall setup files that you can add to your ROS workspace as described [[http:// | ||
| - | ===Basic KnowRob installation=== | + | ===KnowRob installation=== |
| - | | + | |
| - | | + | cd ~/ |
| - | rosdep install | + | wstool |
| - | | + | |
| + | rosdep install | ||
| + | | ||
| + | catkin_make | ||
| + | |||
| + | You are now done with the KnowRob installation. | ||
| + | Make sure to [[/ | ||
| + | have a look at the [[doc/ | ||
| - | ===KnowRob system including tutorials=== | ||
| - | rosws merge https:// | ||
| - | rosws update | ||
| - | rosdep install knowrob | ||
| - | rosmake knowrob | ||
| - | |||
| - | ===Complete system including add-on packages=== | ||
| - | rosws merge https:// | ||
| - | rosws update | ||
| - | rosdep install knowrob | ||
| - | rosmake knowrob | ||
| - | | ||
| - | ===Developer setup (requires access to private repositories)=== | ||
| - | rosws merge https:// | ||
| - | rosws update | ||
| - | rosdep install knowrob | ||
| - | rosmake knowrob | ||
| - | | ||
| - | You are now done with the KnowRob installation. Have a look at the [[doc/ | ||

