-
@wangg12 @shanice-l @Rainbowend @tzsombor95 need your help.
The inference script runs successfully without any errors when executed as a standalone Python script. By when running with ros2, ie., …
-
This is a good simple simulator for ROS1. I have used it many times. I was wondering if anyone plans to port this package to ROS2. I would be happy to help porting it.
-
Hi,
I am a real newbie in this field. I would like to use the ros2 wrapper for my M300 to obtain the drones data for later processes. I was able to build the payload sdk and connect it to the M300…
-
Would you please tell me the ros2 esp32 you are using the cable or wifi communications
tbcky updated
2 years ago
-
**When I arranged src packages for different 3D Model instead of only UR robot. Sometimes gazebo_ros2_control is loaded and worked, some of time gazebo_ros2_control doesnt spawn and not work. It proba…
-
Hi, any plans to include [CameraInfo.msg](https://docs.ros.org/en/api/sensor_msgs/html/msg/CameraInfo.html) to camera image output? Regards,
-
Hi Davide,
Quick question, could you release plotjuggler for ros2 rolling ?
And if not, what would be the recommended way of installing plotjuggler for using it with ros2 rolling (precisely the veri…
-
Hi,
I have the `talker` runs as a service and publish messages via the code:
```nix
{ pkgs, ... }:
{
services.ros2 = {
enable = true;
distro = "iron";
domainId = 0;
…
-
I would like to use ORB-SLAM3 on images created in Blender. I am running a camera in a circle around a stationary target.
![Screenshot 2021-07-20 002403](https://user-images.githubusercontent.com/59…
-
Hello,
I am following a tutorial video for ROS2, where after running ros2 service list, I expect to see commands related to "move" as shown in the video. However, when I run the command, I only see…