Skip to content

Commit 8b85e69

Browse files
committed
prepare for closed repo.
Signed-off-by: Jelmer de Wolde <jelmer.de.wolde@alliander.com>
1 parent 345cd52 commit 8b85e69

311 files changed

Lines changed: 846 additions & 659 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.devcontainer/dev/Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ COPY .devcontainer/dev/.dev_bashrc /.dev_bashrc
5858
RUN echo "source /.dev_bashrc" >> /home/$REMOTE_USER/.bashrc
5959

6060
# Copy repo packages:
61-
COPY alliander_core/src/ /alliander/ros/src
62-
COPY alliander_diagnostics/src/ /alliander/ros/src
63-
COPY alliander_franka/src/ /alliander/ros/src
64-
COPY alliander_joystick/src/ /alliander/ros/src
65-
COPY alliander_meta/src/ /alliander/ros/src
66-
COPY alliander_moveit/src/ /alliander/ros/src
67-
COPY alliander_nav2/src/ /alliander/ros/src
68-
COPY alliander_xsens/src/ /alliander/ros/src
61+
COPY alliander_robotics/alliander_core/src/ /alliander/ros/src
62+
COPY alliander_robotics/alliander_diagnostics/src/ /alliander/ros/src
63+
COPY alliander_robotics/alliander_franka/src/ /alliander/ros/src
64+
COPY alliander_robotics/alliander_joystick/src/ /alliander/ros/src
65+
COPY alliander_robotics/alliander_meta/src/ /alliander/ros/src
66+
COPY alliander_robotics/alliander_moveit/src/ /alliander/ros/src
67+
COPY alliander_robotics/alliander_nav2/src/ /alliander/ros/src
68+
COPY alliander_robotics/alliander_xsens/src/ /alliander/ros/src
6969

7070
# Build repo packages:
7171
RUN /alliander/colcon_build.sh

.github/actions/deploy-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ runs:
4747
run: |
4848
echo "BASE_IMAGE=$(yq .${{ inputs.component }}.base_image components.yml)" >> $GITHUB_OUTPUT
4949
echo "REPOSITORY=$(yq .${{ inputs.component }}.repository components.yml)" >> $GITHUB_OUTPUT
50-
echo "DOCKERFILE=$(yq .${{ inputs.component }}.dockerfile components.yml)" >> $GITHUB_OUTPUT
50+
echo "DOCKERFILE=alliander_robotics/$(yq .${{ inputs.component }}.dockerfile components.yml)" >> $GITHUB_OUTPUT
5151
- name: Setup Docker Buildx
5252
uses: docker/setup-buildx-action@v4
5353
- name: Docker login

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
__pycache__/
5+
**/__pycache__/
66
ignore/
77
.config/
88
.vscode/

alliander_robotics/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

alliander_core/src/alliander_description/CMakeLists.txt renamed to alliander_robotics/alliander_core/src/alliander_description/CMakeLists.txt

File renamed without changes.

alliander_core/src/alliander_description/ewellix/config/controllers.yaml renamed to alliander_robotics/alliander_core/src/alliander_description/ewellix/config/controllers.yaml

File renamed without changes.

alliander_core/src/alliander_description/ewellix/urdf/adapted/ewellix_macro.xacro renamed to alliander_robotics/alliander_core/src/alliander_description/ewellix/urdf/adapted/ewellix_macro.xacro

File renamed without changes.

0 commit comments

Comments
 (0)