Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes maliput_object_py from the repo #37

Merged
merged 2 commits into from Jun 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -8,7 +8,6 @@ on:

env:
PACKAGE_NAME: maliput_object
OTHER_PACKAGE_NAME: maliput_object_py
ROS_DISTRO: foxy
ROS_WS: maliput_ws

Expand Down Expand Up @@ -53,12 +52,12 @@ jobs:
working-directory: ${{ env.ROS_WS }}
run: |
. /opt/ros/${ROS_DISTRO}/setup.bash;
colcon build --packages-up-to ${PACKAGE_NAME} ${OTHER_PACKAGE_NAME} \
colcon build --packages-up-to ${PACKAGE_NAME} \
--event-handlers=console_direct+
- name: colcon test
shell: bash
working-directory: ${{ env.ROS_WS }}
run: |
. /opt/ros/${ROS_DISTRO}/setup.bash;
colcon test --packages-select ${PACKAGE_NAME} ${OTHER_PACKAGE_NAME} --event-handlers=console_direct+;
colcon test --packages-select ${PACKAGE_NAME} --event-handlers=console_direct+;
colcon test-result --verbose;
5 changes: 2 additions & 3 deletions .github/workflows/sanitizers.yml
Expand Up @@ -7,7 +7,6 @@ on:

env:
PACKAGE_NAME: maliput_object
OTHER_PACKAGE_NAME: maliput_object_py
ROS_DISTRO: foxy
ROS_WS: maliput_ws
UBSAN_OPTIONS: halt_on_error=1
Expand Down Expand Up @@ -77,13 +76,13 @@ jobs:
COMPILER_FLAG: ${{ matrix.COMPILER_FLAG }}
run: |
. /opt/ros/${ROS_DISTRO}/setup.bash;
colcon build --packages-up-to ${PACKAGE_NAME} ${OTHER_PACKAGE_NAME} \
colcon build --packages-up-to ${PACKAGE_NAME} \
--event-handlers=console_direct+ \
--cmake-args ${COMPILER_FLAG}
- name: colcon test
shell: bash
working-directory: ${{ env.ROS_WS }}
run: |
. /opt/ros/${ROS_DISTRO}/setup.bash;
colcon test --packages-select ${PACKAGE_NAME} ${OTHER_PACKAGE_NAME} --event-handlers=console_direct+;
colcon test --packages-select ${PACKAGE_NAME} --event-handlers=console_direct+;
colcon test-result --verbose;
7 changes: 3 additions & 4 deletions .github/workflows/scan_build.yml
Expand Up @@ -7,7 +7,6 @@ on:

env:
PACKAGE_NAME: maliput_object
OTHER_PACKAGE_NAME: maliput_object_py
ROS_DISTRO: foxy
ROS_WS: maliput_ws

Expand Down Expand Up @@ -62,14 +61,14 @@ jobs:
working-directory: ${{ env.ROS_WS }}
run: |
. /opt/ros/${ROS_DISTRO}/setup.bash;
colcon build --packages-up-to ${PACKAGE_NAME} ${OTHER_PACKAGE_NAME} \
--packages-skip ${PACKAGE_NAME} ${OTHER_PACKAGE_NAME} \
colcon build --packages-up-to ${PACKAGE_NAME} \
--packages-skip ${PACKAGE_NAME} \
--event-handlers=console_direct+
- name: scan_build
shell: bash
working-directory: ${{ env.ROS_WS }}
run: |
. /opt/ros/${ROS_DISTRO}/setup.bash;
./src/${PACKAGE_NAME}/.github/run_scan_build \
--packages-select ${PACKAGE_NAME} ${OTHER_PACKAGE_NAME} \
--packages-select ${PACKAGE_NAME} \
--event-handlers=console_direct+;
76 changes: 0 additions & 76 deletions maliput_object_py/.flake8

This file was deleted.

8 changes: 0 additions & 8 deletions maliput_object_py/CHANGELOG.rst

This file was deleted.

77 changes: 0 additions & 77 deletions maliput_object_py/CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion maliput_object_py/doc/Doxyfile.overlay.in

This file was deleted.

5 changes: 0 additions & 5 deletions maliput_object_py/maliput_object/__init__.py

This file was deleted.

26 changes: 0 additions & 26 deletions maliput_object_py/package.xml

This file was deleted.

1 change: 0 additions & 1 deletion maliput_object_py/src/CMakeLists.txt

This file was deleted.

31 changes: 0 additions & 31 deletions maliput_object_py/src/bindings/CMakeLists.txt

This file was deleted.