Skip to content

ekorudiawan/rg2_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial RG2 Gripper URDF Model for ROS and Gazebo Simulation

Running The Simulation Model

This package requires Gazebo MimicJointPlugin from this repo https://github.com/roboticsgroup/roboticsgroup_gazebo_plugins.

Create your own ROS workspace, clone the repo, and compile

mkdir -p rg2_ws/src
cd rg2_ws/src
git clone https://github.com/ekorudiawan/rg2_simulation.git
B
git clone https://github.com/roboticsgroup/roboticsgroup_gazebo_plugins.git
cd ../
catkin_make
source devel/setup.bash

Launch the simulation model

roslaunch rg2_gazebo rg2_gazebo.launch

Controlling gripper with ROS topic

rostopic pub /rg2/gripper_joint_position/command std_msgs/Float64 "data: 1.0"

Result

RG2 Gazebo Simulation

About

Unofficial RG2 Gripper URDF Model for ROS and Gazebo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages