File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,21 @@ sudo pip3 install -U setuptools pip
18
18
sudo pip3 install colcon-ros-bundle
19
19
```
20
20
21
+ # How it works
22
+
23
+ ` colcon bundle ` performs the following steps to bundle your package:
24
+
25
+ 1 . Parse package dependencies through your ` package.xml ` .
26
+ 1 . Add dependencies to the install list for each installer.
27
+ 1 . Run installs in the following order:
28
+ 1 . ` apt `
29
+ 1 . ` pip `
30
+ 1 . ` pip3 `
31
+ 1 . Run the following transforms:
32
+ 1 . Update the shebangs of scripts to use ` #!/usr/bin/env ` .
33
+ 1 . Bundle your local workspace and dependencies into a standalone ROS workspace.
34
+ The bundled workspace follows the format defined in [ ` BUNDLE_FORMAT.md ` ] ( BUNDLE_FORMAT.md ) .
35
+
21
36
# Building a bundle with ` colcon bundle `
22
37
23
38
To build your ROS workspace into a bundle execute:
You can’t perform that action at this time.
0 commit comments