From f549b629cc87c424b8868e14e60e0378755d92c9 Mon Sep 17 00:00:00 2001 From: ReykCS Date: Thu, 16 Feb 2023 01:54:35 +0100 Subject: [PATCH] fied dockerfile | added pedsim back to gazebo | fixed last environment bug in training --- Dockerfile | 8 +- arena_bringup/launch/start_arena.launch | 2 +- .../launch/testing/simulators/gazebo.launch | 2 + poetry.lock | 546 +++++++++++++++--- pyproject.toml | 1 + rl_utils/rl_utils/envs/flatland_gym_env.py | 1 - task_generator/scripts/task_generator_node.py | 12 +- task_generator/task_generator/constants.py | 1 + .../task_generator/manager/map_manager.py | 2 +- .../simulators/gazebo_simulator.py | 82 ++- task_generator/task_generator/tasks/staged.py | 1 + .../scripts/task_progress_publisher.py | 4 +- 12 files changed, 556 insertions(+), 106 deletions(-) diff --git a/Dockerfile b/Dockerfile index b3475faa..3cad84da 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,6 +69,9 @@ COPY . /root/src/arena-rosnav RUN echo -e "source /opt/ros/noetic/setup.sh" >> /root/.bashrc RUN echo -e "source /root/devel/setup.sh" >> /root/.bashrc +RUN pip install scipy PyQt5 empy defusedxml +RUN pip install wandb + WORKDIR /root/src/arena-rosnav RUN rosws update @@ -77,4 +80,7 @@ RUN source /root/.bashrc \ && source /opt/ros/noetic/setup.sh \ && catkin_make -# roslaunch arena_bringup start_arena.launch visualization:=none >> output.txt \ No newline at end of file +WORKDIR /root/src/utils/stable-baselines3 +RUN pip install -e . + +WORKDIR /root/ \ No newline at end of file diff --git a/arena_bringup/launch/start_arena.launch b/arena_bringup/launch/start_arena.launch index f94f79f6..2619391f 100755 --- a/arena_bringup/launch/start_arena.launch +++ b/arena_bringup/launch/start_arena.launch @@ -146,7 +146,7 @@ - +