instruction
stringlengths
40
29.6k
I'm using O3DE 2310.2 from the .deb download in Ubuntu 23.10 and have sourced my ros2 install/setup.bash, then launched o3de. Next I created a new project using the ROS2 Project template, then made a new level and have the Atom Default Environment with the checkerboard ground, outdoor background image, and shaderball....
(I uploaded this a while ago but got no response whatsoever, so I'm uploading it again) I am trying to use hector_mapping so I can get odom data just from my LiDAR to make a map of and navigate around my house. However, I'm getting intermittent errors with the base_footprint and base_link frames on Rviz (it says for a ...
I am running Fortress and Humble and I am getting this error. s@linux-main:~/nookit$ colcon build --cmake-args -DBUILD_TESTING=ON Starting >>> ros_gz_example_description Starting >>> ros_gz_example_application Finished <<< ros_gz_example_description [0.43s] Starting >>> ros_gz_example_ga...
I have a SystemPlugin that I attached to the sdf of a camera as here. This seemed to work & I could see the gz transport topic publishing the camera image feed. Now, I want to enable/disable the sensor (camera here) from inside the Plugin. I understand I can do that using the SetActive method of gz::sensors::CameraSens...
I would like to communicate with ROS nodes running in a systemd service. Multicast discovery and shared memory transport cannot be used in this context, so I'm using a discovery server and UDP transport instead. I have a Fast DDS discovery server with the following configuration (@guidPrefix@ and @port@ are replaced du...
Required Info: Operating System: Ubuntu20.04, Arm64, Jetson Orin NX Installation type: Docker ros:humble-ros-base image Version or commit hash: Humble DDS implementation: Fast-RTPS Client library (if applicable): rclpy Steps to reproduce issue Writing a simple publisher and subscriber in Python Increa...
I've been using ROS for a while but have only recently wondered - is it possible to automate the process of generating/filling in the depencies in package.xml and CMakeLists.txt files? From what I understand, this is a manual process, with ros2 pkg providing some help with flags like --build-type or dependencies. Would...
I'm currently working on creating a robot for a capstone that moves in an environment where humans will be milling about indoors and will occasionally approach the robot to interact with it. My first thought was to detect people with AI using a depth camera with RVC2, but eventually found SLAM as a technique that sound...
Image data is received and transmitted from Arduino through spi communication. In Arduino By reading through temp = SPI.transfer(0x00); Pass it to Serial.write(temp); The value D8 and D9 seem to be working properly, because if clauses recognize the beginning and end Now,in the process of recognizing this on the PC, Co...
I am trying to use the nav2 commander API to command a Gazebo robot to follow a set of waypoints like so: nav = BasicNavigator() nav.waitUntilNav2Active() p = Pose() p.position.x = 1 p.position.y = 1 p.position.z = 0 p.orientation.x = 0 p.orientation.y = 0 p.orientation.z = 0 p.orientation.w = 1 nav.followWaypoints([p]...
I'm using ROS2 foxy, gazebo 11. I got /gazebo ros node after running gazebo_ros launch file $ ros2 launch gazebo_ros gzserver.launch.py , and $ ros2 node list /gazebo I need multiple /gazebo node with different namespaces, e.g. /<ns_1>/gazebo, /<ns_2>/gazebo ... I'm not familiar with Gazebo Plugins, and I found that...
Do you know the following error? ACK CMD ArduCAM Start! END ACK CMD SPD inside Error! END ACK CMD CM I'll add more details about the situation below. Receive data from Arduino. I'm having a hard time converting this thank you for reading
I want to try out drone visual odometry using a thermal camera and ORB-SLAM3 running on ROS and Jetson. The device would likely be Orin Nano or AGX Xavier but I'm flexible on this and will use whatever works. I'm completely lost in the interfaces terminology though. Jetson devices seem to support CSI-2 but also V4L2 an...
Since yesterday(mar 26, 2024), we are getting random failures when installing dependencies either upstream or target dependencies. We are running latest ros2 rolling on Ubuntu Noble and using github. Here's an example failure for install_upstream_dependencies: executing command [apt-get install -y -qq ros-rolling-rclcp...
I'm launching two panda robots in gazebo to use them with a custom controller. I edited the original dual_panda_example.urdf.xacro in order to use it in simulation as my controller needs both franka_hw/FrankaModelInterface and franka_hw/FrankaStateInterface. I just took the original franka_robot.xacro file from the ori...
anyone has an example on how to combine Moveit2 and Gazebo and to make the robot move in Gazebo using the Rviz2 from Moveit2
I am trying to use the Gazebo plugin libgazebo_ros_p3d in order to record my robot's ground truth trajectory in Gazebo, but I haven't been able to get it to work. I have attempted solutions like in https://answers.gazebosim.org//question/5308/getting-the-gazebo-plugin-p3d-working-hydro/, but they don't work, and I am u...
I am working on a control system for autonomous vehicles, i am using a kinematic bicycle model simulated on matlab simulink and the formula i used for the steering angle is given in the figures below along with the code and my simulink model: x=roadCenters(:,1); y=roadCenters(:,2); % Your data t = 1:size(x) % Fit a ...
Officially supported boards The officially supported boards are those which have been carried out or tested officially, and to which LTS is guaranteed. This a joke there is NO support for support for Renesas EK RA6M5 and e2studio. How obvious is what I'm looking for? Try searching you archives and find the missing fi...
here is the log info: root@robot:/home/robot/ros2_ws# ros2 launch xmate_hardware_driver xmate_driver.launch.py [INFO] [launch]: All log files can be found below /root/.ros/log/2024-03-27-21-54-28-112041-robot-3943 [INFO] [launch]: Default logging verbosity is set to INFO [INFO] [xmate_hardware_driver-1]: process start...
i have problem with my odometry when use robot_localization. before use this package, my pose odometry is so bad but no glitching. but when use this package, my odometry is better then before but the problem is glitching. anyone can help me with this problem? i'm sorry for my bad english :) this is my ekf.yaml frequen...
I am currently doing the pick and place tutorial in the moveit2 tutorials. I am using my own custom model. In the finished tutorial, task constructor generates multiple solutions for most of the stages. However, in my project it only generates single solution as you can see from the How can I increase the number of so...
I am trying to setup a simulation environment like [this][1] with the following variation: I would like to have Gazebo running on one machine (MACHINE A) and access the data (topics) from another (MACHINE B), with both machines being on the same LAN. I can probably setup the ros-bridge on MACHINE A and then rely on the...
i installed gazebo through a tutorial from articulated robotics, it was sudo apt install ros-humble-gazebo-ros-pkgs. i used the command ros2 launch gazebo_ros gazebo.launch.py. it was working for many times but now, even if i reinstalled it, it isnt working. i am using ubuntu 22.04 ros2 humble, VMware with 8 gigs of ...
I want to have a better idea about using alternatives container. How can I use it with other containers such as MoveTo?
I installed a simulator for the BlueROV2 and I was able to control manual both the thrusters and/or the pose with the given GUI. However I would like to overwrite the pose through a script. I made a node that published messages in the cmd_pose rostopic (since it is the once that controls the pose of the bluerov) but t...
Всем привет. В ROS не разбираюсь. Столкнулся с проблемой подключения дополнительных камер на raspberry pi 4 с использованием образа clover_v0.23.img. Моя зада состоит в том, чтобы подключить камеру через USB, при этом к raspberry pi подключена ещё и стандартная камера. Камеру, которую подключаю через USB сама raspberry...
I'm trying to simulate the Turtlebot4 using Ros2 Humble and Ignition Gazebo, following the guide depicted in Turtlebot 4 Software. I'm experiencing a problem when trying to execute ros2 launch turtlebot4_ignition_bringup turtlebot4_ignition.launch.py. In particoular, it happen that when trying to parse the urdf to spaw...
Following this https://micro.ros.org/docs/tutorials/core/first_application_linux/ and using a raspberry pi4b as host and a pico, I'm able to build the project in a docker container on the pi, build the sample pico_micro_ros_example.uf2, load it into the pico and run the micro_ros_agent, which shows data being sent and ...
Because my computer could only run Ubuntu 22.04, it seems like I could only install ros noetic from source. But I have a little concern, if I want to install any package in the future, do I need to build every packages from source? Or will the sudo apt install ros-packages command still work once I successfully install...
I would like my ROS2 python node to react to pause/play events from the Gazebo simulator. I am using ROS2 Iron and Gazebo Fortress (Ignition). My initial thought was to subscribe to the world stats topic from the WorldControl plugin. Unfortunately, this does not work because there ros_gz_bridge does not support the wor...
I'm new in ROS and trying to find the way to connect ethernet-based geomagic touch and UR3. Firstly, I want to make an ethernet-based geomagic touch work on ROS. It seems all the packages are for firewire versions. I found 1 package (made by jdrew1303) for ethernet, but it's not working (it's working, but no nodes) Doe...
In ROS1 Noetic my students like to launch multiple times: the same node; the same topics. What is the exact effect of these multiple declarations ? For Node, is-it a problem ? When you create multiple times the same Publisher, how the system deals with this ? Each time you create a publisher, you reserve some space i...
I'm using ROS noetic and Python, my node publishes a message if some conditions are met, the queue_size is set to 1. When I subscribe to the published topic I can see that the subscriber is receiving more messages (even incomplete) than the messages my node is publishing! How can this be possible?
quite new to ROS. I'm trying to program the trajectory for a 3DoF manipulator using MoveIt! I have been able to visualize it in RViz using MoveIt setup assistant and made sure to setup planning groups, for the manipulator and for the hand [end effector] as well as pre-defined poses and also defined the parent link for ...
While running pick and place tutorial of the Moveit2 I got this error: [move_group-4] [WARN] [1711710019.458969047] [move_group.moveit.moveit.ros.planning_scene_monitor]: Unable to transform object from frame 'panda_link0' to planning frame'base_link' ("base_link" passed to lookupTransform argument target_frame does no...
I have been scouring the web for a few hours now and I cannot seem to fix the problem. I am using RPi 4B 8GB RAM with Ubuntu 22.04 server. When trying to run C++ code with wiringPi to activate PWM I get this error pinMode PWM: Unable to do this when using /dev/gpiomem. Try sudo? I am running my executable through ROS2...
I am trying to create some tests for a package using the gtest suite. Everything works fine, up to the point when I need to pass the test node some parameters. I can't manage to make the node initialize such parameters with the provided values, hence when I try to access them the node exits. I am using Ubuntu 22.04.4 ...
My team and I are currently working on an autonomous rover. I am using ROS2 iron with Ubuntu 22.04. Our rover is equipped with a RPLIDAR which is publishing on the /scan topic. We use this topic and a git package (https://github.com/dawan0111/Simple-2D-LiDAR-Odometry.git) which is providing us odometry via the /scan_od...
Most of my friends use the Arduino IDE to work with microROS. But I prefer working with PlatformIO on vscode. However as you know, there can be a little bit of differences in the micro_ros_platformio and micro_ros_arduino. The way I undestand it, micro_ros_platformio just provides more flexibility during the build proc...
I am trying to understand how rclpy manages async calls, with a simple example: a timer waits 1sec and then calls a service. import rclpy import rclpy.node from std_srvs.srv import Empty class ROSNode(rclpy.node.Node): def __init__(self): super().__init__("test_node") self.timer = self.create_timer...
i had a while ago with some help from this forum sending potentiometer values from a publisher node to a subscriber node to blink a led in pwm but the led doesnt seem to receive values the talker node goes like this: import time import rclpy from rclpy.node import Node from time import sleep from std_msgs.msg import S...
I did: Currently, it takes about 7 seconds with Arduino to create an image of about 50kB, 1280x960 JPEG image through SPI communication. Next goal: shorten time To shorten this, we decided to use Pico (only used as a controller). At the same time, there is a question that arises. Is SPI communication the fastest metho...
i am new to here and Ros2 i am using UBUNTU 22.04 on lenovo latop with amd and ros2 humble while updating getting the below error , can any one help me to solve it , if any more information i am ready to provide Error: Installation has failed. If you’d like to file a bug report please include ‘/var/log/nala/dpkg-debug....
I'm implementing PPO RL with Stable Baselines in the Ignition Gazebo Fortress. For this, I want to either automatically reset the position of the robot or the Gazebo world. I don't quite understand how to do this or what exactly I need and where to insert it. Can someone please help me?
I need to covert single incoming messages from a GUI (following the logic publish once) and in the callback invoke a service request to a device. The service request should wait for a response, which leads me to rclcpp::spin_until_future_complete() but this results in conflicts when running rclcpp::spin(node) in the Ma...
is there an example of implementing ant colony algorithm in ROS? If possible, could you help me?
When I run the command: dsr_launcher dsr_moveit.launch model:=m0609 mode:=virtual color:=blue An error occurred: Timeout: connect timed out: 192.168.137.100:12345 Previously I connected successfully but the next day I got this error. How to resolve this error?
urdf在这里 > <!-- 需求: 创建机器人模型,底盘为长方体, 在长方体的前面添加一摄像头, 摄像头可以沿着 Z 轴 360 度旋转 --> <robot name="mycar"> <!-- 底盘 --> <link name="base_link"> <visual> <geometry> <box size="0.5 0.2 0.1" /> </geometry> <origin xyz="0 0 0" rpy="0 0 0" /> ...
I am trying to find a package for using opc_ua with ROS Noetic, but I could only find it for Indigo and Kinetic. So is it possible to use opc_ua with ROS Noetic? If not, what other options do I have to communicate with S7-1200 PLC?
I installed the uuv_simulator and I was successful on simulating a BlueROV2. The simulator has some examples and implementations of PID controllers but I am not able to take advantage of them. My goal is to take full control of the bluerov in terms of PID. I tried looking into the code of the simulator and rostopics/no...
I've just noticed since last couple of days that gazebo (ignition fortress) is not able to normally start my turtlebot4 simulation anymore. After running the command below, the process starts, it manages to open the gazebo window for less than few seconds and then suddenly dies with an ERROR on "controller_manager" (it...
If a package in a merged underlay workspace is overridden and it installs headers, then all packages in the overlay must sort their include directories by workspace order. Failure to do so may result in build failures or undefined behavior at run time. If the overridden package is used by another package in any underl...
I'm trying to do mapping using slam toolbox and it's on a real robot. I don't have ros2 control since the supplier already provided the hardware interface with the robot launching file without a URDF. However, I added the urdf with robot state publisher launch file to visualize it on rviz and then I also added ekf filt...
I am trying to create a simple, repeatable recipe for setting up IMX219 picam2 using ROS2 Humble on a Rasberry Pi 4. I am trying to install as much from binaries as possible, starting from the Ubuntu Server 22.04.4 (64 bit) image for rpi loaded by rpi-imager. The camera sometimes works, and can send video to a pc runn...
I'm trying to fuse gps and imu data through the robot_localization package. According to the package description, the robot_localization package assumes an ENU frame for IMU data, which I don't understand very well. If IMU data assumes an ENU frame, does it get an absolute orientation value where yaw value becomes 0 wh...
I used it by adding a library to the Arduino IDE. Due to circumstances, I have to use build-command, but I cannot proceed due to a basic library problem. (ex arduino.h) So, I am currently curious about the package.xml command that adds Arduino's basic library and the command in CMakeLists.txt. thank you Have a nice wee...
I tried to create a navigation algorithm using nav2 and GPS data for the global odometry. With the help of the robot_localization package, I successfully created global odometry data by fusing the data from the wheel encoder, IMU, and GPS. When I am trying to add a navigation algorithm for waypoint navigation, nothing ...
I bought a LiDAR D4 on AliExpress and received a package from the buyer with a driver for ROS2. Unfortunately, I get the following errors when calling colcon build: colcon build --symlink-install Starting >>> cspc_lidar --- stderr: cspc_lidar ** WARNING ** io features related to pcap will b...
I have this robot arm for a project I am tasked with. I need to compute the Newton-Euler and Lagrange Euler formulation for the arm. Then I should implement it on MATLAB. I would appreciate some resources from where to start.