File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed
Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -83,13 +83,24 @@ This package depends on PCL 1.9.1+ and VTK 7.1+. If you are using a Ubuntu syste
8383
8484---
8585## Build
86- - Create a catkin workspace and clone this repository in the `src` directory
87- - Build the noether packages
88- ```
89- catkin build noether
90- ```
91-
92- _Note: You can just run `catkin build` in order to build everything in your workspace, including the noether packages_
86+
87+ ```
88+ # if you already have a workspace, skip this step
89+ mkdir -p ~ /catkin_ws/src
90+
91+ # if you already cloned noether, skip this step
92+ cd ~ /catkin_ws/src && git clone https://github.com/ros-industrial/noether.git
93+
94+ # navigate to the root of your workspace
95+ cd ~ /catkin_ws
96+
97+ # pull down the dependencies
98+ vcstool import src < src/noether/dependencies_ros1.rosinstall
99+
100+ # build the Noether packages
101+ # note: if you want to build the entire workspace, just run 'catkin build' instead
102+ catkin build noether
103+ ```
93104
94105## Run Unit Tests
95106- Run the unit tests for a package:
You can’t perform that action at this time.
0 commit comments