Skip to content

Commit 07da992

Browse files
committed
Updated project name
1 parent 457b6db commit 07da992

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

.devcontainer/nouveau/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/robotic-decision-making-lab/ros2-template:iron-desktop
1+
FROM ghcr.io/robotic-decision-making-lab/auv_controllers:iron-desktop
22

33
# Install ROS dependencies
44
# This is done in a previous stage, but we include it again here in case anyone wants to

.devcontainer/nouveau/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "ROS 2 Dev Container",
33
"dockerFile": "Dockerfile",
44
"context": "../..",
5-
"workspaceMount": "source=${localWorkspaceFolder},target=/home/ros/ws_ros/src/ros2-template,type=bind",
6-
"workspaceFolder": "/home/ros/ws_ros/src/ros2-template",
5+
"workspaceMount": "source=${localWorkspaceFolder},target=/home/ros/ws_ros/src/auv_controllers,type=bind",
6+
"workspaceFolder": "/home/ros/ws_ros/src/auv_controllers",
77
"remoteUser": "ros",
88
"runArgs": [
99
"--network=host",

.devcontainer/nvidia/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/robotic-decision-making-lab/ros2-template:iron-desktop-nvidia
1+
FROM ghcr.io/robotic-decision-making-lab/auv_controllers:iron-desktop-nvidia
22

33
# Install ROS dependencies
44
# This is done in a previous stage, but we include it again here in case anyone wants to

.devcontainer/nvidia/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "ROS 2 NVIDIA Dev Container",
33
"dockerFile": "Dockerfile",
44
"context": "../..",
5-
"workspaceMount": "source=${localWorkspaceFolder},target=/home/ros/ws_ros/src/ros2-template,type=bind",
6-
"workspaceFolder": "/home/ros/ws_ros/src/ros2-template",
5+
"workspaceMount": "source=${localWorkspaceFolder},target=/home/ros/ws_ros/src/auv_controllers,type=bind",
6+
"workspaceFolder": "/home/ros/ws_ros/src/auv_controllers",
77
"remoteUser": "ros",
88
"runArgs": [
99
"--network=host",

.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive
55
WORKDIR /root/ws_ros
66

77
# Update to be your project's name
8-
ENV PROJECT_NAME=ros2-template
8+
ENV PROJECT_NAME=auv_controllers
99

1010
COPY . src/$PROJECT_NAME
1111

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run ROS Industrial CI
3838
uses: ros-industrial/industrial_ci@master
3939
env:
40-
DOCKER_IMAGE: ghcr.io/robotic-decision-making-lab/ros2-template:${{ matrix.env.IMAGE }}
40+
DOCKER_IMAGE: ghcr.io/robotic-decision-making-lab/auv_controllers:${{ matrix.env.IMAGE }}
4141
CXXFLAGS: >-
4242
-Wall -Wextra -Wpedantic -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls
4343
CC: ${{ env.CLANG_TIDY && 'clang' }}

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
workflow_dispatch:
1212

1313
env:
14-
PUSH: ${{ (github.event_name != 'pull_request') && (github.repository == 'robotic-decision-making-lab/ros2-template') }}
14+
PUSH: ${{ (github.event_name != 'pull_request') && (github.repository == 'robotic-decision-making-lab/auv_controllers') }}
1515

1616
jobs:
1717
ci:

example_pkg/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<maintainer email="evanp922@gmail.com">Evan Palmer</maintainer>
1010
<license>BSD 3-Clause</license>
1111

12-
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/ros2-template.git</url>
13-
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/ros2-template/issues</url>
12+
<url type="repository">https://github.com/Robotic-Decision-Making-Lab/auv_controllers.git</url>
13+
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/auv_controllers/issues</url>
1414

1515
<author>Evan Palmer</author>
1616

0 commit comments

Comments
 (0)