Skip to content

Simulation Control

Daeun Song edited this page Jun 29, 2023 · 3 revisions

In order to work with the real robot setup, please use sim-devel branch.

Simulated Robot Execution

1. Run Gazebo

roslaunch robot_gazebo dual_ur_robotiq.launch world:=table_box

2. Run Moveit! and Rviz

roslaunch robot_moveit_config robot_moveit_planning_execution.launch sim:=true
roslaunch robot_moveit_config moveit_rviz.launch 

Demo

Pick and Place

Demo project for pick and placing the block.

rosrun bimanual_manipulation pick_place_collision

Random Poses

dual bimanual_manipulation_demo

Demo project for planning and executing random poses for dual arm UR robot simultaneously.

rosrun bimanual_manipulation bimanual_manipulation_demo

Clone this wiki locally