File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ RUN echo "source $OVERLAY_WS/install/setup.bash" >> ~/.bashrc
1616
1717RUN python3 -m venv semantic_world-venv --system-site-packages && source semantic_world-venv/bin/activate && pip install -U pip && pip install -U setuptools && pip install -r $OVERLAY_WS/src/semantic_world/requirements.txt
1818
19- # Install the Multiverse Parser
19+ # Install the Multiverse Parser outside of the overlay workspace
20+ WORKDIR /opt/ros
2021RUN git clone https://github.com/Multiverse-Framework/Multiverse-Parser.git
21- RUN 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
22+ RUN source $OVERLAY_WS/src/ 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
2223
2324RUN source /opt/ros/jazzy/setup.bash && cd $OVERLAY_WS && colcon build --symlink-install
2425RUN echo "source $OVERLAY_WS/install/setup.bash" >> ~/.bashrc
You can’t perform that action at this time.
0 commit comments