Simulator of the szgh-b2300-e-4 robot
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project started from the need to quickly program a robot and test it in the environment without the need to program it by trial and error.
This project allows to quickly get the direct kinematics of the robot as well as the inverse kinematics, allowing to quickly program a robot and visualize it's performance. The robot was implemented in RViz as well as Gazebo. The last one allows to simulate the interaction of the robot with the environment, meaning that we can test the movements of the robot and the environment around.
This code was developed with the help of ROS.
First step is to clone the repository and install it's dependencies.
- Clone the repo
git clone https://github.com/andrefdre/Robot_szgh.git
To use the code there is two options. As mentioned before the robot can be launched using RViz, which doesn't have a simulation environment, or Gazebo.
To run the code in gazebo run:
roslaunch robot_bringup robot_bringup.launch
To run the code in RViz run:
roslaunch robot_bringup robot_bringup_rviz.launch
Distributed under the MIT License. See LICENSE.txt
for more information.
André Cardoso - linkedin - andrefdre@gmail.com
Project Link: https://github.com/andrefdre/Robot_szgh