Questions tagged [gazebo-simu]

For questions about the Gazebo robot simulation tool

For questions about the Gazebo robot simulation tool

215 questions
0
votes
0 answers

The rviz model is broken apart into many pieces

When I spawned my model in rviz, the link parts look like they are randomly located. We can control the robot model to move but in a very weird way. the code below is my urdf file which is used to generate the model.rviz model
0
votes
1 answer

Opencv disparity map distortion/flickering issue

So I am trying to use CV2.StereoSGBM_create to get a disparity map in gazebo simulation. And process the disparity using WLS filter. However, it seems like my StereoSGBM map occasionally have distortion issue. Here is the image normally: And this…
user3084686
  • 75
  • 1
  • 6
0
votes
1 answer

rosrun error couldn't find executable and CMake error

i am trying to run rosrun after i start up gazebo, but i have the following error as shown: [rosrun] Couldn't find executable named sensor_data_listerner.py below /home/sk/catkin_ws/src/testbot_description when i run the command: rosrun…
JustAn00b
  • 19
  • 1
  • 4
0
votes
0 answers

ImportError: No module named yaml - but I have yaml

The logical answer, if I don't have a specific module is to just install it. pip install pyyaml but I have installed it, and this just spits back "Requirement already satisfied: pyyaml in /usr/lib/python3.8/site-packages (5.3.1)". I got this issue…
user10804351
0
votes
1 answer

Attach a static object to a robot link through a Gazebo world plugin

I'm having some troubles making a World plugin for Gazebo simulator. I have a robotic manipulator, which is in charge of picking up some boxes and move them in specific places. In order to simulate the grasping, I just want to rigidly attach the…
tuixte
  • 23
  • 1
  • 5
0
votes
1 answer

Gazebo weird behavior when two objects contact

Hello Gazebo/ROS community on Stack Overflow, I'm trying to simulate the landing of a quadcopter on a pole using Gazebo/ROS Kinetic. However, as soon as the drone contacts the landing pole, it gets bounced away in a very unrealistic way. Both the…
Charles Liu
  • 1
  • 1
  • 3
0
votes
2 answers

Using gazebo with drake for quadrotor

My objective is to use finite horizon linear quadratic regulator(FHLQR) to follow a trajectory generated by a mathematical program and simulate it in Gazebo. As FHLQR needs a system as input, I'm using the QuadrotorPlant, but I'm not sure if this is…
0
votes
1 answer

When given a nav goal pepper rotates in place

I'm trying to setup a ROS navigation stack on gazebo simulated pepper robot. For my local planner I'm using dwa planner. Here is my yaml file for local planner. When I give my stack a nav goal via rviz, no matter what goal I gave to robot, he…
bornaZbodulja
  • 37
  • 4
  • 9
0
votes
1 answer

No transformation found in rviz

I'm trying to setup simulated pepper in gazebo for navigation but I can't visualize any topic in map or odom frame because rviz can't find any transformation between links but my tf tree looks normal. my rviz errors my tf tree. I think the problem…
bornaZbodulja
  • 37
  • 4
  • 9
0
votes
1 answer

Getting "cannot copy file" error during Colcon build

I have a Catkin workspace that I am trying to move over to the Colcon build system. I've been having some trouble with modifying my CMakeLists to accommodate this, and am currently seeing this error when running colcon build. CMake Error at…
Karl Swanson
  • 99
  • 1
  • 7
0
votes
0 answers

Using python-sdk on virtual pepper robot in gazebo simulator

I'm doing some research on navigation solutions for pepper robot and because of the current situation, I'm not able to work on a real robot so I'm using gazebo simulator. I was trying to use exploration and mapping script that uses python-sdk but…
bornaZbodulja
  • 37
  • 4
  • 9
0
votes
0 answers

Parts falling off of SDF model in Gazebo

I'm trying to write a SDF file for an air hockey table that will later have the model for the air hockey playing robot added to it. The model I have started has a large block for the table and small rectangles for the sides (there's only 3 at the…
AYellen
  • 1
  • 2
0
votes
2 answers

How to add an SVG image to Gazebo?

I tried using inkscape like gazebo recommends on their website however this did not import into gazebo when I tried and crashed the program a few moments later. I am simply tryng to import a 3x3 grid that I can display on a table in Gazebo
0
votes
1 answer

How display scan on rviz with sdf file?

Good morning, I ran a simulation of a hecacopter with a gazebo. I have an sdf file of my drone with a 3-D lidar. I send the data of my lidar on the topic /scan, and I want to visualize it on rviz. I saw that I had to make an urdf file of my drone,…
0
votes
0 answers

Problem with robot orientation due to euler angles

I am trying to implement a basic path planning algorithm using python with a 4 wheels robot created for ROS and Gazebo, RViz. The only thing required for my algorithm is to make my robot oriented towards a given (using mouse) point in the x,y…
Michael
  • 3
  • 1
  • 3