ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

khassanov's profile - activity

2020-11-07 15:20:15 -0500 received badge  Famous Question (source)
2020-11-07 15:20:15 -0500 received badge  Notable Question (source)
2020-10-20 12:36:41 -0500 marked best answer Could NOT find FastRTPS (missing: FastRTPS_INCLUDE_DIR FastRTPS_LIBRARIES)

I'm attempt to build a package with a custom action, but it fails with an error Could NOT find FastRTPS (missing: FastRTPS_INCLUDE_DIR FastRTPS_LIBRARIES). Please find full colon output below.

Google points me out to this fix and with export CMAKE_PREFIX_PATH=$AMENT_PREFIX_PATH:$CMAKE_PREFIX_PATH it works. Is it an issue I have to report to some repository or it's something missed in my CMakeLists.txt or package.xml files?

$colcon build --packages-select my_package
Starting >>> my_package
--- stderr: my_package
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find FastRTPS (missing: FastRTPS_INCLUDE_DIR FastRTPS_LIBRARIES)
Call Stack (most recent call first):
  /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  /opt/ros/dashing/share/fastrtps_cmake_module/cmake/Modules/FindFastRTPS.cmake:95 (find_package_handle_standard_args)
  /opt/ros/dashing/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_c-extras.cmake:7 (find_package)
  /opt/ros/dashing/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_cConfig.cmake:38 (include)
  /opt/ros/dashing/share/rosidl_default_generators/cmake/rosidl_default_generators-extras.cmake:21 (find_package)
  /opt/ros/dashing/share/rosidl_default_generators/cmake/rosidl_default_generatorsConfig.cmake:38 (include)
  CMakeLists.txt:6 (find_package)


---
Failed   <<< my_package       [ Exited with code 1 ]

Summary: 0 packages finished [0.82s]
  1 package failed: my_package
  1 package had stderr output: my_package
2020-10-04 05:36:59 -0500 received badge  Good Question (source)
2020-07-23 16:48:52 -0500 received badge  Nice Question (source)
2020-02-18 04:58:11 -0500 received badge  Popular Question (source)
2020-02-17 06:35:04 -0500 asked a question Suggested visual detection and tracking package?

Suggested visual detection and tracking package? Hello. I'm looking for a package to track objects position in 3D on co

2019-11-29 03:52:20 -0500 received badge  Famous Question (source)
2019-11-29 01:58:43 -0500 received badge  Student (source)
2019-11-29 01:58:33 -0500 received badge  Notable Question (source)
2019-11-29 01:58:33 -0500 received badge  Popular Question (source)
2019-10-21 02:59:33 -0500 received badge  Famous Question (source)
2019-10-11 06:36:51 -0500 received badge  Enthusiast
2019-10-10 08:45:51 -0500 commented answer No stdout logging output in ROS2 using launch

Could you share your snippet reaches emulate_tty, please?

2019-10-04 06:53:31 -0500 asked a question Could NOT find FastRTPS (missing: FastRTPS_INCLUDE_DIR FastRTPS_LIBRARIES)

Could NOT find FastRTPS (missing: FastRTPS_INCLUDE_DIR FastRTPS_LIBRARIES) I'm attempt to build a package with a custom

2019-10-02 03:14:24 -0500 commented question Best practices to manage ROS2 package python dependencies

Rosdep uses own package registry not connected with pypi.org. There is a list of Python packages available: https://raw.

2019-10-02 03:13:58 -0500 commented question Best practices to manage ROS2 package python dependencies

Rosdep uses own package registry not connected with pypi.org directly. There is a list of Python packages available: htt

2019-10-02 03:13:35 -0500 commented question Best practices to manage ROS2 package python dependencies

Rosdep uses own package registry not connected with pypi.org directly. There is a list of Python packages available: ht

2019-10-02 03:13:30 -0500 commented question Best practices to manage ROS2 package python dependencies

Rosdep uses own package registry not connected with pypi.org directly. There is a list of Python packages available: htt

2019-10-02 03:09:17 -0500 commented question Best practices to manage ROS2 package python dependencies

Rosdep uses own package registry not connected with pypi.org directly. There is a list of Python packages available: htt

2019-10-02 02:54:13 -0500 received badge  Notable Question (source)
2019-09-30 16:18:51 -0500 commented question Best practices to manage ROS2 package python dependencies

While answers recommends rosdep, this one: https://answers.ros.org/question/310728/rosdep-and-ros2/ can help as well.

2019-09-30 14:05:01 -0500 received badge  Popular Question (source)
2019-09-30 07:23:36 -0500 asked a question Best practices to manage ROS2 package python dependencies

Best practices to manage ROS2 package python dependencies What the best practice to manage / install dependencies for RO

2017-10-29 07:22:45 -0500 received badge  Supporter (source)