Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Fix symbol lookup error while executing image_saver #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions 00-isaac_ros_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,11 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
RUN . /opt/ros/$ROS_DISTRO/install/setup.sh && \
cd ${ROS_ROOT} && \
rosdep install -y --ignore-src --from-paths src --rosdistro foxy && \
rosdep install -y --ignore-src --from-paths src --rosdistro foxy \
--skip-keys "libopencv-dev libopencv-contrib-dev libopencv-imgproc-dev python-opencv python3-opencv" && \
colcon build --merge-install --packages-up-to pcl_conversions sensor_msgs_py diagnostic_updater xacro \
camera_calibration_parsers image_transport image_common camera_info_manager && \
camera_calibration_parsers image_transport image_common camera_info_manager \
image_publisher depth_image_proc image_proc image_view image_rotate stereo_image_proc compressed_image_transport compressed_depth_image_transport && \
rm -Rf src logs build

# Install gcc8 for cross-compiled binaries from Ubuntu 20.04
Expand Down Expand Up @@ -121,4 +123,4 @@ RUN sed --in-place --expression \

# https://docs.docker.com/engine/reference/builder/#stopsignal
# https://hynek.me/articles/docker-signals/
STOPSIGNAL SIGINT
STOPSIGNAL SIGINT
34 changes: 33 additions & 1 deletion 00-isaac_ros_base/isaac_ros_base.rosinstall
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,36 @@
- git:
local-name: image_common
version: 3.0.0
uri: https://github.com/ros-perception/image_common.git
uri: https://github.com/ros-perception/image_common.git
- git:
local-name: image_pipeline/image_publisher
uri: https://github.com/ros2-gbp/image_pipeline-release.git
version: release/foxy/image_publisher/2.2.1-1
- git:
local-name: image_pipeline/depth_image_proc
uri: https://github.com/ros2-gbp/image_pipeline-release.git
version: release/foxy/depth_image_proc/2.2.1-1
- git:
local-name: image_pipeline/image_proc
uri: https://github.com/ros2-gbp/image_pipeline-release.git
version: release/foxy/image_proc/2.2.1-1
- git:
local-name: image_pipeline/image_view
uri: https://github.com/ros2-gbp/image_pipeline-release.git
version: release/foxy/image_view/2.2.1-1
- git:
local-name: image_pipeline/image_rotate
uri: https://github.com/ros2-gbp/image_pipeline-release.git
version: release/foxy/image_rotate/2.2.1-1
- git:
local-name: image_pipeline/stereo_image_proc
uri: https://github.com/ros2-gbp/image_pipeline-release.git
version: release/foxy/stereo_image_proc/2.2.1-1
- git:
local-name: image_transport_plugins/compressed_image_transport
uri: https://github.com/ros2-gbp/image_transport_plugins-release.git
version: release/foxy/compressed_image_transport/2.3.1-1
- git:
local-name: image_transport_plugins/compressed_depth_image_transport
uri: https://github.com/ros2-gbp/image_transport_plugins-release.git
version: release/foxy/compressed_depth_image_transport/2.3.1-1