Robotics StackExchange | Archived questions

[Ros 2] depth_image_proc

OS: Windows 10 ROS Version- ROS 2 Dashing patch 1

Hi! I am trying to use the depthimageproc library. I am trying to call the launch file for pointcloudxyziradial.launch.py but I am getting an error that apicomposition and apicompositioncli Does not Exist (Yes, I commented out the intel realsense line). ROS 2 imagepipeline/depthimage_proc).

This is the error I receive right before it shuts down.

[ERROR] [launch]: Caught exception in launch (see debug for traceback): executable 'api_composition' not found on the libexec directory 'C:\dev\ros2\lib\composition'

Does anyone know how to properly launch this node? I am using components and containers for my projects currently, and even tried to make this node the same. My prediction is the apicompositioncli stuff is all out dated. I just need to be able to launch this node!!

Edit:

I also tried making it an rclcpp_component and I got an Exception thrown in the launch saying "undefined Reference"

THank you

Asked by zipp39 on 2019-08-27 14:07:54 UTC

Comments

Could you please tag questions with the appropriate tags? In this case: Windows10 and RosOnWindows? That will both associate it with other ROS-on-Windows questions as well as alert interested board members to you posting them.

Asked by gvdhoorn on 2019-08-28 02:43:30 UTC

Answers