About 382 results
Open links in new tab
  1. [ROS2] call service :"waiting for service to become available"

    Feb 28, 2020 · ros2 service list I can find the /init service so I want to call it like in following tutorial : https://index.ros.org/doc/ros2/Tutorials/Services/Understanding-ROS2-Services/#ros2 …

  2. Ubuntu 22.04 ros2 humble installing error GPG, libc-bin

    ROS distribution : ROS2 humble hawksbill to install ROS2 humble, while I'm following this : https://docs.ros.org/en/humble/Installation/Ubuntu-Install-Debians.html

  3. ROS2 How to uninstall/remove a package - ROS Answers

    Oct 25, 2020 · I have installed from source the package ros2-lgsvl-bridge and now I would like to remove it from my ros environment. How do I do it ?

  4. ROS2 Launch file error : libexec directory does not exist - ROS …

    Nov 16, 2020 · Plus when I run ros2 pkg executables ea_maintenance_mode_manager It doesn't display my node, so perhaps I'm missing an installation step of my package and executables.

  5. ModuleNotFoundError: No module named 'ament_package' - ROS …

    Jun 9, 2019 · SET(CMAKE_PREFIX_PATH "${CMAKE_REFIX_PATH} home/pankhuri/ros2_ws/install;/opt/ros/dashing") While building with colcon build --symlink …

  6. ros2: command not found Ubuntu 22.04 ros_humble [SOLVED]

    Jan 31, 2023 · In WSL2 I installed ROS2 - Humble for Ubuntu 22.04 from source. All the packages have installed, there were some depreciated library warnings but nothing that …

  7. ModuleNotFoundError: No module named 'rclpy._rclpy_pybind11'

    Sep 27, 2022 · The cpp talker works well but when I tried to run the demon

  8. How to properly set AMENT_PREFIX_PATH? - ROS Answers

    The cross-compiled ROS2 libraries and headers are respectively located in ~/sysroot/usr/lib and ~/sysroot/usr/include together with the system ones. I cross-compiled the ROS2 SDK, before …

  9. ROS 2: How to quit a node from within a callback?

    Sep 15, 2022 · I have a node with a callback. Now I want this callback to be able to shut down my node. I could do this in ROS 1 simply by calling rospy.signal_shutdown (). In ROS 2, I tried …

  10. ROS2 <command> gets stuck, any idea why? - ROS Answers

    I was hoping that running ros2 doctor would work, but that go stuck as well. If I put in ros2 without any commands I get: C:>ros2 usage: ros2 [-h] [--use-python-default-buffering] Call ros2 …