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: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Below are some links to help with the ports.
37
37
38
38
Follow the [MoveIt 2 Source Build](https://moveit.ros.org/install-moveit2/source/) instructions to setup a colcon workspace with moveit2 from source.
39
39
40
-
Cd into your moveit2 colcon workspace:
40
+
Open a command line to your your moveit2 colcon workspace:
41
41
42
42
cd $COLCON_WS/src
43
43
@@ -64,6 +64,11 @@ If you want to test the tutorials by generating the html pages locally on your m
64
64
65
65
The local website ``<LOCAL_PACKAGE_PATH>/build/html/index.html`` should automatically open in your web browser.
66
66
67
+
### Optional build_locally Settings
68
+
69
+
-*noinstall* skip the dependencies install step to speed up the script
70
+
-*loop* automatically rebuild the html if a change is detected
71
+
67
72
## Contributing
68
73
69
74
We rely on the community to keep these tutorials up to date and bug free. If you find an issue with the tutorials please [open an issue on GitHub](https://github.com/ros-planning/moveit2_tutorials/issues/new) or open a PR with proposed changes.
0 commit comments