GithubHelp home page GithubHelp logo

Comments (5)

hemalshahNV avatar hemalshahNV commented on June 12, 2024 2

Yes, we have run into this and had reverted to cmake 3.23 to get builds running again. That fix will be included along with updated prebuilt images in our upcoming release this month (August).

from isaac_ros_common.

swapnesh-wani-nvidia avatar swapnesh-wani-nvidia commented on June 12, 2024

Please have a look at this #39

Look for the existence of the Dockerfile.aarch64.humble.nav2 which references the pre-built image.

from isaac_ros_common.

automech-rb avatar automech-rb commented on June 12, 2024

Hi,

I am able to use pre-built image but it leads to build error on many packages which were building successfully on jp 5.0.1
Here is one of the example:
use CONFIG_IMAGE_KEY=humble.nav2.realsense.urg
and content of urg image as:

ARG BASE_IMAGE
FROM ${BASE_IMAGE}

# Install URG node
RUN apt-get update && mkdir -p ${ROS_ROOT}/src && cd ${ROS_ROOT}/src \
    && git clone -b master https://github.com/ros-drivers/urg_node_msgs.git \
    && git clone -b ros2-devel https://github.com/ros-perception/laser_proc.git \
    && git clone -b ros2-devel https://github.com/ros-drivers/urg_c.git \
    && git clone -b ros2-devel https://github.com/ros-drivers/urg_node.git \
    && source ${ROS_ROOT}/setup.bash && cd ${ROS_ROOT} \
    && rosdep install -y -r --ignore-src --from-paths src --rosdistro ${ROS_DISTRO} \
    && colcon build --merge-install --parallel-workers 6 --cmake-args -DCMAKE_BUILD_TYPE=RelWithDebInfo --packages-up-to urg_node \
    && rm -Rf src logs build \
&& rm -rf /var/lib/apt/lists/* \
&& apt-get clean

This leads to error

--- stderr: urg_node
CMake Error at /opt/ros/humble/install/share/urg_node_msgs/cmake/ament_cmake_export_targets-extras.cmake:18 (message):
  Failed to find exported target names in
  '/opt/ros/humble/install/share/urg_node_msgs/cmake/export_urg_node_msgs__rosidl_generator_cExport.cmake'
Call Stack (most recent call first):
  /opt/ros/humble/install/share/urg_node_msgs/cmake/urg_node_msgsConfig.cmake:41 (include)
  CMakeLists.txt:29 (find_package)

And similar Failed to find exported target names in errors on other packages!

This same urg_node build is working on dustynv/ros:humble-ros-base-l4t-r35.1.0. I am not sure what is the problem with isaac docker image.

from isaac_ros_common.

automech-rb avatar automech-rb commented on June 12, 2024

Found the issue. It is related to to this similar issue on dusty jetson containers.

from isaac_ros_common.

hemalshahNV avatar hemalshahNV commented on June 12, 2024

This should be resolved in our latest release where cmake is downgraded to 3.23.2.

from isaac_ros_common.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.