Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/StanfordASL/trunk-stack int…
Browse files Browse the repository at this point in the history
…o main
  • Loading branch information
hbuurmei committed Sep 30, 2024
2 parents 7027400 + 667c4ca commit 6cb1526
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/ros2_workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ source install/setup.bash
```
Check that the build process runs without any errors.

??? note "General note"

It is highly recommended to build individual packages (within a workspace) upon changes, using the syntax:
```bash
colcon build --packages-select interfaces
```

## Motion Capture Workspace
**Note:** This workspace runs on the main machine.

Expand Down Expand Up @@ -71,3 +78,16 @@ Due to compatibility constraints of this package, we use ROS2 Foxy for this work

Clone the `trunk-stack` repository on the Pi and enter the `motors/` folder.

Enter the source directory and clone the package:
```bash
cd src/
git clone https://github.com/vanderbiltrobotics/ros_phoenix
```

Note that the launch script `trunk.launch.py` is also being version controlled, therefore ensure that is placed in its respective location.

Again, build the workspace:
```bash
cd .. # enter 'motors' dir.
colcon build --symlink-install
```
5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ theme:
primary: custom
features:
- content.code.copy
icon:
adminition:
note: material/alert-circle
extra_css:
- stylesheets/extra.css

Expand All @@ -39,12 +42,14 @@ nav:
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
Expand Down

0 comments on commit 6cb1526

Please sign in to comment.