In this video we show you how to set the velocity of a joint with a plugin in gazebo written in C++. We show how to apply it to a two-wheel robot using a simple method and PID method. You can find the complete Gazebo Answer here.
Here is the ROSject of the project, just click and the whole project will be copied to your ROSDS workspace
In this vedeo you will learn how to create a plugin to shoot particles in any direction in Gazebo 9 with ROS Melodic, answering the question from Gazebo Answers
Related resources:
Here is the ROSject of the project, just click and the whole project will be copied to your ROSDS workspace:
In this video you are going to learn how to store a models poses from gazebo into a yaml file, answering the question: http://answers.gazebosim.org/question/20763/gazebo-model-pose-storage/
Related recourses:
Here is the ROSject of the project, just click and the whole project will be copied to your ROSDS workspace
In this video, you will learn two methods to move an element on the plane, ground level. This first one is using two prismatic joints working together to achieve this planar movement. The second is creating a custom plugin that sets the speeds of the model to move around the plane.