You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/100_ament.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ If the resulting artifacts are installed into `/usr`, for example, it might not
57
57
58
58
[ament_tools](https://github.com/ament/ament_tools) is a Python package which provides the command line tool `ament` to build, test, install, and uninstall packages.
59
59
It is similar to [catkin_tools](https://github.com/catkin/catkin_tools) and builds each package in a workspace in topological order.
60
-
Support for different build systems is integrated through extension points which allows to contribute support for other build types without change the ament tool itself.
60
+
Support for different build systems is integrated through extension points which allows support for other build types to be added without changing the ament tool itself.
61
61
62
62
While it currently does not build packages in parallel that feature will be added in the future to speed up the build process.
63
63
The goal is to reuse common functionality from catkin_tools by making it available through a third package which can be used by both tools.
0 commit comments