Skip to content

Commit 0ed95af

Browse files
committed
[PR] PR feedback
1 parent 12b34f6 commit 0ed95af

8 files changed

Lines changed: 5 additions & 39 deletions

File tree

.github/workflows/build_and_deploy_doc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
push:
99
branches:
1010
- main
11-
- docker
1211

1312
# If your git repository has the Jupyter Book within some-subfolder next to
1413
# unrelated files, you can make this run only if a file within that specific

.github/workflows/notebook-test-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- docker
87
pull_request:
98
branches:
109
- main
@@ -19,7 +18,7 @@ defaults:
1918
jobs:
2019
test-and-build:
2120
name: Test Jupyter Notebooks
22-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-latest
2322
container:
2423
image: "pycram/semantic_world:jazzy"
2524

doc/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ numpy
44
sphinx-autoapi
55
sphinxcontrib-plantuml
66
pylint
7-
semantic_world

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WORKDIR $OVERLAY_WS/src
1010
SHELL ["/bin/bash", "-c"]
1111

1212
RUN apt update && apt install python3.12-venv ros-jazzy-xacro python3-vcstool git ros-dev-tools default-jre graphviz graphviz-dev -y
13-
RUN vcs import --input https://raw.githubusercontent.com/LucaKro/semantic_world/main/rosinstall/semantic_world-https.rosinstall
13+
RUN vcs import --input https://raw.githubusercontent.com/cram2/semantic_world/main/rosinstall/semantic_world-https.rosinstall
1414
RUN source /opt/ros/jazzy/setup.bash && cd $OVERLAY_WS && colcon build --symlink-install
1515
RUN echo "source $OVERLAY_WS/install/setup.bash" >> ~/.bashrc
1616

docker/entrypoint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#!/bin/bash
2-
1+
#!/usr/bin/env bash
32
set -e
43

54
source /opt/ros/overlay_ws/install/setup.bash

resources/urdf/box.urdf

Lines changed: 0 additions & 30 deletions
This file was deleted.

rosinstall/semantic_world-https.rosinstall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repositories:
55
version: ros-jazzy
66
semantic_world:
77
type: git
8-
url: https://github.com/LucaKro/semantic_world.git
8+
url: https://github.com/cram2/semantic_world.git
99
version: main
1010
iai_pr2:
1111
type: git

rosinstall/semantic_world.rosinstall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repositories:
55
version: ros-jazzy
66
semantic_world:
77
type: git
8-
url: git@github.com:LucaKro/semantic_world.git
8+
url: git@github.com:cram2/semantic_world.git
99
version: main
1010
iai_pr2:
1111
type: git

0 commit comments

Comments
 (0)