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

bionade24's profile - activity

2023-03-13 11:15:35 -0500 edited answer ROS2 build faild on i3WM

Every desktop should have a notifcation daemon, and colcon won't be the last application that runs into that problem. Ju

2023-03-13 11:15:35 -0500 received badge  Editor (source)
2023-03-13 11:15:18 -0500 received badge  Rapid Responder (source)
2023-03-13 11:15:18 -0500 answered a question ROS2 build faild on i3WM

Every desktop should have a notifcation desktop, and colcon won't be the last application that runs into that problem. J

2021-07-18 05:14:48 -0500 received badge  Famous Question (source)
2021-07-18 05:14:48 -0500 received badge  Notable Question (source)
2020-04-17 12:09:35 -0500 commented answer How to access ChannelFloat32 in python?

Thx, I didn't know that I need .msg additionally in python.

2020-04-17 12:09:35 -0500 received badge  Commentator
2020-04-17 12:08:48 -0500 marked best answer How to access ChannelFloat32 in python?

Hello, I'm on melodic and try to subscribe to a ChannelFloat32 message, but I neither can import the type nor have an Idea how to access that. How can I do that?

2020-04-17 12:08:48 -0500 received badge  Scholar (source)
2020-04-16 14:37:02 -0500 asked a question How to access ChannelFloat32 in python?

How to access ChannelFloat32 in python? Hello, I'm on melodic and try to subscribe to a ChannelFloat32 message, but I ne

2020-02-11 09:44:04 -0500 answered a question pylint with python_qt_bindings

https://github.com/PyCQA/pylint/issues/3398

2020-01-24 15:47:51 -0500 commented answer How to change glibc linked to?

Yes, they are. And if he did everything the right way, this couldn't happen. But if you're hardcore into legacy stuff yo

2020-01-24 14:59:25 -0500 received badge  Popular Question (source)
2020-01-24 12:28:20 -0500 commented answer How to change glibc linked to?

Sorry, I didn't explained my thoughts well. I ment if you for example compile ROS melodic on 16.04 you could probably ru

2020-01-24 11:48:18 -0500 edited answer How to change glibc linked to?

This happened because all ROS packages link against the libc version roscpp was linked against. You have to recompile ro

2020-01-24 11:42:43 -0500 commented answer How to change glibc linked to?

But if you for example use, Gentoo, Fedora or an older version of debian/ubuntu or maybe debian unstable, you can run in

2020-01-24 11:14:24 -0500 commented answer How to change glibc linked to?

I think that's something that can appear on every Linux Distribution. The libc change, and ROS packages use roscpp to li

2020-01-21 02:12:45 -0500 marked best answer How to change glibc linked to?

Hi, I always get this error:

/usr/bin/ld: CMakeFiles/mechanum_steering_node.dir/__/drive/interface/SocketCAN.cpp.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'

When I add Thread as REQUIRED_COMPONENTS and target_link_libraries it works again for this specific package. How can I solve this globally?

2020-01-19 14:04:59 -0500 commented answer How to change glibc linked to?

I'm using Arch Linux, packages are built with makepkg.

2020-01-19 07:57:21 -0500 answered a question How to change glibc linked to?

I simply had to recompile rostime, cpp-common and roscpp, now everything works again.

2020-01-19 07:57:21 -0500 received badge  Rapid Responder (source)
2020-01-18 16:04:32 -0500 asked a question How to change glibc linked to?

How to change glibc linked to? Hi, I always get this error: /usr/bin/ld: CMakeFiles/mechanum_steering_node.dir/__/driv

2020-01-18 16:04:06 -0500 asked a question How to change glibc linked to?

How to change glibc linked to? Hi, I always get this error: /usr/bin/ld: CMakeFiles/mechanum_steering_node.dir/__/driv

2019-08-13 22:15:45 -0500 received badge  Famous Question (source)
2019-05-15 09:23:30 -0500 received badge  Notable Question (source)
2019-05-15 09:13:46 -0500 marked best answer CMake Error: /catkin_ws/build/catkin/catkin_generated/version/package.cmake returned error code No such file or directory

I'm trying to do catkin_make with python3 on Arch Linux, but I get this error:

CMake Error at /opt/ros/melodic/share/catkin/cmake/safe_execute_process.cmake:11 (message):
  execute_process(/home/oskar/workspace/catkin_ws/build/python3
  "/opt/ros/melodic/share/catkin/cmake/parse_package_xml.py"
  "/opt/ros/melodic/share/catkin/cmake/../package.xml"
  "/home/oskar/workspace/catkin_ws/build/catkin/catkin_generated/version/package.cmake")
  returned error code No such file or directory
Call Stack (most recent call first):
  /opt/ros/melodic/share/catkin/cmake/catkin_package_xml.cmake:74 (safe_execute_process)
  /opt/ros/melodic/share/catkin/cmake/all.cmake:167 (_catkin_package_xml)
  /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:20 (include)
  CMakeLists.txt:56 (find_package)

Can anyone please help me solving this issue, seems some part of catkin wasn't generated before.

2019-05-15 09:03:16 -0500 answered a question CMake Error: /catkin_ws/build/catkin/catkin_generated/version/package.cmake returned error code No such file or directory

I solved it by specifiying the interpreter value with the full path. Before, I used catkin_make --cmake-args -DPYTHON_E

2019-05-15 01:28:05 -0500 received badge  Popular Question (source)
2019-05-14 15:45:36 -0500 commented question CMake Error: /catkin_ws/build/catkin/catkin_generated/version/package.cmake returned error code No such file or directory

So I'll do a little bit research tomorrow trough cmake's python linking. Thanks for your suggestions.

2019-05-14 14:49:19 -0500 commented question CMake Error: /catkin_ws/build/catkin/catkin_generated/version/package.cmake returned error code No such file or directory

Do you know which package is mandatory for the python executable?

2019-05-14 13:57:05 -0500 commented question CMake Error: /catkin_ws/build/catkin/catkin_generated/version/package.cmake returned error code No such file or directory

None of both files exist.

2019-05-14 12:09:59 -0500 commented question CMake Error: /catkin_ws/build/catkin/catkin_generated/version/package.cmake returned error code No such file or directory

The file pacakge.cmake doesn't exist. And since catkin_make never finished successfully, there neither a py3 nor py2 bin

2019-05-14 11:13:22 -0500 asked a question CMake Error: /catkin_ws/build/catkin/catkin_generated/version/package.cmake returned error code No such file or directory

CMake Error: /catkin_ws/build/catkin/catkin_generated/version/package.cmake returned error code No such file or direct

2019-05-14 11:13:22 -0500 answered a question Problem with catkin_make in Arch_linux

Hello I'm the new ROS melodic AUR maintainer and now ros-melodic-ros-base is building again, but I had the same issue. I

2019-05-14 11:04:10 -0500 received badge  Supporter (source)