File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,9 +93,9 @@ RUN python3 -m pip install -U \
9393
9494# Get the MoveIt2 source code
9595WORKDIR ${HOME_DIR}
96- RUN sudo git clone https://github.com/ros-planning /moveit2.git -b ${ROSDISTRO} moveit2/src
96+ RUN sudo git clone https://github.com/moveit /moveit2.git -b ${ROSDISTRO} moveit2/src
9797RUN cd ${MOVEIT2_DIR}/src \
98- && sudo git clone https://github.com/ros-planning /moveit2_tutorials.git -b ${ROSDISTRO}
98+ && sudo git clone https://github.com/moveit /moveit2_tutorials.git -b ${ROSDISTRO}
9999
100100# Update the ownership of the source files (had to use sudo above to work around
101101# a possible inherited 'insteadof' from the host that forces use of ssh
Original file line number Diff line number Diff line change 11repositories:
22 moveit_task_constructor:
33 type: git
4- url: https://github.com/ros-planning /moveit_task_constructor.git
4+ url: https://github.com/moveit /moveit_task_constructor.git
55 version: humble
66 moveit_visual_tools:
77 type: git
8- url: https://github.com/ros-planning /moveit_visual_tools
8+ url: https://github.com/moveit /moveit_visual_tools
99 version: ros2
1010 rosparam_shortcuts:
1111 type: git
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ ENV NAV2_DEPS_WS=${HOME_DIR}/nav2_deps_ws
4646RUN mkdir -p ${NAVIGATION2_WS}/src
4747WORKDIR ${NAVIGATION2_WS}/src
4848ARG NAV2_BRANCH=humble
49- RUN sudo git clone --branch $NAV2_BRANCH https://github.com/ros-planning /navigation2.git
49+ RUN sudo git clone --branch $NAV2_BRANCH https://github.com/ros-navigation /navigation2.git
5050
5151# Get keys for Nav2 dependencies
5252WORKDIR ${NAVIGATION2_WS}/
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ repositories:
2929 version: rolling
3030 map_msgs:
3131 type: git
32- url: https://github.com/ros-planning /navigation_msgs.git
32+ url: https://github.com/ros-navigation /navigation_msgs.git
3333 version: rolling
3434 ompl/ompl:
3535 type: git
Original file line number Diff line number Diff line change 11FROM ubuntu:20.04
22WORKDIR /root
3- ENV DEBIAN_FRONTEND noninteractive
3+ ENV DEBIAN_FRONTEND= noninteractive
44
55# Using Docker BuildKit cache mounts for /var/cache/apt and /var/lib/apt ensures that
66# the cache won't make it into the built image but will be maintained between steps.
@@ -36,9 +36,9 @@ WORKDIR /root/renode-rtems-leon3
3636RUN ./build-rtems.sh
3737RUN ./build-prom.sh
3838RUN mv rcc-1.3.0-gcc/ /opt/renode/
39- RUN mv grlib-gpl-2021.2-b4267 /opt/renode/
39+ RUN mv grlib-gpl-2024.1-b4291 /opt/renode/
4040
41- ENV PATH $PATH:/opt/renode/rcc-1.3.0-gcc/bin
41+ ENV PATH= $PATH:/opt/renode/rcc-1.3.0-gcc/bin
4242
4343WORKDIR /root
4444COPY config .config/renode/
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ repositories:
2929 version: main
3030 ros-humble-warehouse-ros-mongo:
3131 type: git
32- url: https://github.com/ros-planning /warehouse_ros_mongo.git
32+ url: https://github.com/moveit /warehouse_ros_mongo.git
3333 version: ros2
3434 vision_msgs:
3535 type: git
You can’t perform that action at this time.
0 commit comments