Skip to content

Commit

Permalink
Fixed references to previous project owner (#119)
Browse files Browse the repository at this point in the history
* Fixed references to previous project owner

* Fixed config extension
  • Loading branch information
evan-palmer authored Oct 12, 2023
1 parent 7b83a99 commit b858303
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: BlueROV2 Driver Community Support
url: https://github.com/evan-palmer/blue/discussions
url: https://github.com/Robotic-Decision-Making-Lab/blue/discussions
about: Please check out our discussions channel for any questions related to the project!
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Run ROS Industrial CI
uses: ros-industrial/industrial_ci@master
env:
DOCKER_IMAGE: ghcr.io/evan-palmer/blue:${{ matrix.env.IMAGE }}
DOCKER_IMAGE: ghcr.io/Robotic-Decision-Making-Lab/blue:${{ matrix.env.IMAGE }}
CXXFLAGS: >-
-Wall -Wextra -Wpedantic -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls
CC: ${{ env.CLANG_TIDY && 'clang' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
workflow_dispatch:

env:
PUSH: ${{ (github.event_name != 'pull_request') && (github.repository == 'evan-palmer/blue') }}
PUSH: ${{ (github.event_name != 'pull_request') && (github.repository == 'Robotic-Decision-Making-Lab/blue') }}

jobs:
ci:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ project to the `src` directory of your ROS workspace, replacing `$ROS_DISTRO`
with the desired ROS distribution or `main` for Rolling:

```bash
git clone -b $ROS_DISTRO [email protected]:evan-palmer/blue.git
git clone -b $ROS_DISTRO [email protected]:Robotic-Decision-Making-Lab/blue.git
```

After cloning the project, install all external dependencies using `vcs`:
Expand Down Expand Up @@ -61,7 +61,7 @@ ros2 launch blue_bringup bluerov2_heavy.launch.py --show-args
## Getting help

If you have questions regarding usage of Blue or regarding contributing to this
project, please ask a question on our [Discussions](https://github.com/evan-palmer/blue/discussions)
project, please ask a question on our [Discussions](https://github.com/Robotic-Decision-Making-Lab/blue/discussions)
board!

## License
Expand Down
4 changes: 2 additions & 2 deletions blue_bringup/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<maintainer email="[email protected]">Evan Palmer</maintainer>
<license>MIT</license>

<url type="repository">https://github.com/evan-palmer/blue.git</url>
<url type="bugtracker">https://github.com/evan-palmer/blue/issues</url>
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/blue.git</url>
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/blue/issues</url>

<author>Evan Palmer</author>

Expand Down
4 changes: 2 additions & 2 deletions blue_control/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<maintainer email="[email protected]">Evan Palmer</maintainer>
<license>MIT</license>

<url type="repository">https://github.com/evan-palmer/blue.git</url>
<url type="bugtracker">https://github.com/evan-palmer/blue/issues</url>
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/blue.git</url>
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/blue/issues</url>

<author>Evan Palmer</author>

Expand Down
4 changes: 2 additions & 2 deletions blue_description/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<maintainer email="[email protected]">Evan Palmer</maintainer>
<license>MIT</license>

<url type="repository">https://github.com/evan-palmer/blue.git</url>
<url type="bugtracker">https://github.com/evan-palmer/blue/issues</url>
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/blue.git</url>
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/blue/issues</url>

<author>Evan Palmer</author>

Expand Down
4 changes: 2 additions & 2 deletions blue_dynamics/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<maintainer email="[email protected]">Evan Palmer</maintainer>
<license>MIT</license>

<url type="repository">https://github.com/evan-palmer/blue.git</url>
<url type="bugtracker">https://github.com/evan-palmer/blue/issues</url>
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/blue.git</url>
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/blue/issues</url>

<author>Evan Palmer</author>

Expand Down
4 changes: 2 additions & 2 deletions blue_joy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<maintainer email="[email protected]">Evan Palmer</maintainer>
<license>MIT</license>

<url type="repository">https://github.com/evan-palmer/blue.git</url>
<url type="bugtracker">https://github.com/evan-palmer/blue/issues</url>
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/blue.git</url>
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/blue/issues</url>

<author>Evan Palmer</author>

Expand Down
4 changes: 2 additions & 2 deletions blue_localization/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<maintainer email="[email protected]">Evan Palmer</maintainer>
<license>MIT</license>

<url type="repository">https://github.com/evan-palmer/blue.git</url>
<url type="bugtracker">https://github.com/evan-palmer/blue/issues</url>
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/blue.git</url>
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/blue/issues</url>

<author>Evan Palmer</author>

Expand Down
4 changes: 2 additions & 2 deletions blue_manager/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<maintainer email="[email protected]">Evan Palmer</maintainer>
<license>MIT</license>

<url type="repository">https://github.com/evan-palmer/blue.git</url>
<url type="bugtracker">https://github.com/evan-palmer/blue/issues</url>
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/blue.git</url>
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/blue/issues</url>

<author>Evan Palmer</author>

Expand Down
4 changes: 2 additions & 2 deletions blue_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<maintainer email="[email protected]">Evan Palmer</maintainer>
<license>MIT</license>

<url type="repository">https://github.com/evan-palmer/blue.git</url>
<url type="bugtracker">https://github.com/evan-palmer/blue/issues</url>
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/blue.git</url>
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/blue/issues</url>

<author>Evan Palmer</author>

Expand Down

0 comments on commit b858303

Please sign in to comment.