-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed references to previous project owner (#119)
* Fixed references to previous project owner * Fixed config extension
- Loading branch information
1 parent
7b83a99
commit b858303
Showing
12 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.github/ISSUE_TEMPLATE/config.yaml → .github/ISSUE_TEMPLATE/config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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`: | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
||
|