Skip to content

Commit ac67245

Browse files
authored
Fix build failure (#5769)
* Remove ros gz Signed-off-by: Maurice <mauricepurnawan@gmail.com> * Update rviz repo branch Signed-off-by: Maurice <mauricepurnawan@gmail.com> * Updates underlay repos Signed-off-by: Maurice <mauricepurnawan@gmail.com> * Update underlay Signed-off-by: Maurice <mauricepurnawan@gmail.com> * Update link Signed-off-by: Maurice <mauricepurnawan@gmail.com> * Update link Signed-off-by: Maurice <mauricepurnawan@gmail.com> --------- Signed-off-by: Maurice <mauricepurnawan@gmail.com>
1 parent 0fc9a10 commit ac67245

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ RUN apt-get update && \
5858
ros-$ROS_DISTRO-rmw-connextdds \
5959
ros-$ROS_DISTRO-rmw-cyclonedds-cpp \
6060
ros-$ROS_DISTRO-rmw-zenoh-cpp \
61-
ros-$ROS_DISTRO-ros-gz \
6261
&& pip3 install --break-system-packages \
6362
fastcov \
6463
git+https://github.com/ruffsl/colcon-cache.git@a937541bfc496c7a267db7ee9d6cceca61e470ca \

tools/underlay.repos

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
repositories:
2-
BehaviorTree/BehaviorTree.CPP:
3-
type: git
4-
url: https://github.com/BehaviorTree/BehaviorTree.CPP.git
5-
version: 4.8.2
2+
# BehaviorTree/BehaviorTree.CPP:
3+
# type: git
4+
# url: https://github.com/BehaviorTree/BehaviorTree.CPP.git
5+
# version: 4.8.2
66
ros2/rviz:
77
type: git
88
url: https://github.com/ros2/rviz.git

0 commit comments

Comments
 (0)