Skip to content

Commit 5612a27

Browse files
committed
Updated project configurations
1 parent e959df3 commit 5612a27

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
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:rolling-desktop
1+
FROM ghcr.io/robotic-decision-making-lab/libdvla50:rolling-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/ubuntu/ws_ros/src/ros2-template,type=bind",
6-
"workspaceFolder": "/home/ubuntu/ws_ros/src/ros2-template",
5+
"workspaceMount": "source=${localWorkspaceFolder},target=/home/ubuntu/ws_ros/src/libdvla50,type=bind",
6+
"workspaceFolder": "/home/ubuntu/ws_ros/src/libdvla50",
77
"remoteUser": "ubuntu",
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:rolling-desktop-nvidia
1+
FROM ghcr.io/robotic-decision-making-lab/libdvla50:rolling-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/ubuntu/ws_ros/src/ros2-template,type=bind",
6-
"workspaceFolder": "/home/ubuntu/ws_ros/src/ros2-template",
5+
"workspaceMount": "source=${localWorkspaceFolder},target=/home/ubuntu/ws_ros/src/libdvla50,type=bind",
6+
"workspaceFolder": "/home/ubuntu/ws_ros/src/libdvla50",
77
"remoteUser": "ubuntu",
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=libdvla50
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/libdvla50:${{ 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/libdvla50') }}
1515

1616
jobs:
1717
ci:

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"/opt/ros/rolling/local/lib/python3.12/dist-packages/",
3333
"${workspaceFolder}/install/"
3434
],
35-
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/ros2-template/bin/python",
35+
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/libdvla50/bin/python",
3636
"C_Cpp.default.intelliSenseMode": "linux-gcc-x86",
3737
"C_Cpp.clang_format_fallbackStyle": "Google",
3838
"C_Cpp.codeAnalysis.clangTidy.enabled": true,

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Using this template is as easy as 1, 2, 3...
2525

2626
1. Use this repository [as a template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)
2727
for your project
28-
2. Replace all instances of "ros2-template" with your own project's name
28+
2. Replace all instances of "libdvla50" with your own project's name
2929
3. Replace the source code with your own project!
3030

3131
Feel free to remove any unused configurations/pipelines and to adjust things as
@@ -34,5 +34,5 @@ you see fit for your project!
3434
## Getting help
3535

3636
If you have questions regarding usage of this project or would like to
37-
contribute, please ask a question on our [Discussions](https://github.com/Robotic-Decision-Making-Lab/ros2-template/discussions)
37+
contribute, please ask a question on our [Discussions](https://github.com/Robotic-Decision-Making-Lab/libdvla50/discussions)
3838
board!

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>MIT</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/libdvla50.git</url>
13+
<url type="bugtracker">https://github.com/Robotic-Decision-Making-Lab/libdvla50/issues</url>
1414

1515
<author>Evan Palmer</author>
1616

0 commit comments

Comments
 (0)