File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242
4343 - name : Run tests
4444 run : |
45- cd /opt/ros/overlay_ws/src/semantic_world
46- source ../ semantic_world-venv/bin/activate
45+ source /opt/ros/overlay_ws/install/setup.bash
46+ source /opt/ros/overlay_ws/src/ semantic_world-venv/bin/activate
4747 python -m pytest -v test/
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ RUN python3 -m venv semantic_world-venv --system-site-packages && source semant
2020RUN git clone https://github.com/Multiverse-Framework/Multiverse-Parser.git
2121RUN source semantic_world-venv/bin/activate && pip install -r Multiverse-Parser/requirements.txt && pip install pyside6 pyopengl jinja2 && ./Multiverse-Parser/setup.sh --usd && pip install -e Multiverse-Parser
2222
23+ RUN source /opt/ros/jazzy/setup.bash && cd $OVERLAY_WS && colcon build --symlink-install
24+ RUN echo "source $OVERLAY_WS/install/setup.bash" >> ~/.bashrc
2325
2426COPY entrypoint.sh /
2527ENTRYPOINT ["bash" , "/entrypoint.sh" ]
Original file line number Diff line number Diff line change 22set -e
33
44source /opt/ros/overlay_ws/install/setup.bash
5- source /opt/ros/overlay_ws/src/semantic_world/semantic_world -venv/bin/activate
5+ source /opt/ros/overlay_ws/src/semantic_world-venv/bin/activate
66
77exec " $@ "
You can’t perform that action at this time.
0 commit comments