Skip to content

Commit

Permalink
Rephrasing installation instructions (#44)
Browse files Browse the repository at this point in the history
* Rephrasing installation instructions

* project rename
  • Loading branch information
quarkytale authored Apr 2, 2023
1 parent 3cb61e8 commit 67377c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ controller implementations.
# Install
## On Host System
### Requirements
At the moment, only source installation is supported. Use Ubuntu Jammy (22.04).
At the moment, MBARI WEC is supported by source installation only. Use Ubuntu Jammy (22.04).

1. Install [ROS 2 Humble](https://docs.ros.org/en/humble/index.html)
1. Install [ROS 2 Humble](https://docs.ros.org/en/humble/index.html) (preferably binary installation)

Buoy Sim is tested against cyclonedds rmw implementation (default changed from Galactic to Humble)
MBARI WEC is tested against cyclonedds rmw implementation (default changed from Galactic to Humble)
```
sudo apt install -y ros-humble-rmw-cyclonedds-cpp
export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
```
2. Install [Gazebo Garden](https://gazebosim.org/docs/garden)
2. Install [Gazebo Garden](https://gazebosim.org/docs/garden) (preferably binary installation)
Installing the binaries for Gazebo is recommended, but if building Gazebo Garden from source, it is necessary to export the `PYTHONPATH` for gz-math python bindings when building mbari_wec_gz
```
Expand Down

0 comments on commit 67377c5

Please sign in to comment.