Skip to content

UR5 simulation environment with MoveIt, Gazebo, programmatic and jog control.

Notifications You must be signed in to change notification settings

hybrayhem/ur5_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UR5 Simulation

UR5 simulation environment with MoveIt, Gazebo, programmatic and jog control. Tested on ROS Melodic and Noetic.

img


Run MoveIt

roslaunch ur5_moveit_config demo.launch 

Run MoveIt with Gazebo

Run commands in seperate terminals.

roscore
roslaunch ur_gazebo ur5.launch limited:=true
roslaunch ur5_moveit_config ur5_moveit_planning_execution.launch sim:=true limited:=true
roslaunch ur5_moveit_config moveit_rviz.launch config:=true

Run Pick Place Demo

rosrun ur5_move ur5_pick_place.py

Run Jog Control

  1. Run Gazebo.
  2. roslaunch jog_launch ur5.launch # use_joy:=true for gamepad
  3. From Rviz, Panels(in menu bar) > Add New Panel > JogFramePanel

On code changes:

cd <workspace>/
source devel/setup.bash
catkin build <packagename>
source devel/setup.bash

Helpful Resources

ROS Graph

img

About

UR5 simulation environment with MoveIt, Gazebo, programmatic and jog control.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published