File tree Expand file tree Collapse file tree 5 files changed +320
-315
lines changed
behaviortree_ros2/include/behaviortree_ros2 Expand file tree Collapse file tree 5 files changed +320
-315
lines changed Original file line number Diff line number Diff line change 1- FROM osrf/ros:jazzy -desktop-full
1+ FROM osrf/ros:humble -desktop-full
22
33
44RUN apt-get update && apt-get upgrade -y
55RUN DEBIAN_FRONTEND=noninteractive apt-get install software-properties-common ros-dev-tools python3-colcon-common-extensions -y
66RUN DEBIAN_FRONTEND=noninteractive apt-get install ros-${ROS_DISTRO}-angles ros-${ROS_DISTRO}-tf2 ros-${ROS_DISTRO}-tf2-ros ros-${ROS_DISTRO}-tf2-geometry-msgs
7- RUN DEBIAN_FRONTEND=noninteractive apt-get install libboost-filesystem1.83-dev
7+ # RUN DEBIAN_FRONTEND=noninteractive apt-get install libboost-filesystem1.83-dev
8+ RUN apt install rapidjson-dev
89# BT.ROS2 related deps
910RUN DEBIAN_FRONTEND=noninteractive apt-get install ros-${ROS_DISTRO}-generate-parameter-library -y
1011# Boost & yaml-cpp
@@ -22,6 +23,7 @@ COPY deps.repos /deps.repos
2223# Make sure it is executable
2324RUN chmod +x /entrypoint.sh
2425
26+ RUN useradd -m ubuntu
2527USER ubuntu
2628RUN mkdir -p /home/ubuntu/eut_bt_ros2_ws/src
2729WORKDIR /home/ubuntu/eut_bt_ros2_ws/src
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
66 network_mode : host
77 # runtime: nvidia
88 user : ubuntu
9- image : eut_bt_ros2:jazzy
9+ image : eut_bt_ros2:humble
1010 privileged : true
1111 volumes :
1212 - /tmp/.X11-unix:/tmp/.X11-unix:rw
Original file line number Diff line number Diff line change 11#! /bin/bash
2- ROS_DISTRO=jazzy
2+ ROS_DISTRO=humble
33
44
55set -e
You can’t perform that action at this time.
0 commit comments