Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [ros]

Questions related to ROS(Robotics Operating System)

0 votes
0 answers
10 views

Why the same ROS package is listed in find_package(...) but not in catkin_package(...)

Here is a CMakeLists.txt file of a ROS package. I want to know why the three pkgs ("pcl_conversions","pcl_ros" and "cv_bridge") are declared in find_package(catkin ...
Innch Mahh's user avatar
1 vote
0 answers
24 views

Conversion from ros1 to ros2

https://github.com/f1tenth/f110_ros/tree/master/f110_simulator I am following this repo from f1tenth course of upenn but this is coded in ros1 melodic, can anybody tell me how to code this in ros2 ...
Syed Khansa Ali's user avatar
0 votes
0 answers
17 views

How to Load and Display a .sdf File as a 3D Model Using Swift, UIKit, and SceneKit?

I am trying to load a .sdf (Simulation Description Format) file and display it as a 3D model using Swift, UIKit, and SceneKit on iPad and macOS only. However, SceneKit does not directly support ...
thantzin win's user avatar
0 votes
0 answers
11 views

ROS can't find a class in the .py file compiled by catkin_make

I use ros-noetic inside a docker container with ubuntu 20.04 My project-tree loks like this: catkin_ws |-src |-obstacle_detector |-src |-obstacle_detector.py |-yolo.py ...
Dmitry's user avatar
  • 306
0 votes
0 answers
8 views

Is it necessary to convert my urdf file to an sdf file to run on gazebo?

I am trying to launch my robot model on gazebo after implementing ultrasonic sensor plugins. It was working just fine but now I am getting a parsing error on launch, Worse, the check urdf in ros is ...
Adityavardhan Jain's user avatar
0 votes
0 answers
11 views

While working on gazebo, the sensor plugins are not showing despite being attached

I am making a robot simulation on Ros2 humble using gazebo. After much effort in opening it, now the attached sensor (ultrasonic) are showing on the sidebar but not on the model itself. The model is ...
Adityavardhan Jain's user avatar
0 votes
0 answers
17 views

Sound Localization in Python 2.7

I am currently busy with a project for sensory substitution. It is an extension of a previous project and i do not have the time to convert it to python 3 so have continued working in python 2.7, also ...
BuddyJ101's user avatar
0 votes
0 answers
7 views

Why does gazebo11 load the controller model and fall into the ground?

When I loaded the model into gazebo, after I clicked the pause button, the model fell into the ground, became a mess, and seemed to overlap left and right, as shown in the figure below. And when I ...
huaizhi's user avatar
0 votes
0 answers
26 views

How to combine ORB-SLAM3 with robot_localization

thank you in advance for any suggestion you can give me. I'm relatively new to ROS and I'm facing the following issue. So far, no one has been able to give me an answer. I'm using robot_localization ...
Timothy Dalton's user avatar
-1 votes
0 answers
10 views

ROS package src folder not being reached by scripts

I have a ROS 1 workspace where one of the nodes is currenly having issues importing things. My file structure looks like this catkin_ws/ ├── src/ │ └── MyPackage/ │ ├── CMakeLists.txt │ ├...
codingMakesMeCry's user avatar
0 votes
0 answers
17 views

ROS navigation RobotModel:No transform to map

I'm trying to do navigation in ROS, when i run navigation there are several errors like No transform from base_scan to map. Other errors are all about transform to map. when i checked the tf tree, ...
s joon's user avatar
  • 1
0 votes
0 answers
16 views

ROS Navigation robot_description

I'm trying to do navigation in ROS, when i run navigation there is error that [parameter [robot_description] does not exist and was not found by searchparam] when i checked the tf tree, there are map-&...
s joon's user avatar
  • 1
0 votes
0 answers
15 views

No map and odom in navigation

I'm trying to do navigation in Ros, but when I run the navigation launch file with the map obtained through slam, it doesn't work properly. When I check the tf tree, the map and odom do not exist as ...
s joon's user avatar
  • 1
0 votes
0 answers
18 views

How do I write a Dockerfile for two ROS2 Jazzy containers, one desktop, one deploy?

I don't know if this is even a sensible question. I would like to have a development ROS2 environment on my desktop and a deploy environment for the robot. I figure I use Docker containers to ...
Sven's user avatar
  • 985
-2 votes
1 answer
37 views

TypeError: cannot unpack non-iterable NoneType object how can ı solve this problem

from .colour_segmentation import segment_lanes from ...config import config from .midlane_estimation import estimate_midlane import cv2 import numpy as np from .data_extraction import ...
mina's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
232