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

Dwil's profile - activity

2020-12-17 12:15:39 -0500 received badge  Famous Question (source)
2020-12-17 12:15:39 -0500 received badge  Notable Question (source)
2020-11-09 09:00:17 -0500 received badge  Famous Question (source)
2020-11-09 08:57:19 -0500 commented question Execute Unit Tests with Python 3

Hi Felix, Did you find a solution for this? I'm getting the same problem. Thanks.

2020-10-02 05:06:12 -0500 received badge  Popular Question (source)
2020-09-19 09:59:09 -0500 received badge  Enthusiast
2020-09-17 13:46:04 -0500 commented answer Catkin adds hardcoded paths to auto-generated .cmake files

You're absolutely right. This is only OK for me because all the packages that I've changed already explicitly include or

2020-09-17 13:41:28 -0500 commented answer Catkin adds hardcoded paths to auto-generated .cmake files

You're absolutely right. This is only OK for me because all the packages that I've changed already explicitly include or

2020-09-17 12:00:55 -0500 commented answer Catkin adds hardcoded paths to auto-generated .cmake files

I don't need to pass the variables at build time due to find_package(orocos_kdl REQUIRED) in the -extras.cmake file sett

2020-09-17 07:19:38 -0500 commented answer Catkin adds hardcoded paths to auto-generated .cmake files

Hi Dirk, This worked just great thank you. However, I only needed the find_package(orocos_kdl REQUIRED) section and had

2020-09-17 07:19:25 -0500 commented answer Catkin adds hardcoded paths to auto-generated .cmake files

Hi Dirk, This worked just great thank you. However, I only needed the find_package(orocos_kdl REQUIRED) section and had

2020-09-17 07:19:15 -0500 commented answer Catkin adds hardcoded paths to auto-generated .cmake files

Hi Dirk, This worked just great thank you. However, I only needed the find_package(orocos_kdl REQUIRED) section and had

2020-09-17 07:17:11 -0500 commented answer Catkin adds hardcoded paths to auto-generated .cmake files

Hi Dirk, This worked just great thank you. However, I only needed the find_package(orocos_kdl REQUIRED) section and had

2020-09-17 07:16:37 -0500 commented answer Catkin adds hardcoded paths to auto-generated .cmake files

Hi Dirk, This worked just great thank you. However, I only needed the find_package(orocos_kdl REQUIRED) section and had

2020-09-17 07:16:07 -0500 commented answer Catkin adds hardcoded paths to auto-generated .cmake files

Hi Dirk, This worked just great thank you. However, I only needed the find_package(orocos_kdl REQUIRED) section and had

2020-09-17 03:54:53 -0500 answered a question No rule to make target - liborocos-kdl.so.1.4.0 - install space issues?

This question is related to this other question/answer: https://answers.ros.org/question/361692/catkin-adds-hardcoded-pa

2020-09-17 03:53:36 -0500 received badge  Notable Question (source)
2020-09-16 17:20:41 -0500 received badge  Supporter (source)
2020-09-16 17:20:39 -0500 marked best answer Catkin adds hardcoded paths to auto-generated .cmake files

Hi all,

I notice that catkin creates hard coded paths in the auto-generated .cmake files when building catkin packages that link/include against plain .cmake files. This is noticeable with robot_state_publisher and kdl_conversions including paths to the install space of orocos_kdl header and library paths.

Is this just a function of catkin_make_isolated?

Is this by design so that you can guarantee to find this library and header for any subsequent build?

Is there anyway to turn this off, it makes my installation space non-relocatable.

Thanks, Dan

2020-09-16 17:20:38 -0500 received badge  Scholar (source)
2020-09-16 17:12:31 -0500 commented answer Catkin adds hardcoded paths to auto-generated .cmake files

Perfect. Thank you very much for your help. I will give it a go.

2020-09-16 17:11:45 -0500 received badge  Popular Question (source)
2020-09-16 16:10:29 -0500 commented answer Catkin adds hardcoded paths to auto-generated .cmake files

Ok great. Thank you for your response. Sorry for all the questions! I haven't found much information on this hard-coded

2020-09-16 14:46:10 -0500 commented answer Catkin adds hardcoded paths to auto-generated .cmake files

Hi Dirk, Thanks for the reply. So would you describe orocos_kdl as system package? Is it the fault of robot_state_publ

2020-09-16 10:55:17 -0500 asked a question Catkin adds hardcoded paths to auto-generated .cmake files

Catkin adds hardcoded paths to auto-generated .cmake files Hi all, I notice that catkin creates hard coded paths in the

2020-09-16 05:17:59 -0500 received badge  Organizer (source)
2020-09-15 13:01:47 -0500 asked a question No rule to make target - liborocos-kdl.so.1.4.0 - install space issues?

No rule to make target - liborocos-kdl.so.1.4.0 Hi guys, I'm building ROS melodic from source to an install space insi