Skip to content

Commit

Permalink
fix(yocto/image): add missing python3-rospkg and python3-pip
Browse files Browse the repository at this point in the history
  • Loading branch information
nikAizuddin committed Jun 18, 2023
1 parent b98ae2d commit ace14cd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ ROS_SYSROOT_BUILD_DEPENDENCIES = " \
python3-empy \
python3 \
python3-pytest \
python3-rospkg \
rcutils \
rmw-implementation-cmake \
rosidl-cmake \
Expand Down Expand Up @@ -114,6 +115,7 @@ IMAGE_INSTALL:append = " \
${NETWORKING} \
${CAMERA} \
ros-core \
python3-pip \
python3-argcomplete \
glibc-utils \
localedef \
Expand Down

0 comments on commit ace14cd

Please sign in to comment.