Skip to content

Commit

Permalink
Plugins to view the buoy on RViz (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Dharini Dutia <dharini@openrobotics.org>
  • Loading branch information
quarkytale authored Jun 13, 2022
1 parent f8cf6f3 commit 593d9b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ At the moment, only source installation is supported. Use Ubuntu Focal.

```
export IGNITION_VERSION=fortress
export GZ_VERSION=fortress
```

1. Install ROS dependencies
Expand Down
4 changes: 4 additions & 0 deletions buoy_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ repositories:
type: git
url: https://github.com/osrf/ros_ign
version: galactic
sdformat_urdf:
type: git
url: https://github.com/ros/sdformat_urdf
version: galactic
1 change: 1 addition & 0 deletions docker/buoy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt update \

# Using non-official Gazebo + ROS combination, set it explicitly
ENV IGNITION_VERSION fortress
ENV GZ_VERSION fortress

# Create project directory and import packages
RUN mkdir -p /tmp/buoy_ws/src \
Expand Down

0 comments on commit 593d9b2

Please sign in to comment.