
ROS Answers archive
This is the static archive of questions from ROS Answers archive Answers.
TF_OLD_DATA ignoring data from the past for frame base ... - ROS …
By doing an echo of my /tf topic I am able to see the timestamps of the different transforms, and I realized that those timestamps are given in seconds from 1970, whereas the message I get …
Cannot locate rosdep definition - ROS Answers archive
Apr 9, 2019 · There is no ROS package called gazebo_plugin, nor is there an Ubuntu package (in your case) that is called gazebo_plugin, so rosdep cannot determine which package should be …
OSError: [Errno 13] Permission denied - ROS Answers archive
Nov 7, 2016 · roslaunch beginner_tutorials gazebo.launch model:=urdf/robot1_base_01.xacro
Ubuntu 22.04 ros2 humble installing error GPG, libc-bin - ROS …
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
ROS2 How to uninstall/remove a package - ROS Answers
Oct 25, 2020 · In ROS1 I would source ROS again, rebuild my packages and it would be done ! But here in ROS2 Dashing even when sourcing ROS2 again I still have this package in those …
ROS 2: How to quit a node from within a callback?
Sep 15, 2022 · I could do this in ROS 1 simply by calling rospy.signal_shutdown (). In ROS 2, I tried calling rclpy.shutdown (), but this just hangs the node. Any thoughts? Below is a …
The repository 'http://packages.ros.org/ros2/ubuntu kinetic …
Apr 29, 2023 · The repository 'http://packages.ros.org/ros2/ubuntu kinetic Release' does not have a Release file.
Is /clock being published? - ROS Answers archive
Details given below. I am using Apollo Auto (open source autonomous car project) which uses ros platform for communication between the nodes. Basically Apollo uses docker environment to …
Nav2 the robot moving backward turns around at the target goal
Aug 9, 2023 · Hello, I am using navigation2 in ROS2 humble. I want my robot to go to the target position behind it while facing the front. It goes well to the target position moving backward, but …