Skip to content

Decwest/robot_simulator_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robot_simulator_template

This repository contains some urdfs of robot components for robot simulation in gazebo.

You can construct your original robot by creating xacro file including these components, like robot_simulator_template/model/robot/example.xacro.

Docker environment

This repository also contains a docker environment to check the xacro model in gazebo.

How to install:

  1. Clone
git clone --recursive https://github.com/Decwest/robot_simulator_template.git
  1. Build docker image
cd robot_simulator_template/docker
./build.sh
  1. Launch docker container
cd robot_simulator_template/docker
./run.sh
SIMULATOR$ catkin build
SIMULATOR$ source devel/setup.bash
  1. Launch simulator
SIMULATOR$ roslaunch robot_simulator_template simulation.launch

About

urdf template for robot simulation in gazebo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published