Questions tagged [simulation]
Robotics simulators represent the world in software. They range in complexity from the simple and only operate in a top-down 2D world, or very complex with photo-realistic rendering and physics modeling.
648 questions
0
votes
1
answer
37
views
Why do some Bug algorithm examples use grid movement while others move freely?
In some Bug algorithm examples I see that the robot can only move up, down, left, right, or 45 degrees diagonally. But in other examples, it seems to move freely in any direction. Why is that? Is it ...
0
votes
0
answers
16
views
How to close is Gazebo reality? A proven percentage value? An estimated value?
How close to reality can the Gazebo environment be simulated, and how error-free is it? Especially for aircraft?
When I finish development in Gazebo, I expect to be able to create an exact replica of ...
0
votes
0
answers
29
views
How to move a actor/person model move and get the position data from ign topic by giving waypoints in the gazebo fortress
I have been working on adding the dynamic obstacles(eg., actor/person model) inside the world(edifice.sdf). I am using gazebo fortress. I noticed when i was giving "include" tag for the ...
0
votes
0
answers
21
views
Basic Pick and Place Simulation in Webots
I am trying to simulate a basic pick and place in webots and having a real hard time to use ikpy library. Has anyone done a basic pick and place in webots such as picking up a soda can? I am not using ...
0
votes
1
answer
60
views
Uncontrolled Rotating in Robot with the MPPI Controller
I’m running into an issue when using the MPPI controller with the SmacPlanner on my Clearpath Jackal in simulation. As soon as the robot receives a goal that requires even a slight rotation, it starts ...
0
votes
0
answers
25
views
RViz Humble: Minimal URDF is "Ok" but Invisible
I'm encountering a very persistent issue on my system where I cannot see any URDF models in RViz, even though all statuses appear to be 'Ok'. I believe I have ruled out all common code and package-...
0
votes
2
answers
137
views
Solving the inverse kinematics of a 6 DOF robot
I'm using Python and Numpy to try to solve the inverse kinematics of a 6 DOF robotic arm, but without the Denavit Hartenberg method as I wanted to derive each individual homogeneous transformation ...
0
votes
0
answers
31
views
Is there a way to use time.sleep() inside a ros execution loop?
community!
I'm new to ROS and Robotics, and currently stacked with the problem how to debug my setup.
My setup is a follows:
I have IsaacSim Simulation on my PC
I also have a docker container with a ...
0
votes
0
answers
25
views
How to make the objects move in simulation environment depending on the robot's location?
I have a 4 wheel differential drive robot (Clearpath Jackal or Nova Carter) in simulation. Right now, I am thinking about Isaac SIM (it already supports nova carter with ros nodes as example) or IGN ...
0
votes
0
answers
16
views
Same image being rendered in different models in Gazebo
I am trying to set up a warehouse simulation using the aws_robomaker_small_warehouse package and I want to add a few boxes with QR codes in the scene. I have created 20 models and assigned 20 ...
0
votes
0
answers
26
views
Does WSL provide all the capabilities to replicate the required Linux environment for G1 robot control and simulation using Unitree SDK2 python
I am trying to develop an application with G1 Robot leveraging the Unitree ROS simulation packages without having direct access to the Unitree robot. As per the official documentation, the recommended ...
0
votes
0
answers
30
views
Need Help with LQR Control for Rotary Inverted Pendulum Simulation in Unity
Hi everyone,
I'm currently working on building a digital twin of a Rotary Inverted Pendulum in Unity. My goal is to stabilize the pendulum using an LQR (Linear Quadratic Regulator) controller. I've ...
0
votes
0
answers
36
views
Gazebo simulation crashing
I am using unitree robotics Github and I am trying to simulate the b1 in ROS.
When trying to install and run unitree ros using the roslaunch command that is given,
<...
0
votes
0
answers
29
views
Ackermann Steering Controller failed to start on ros noetic
it's my first time doing a robot with ackermann steering model. right now i got this error
...
1
vote
1
answer
150
views
ros2 control topic remapping inconsistency
Issue
When bringing up my gazebo simulation, the specified topic remaps for my ros2 controllers are not consistently remapping. It seems to be a toss up as to when the topic gets remapped. I'll ...