Skip to content

ROS packages to work with the WidowX Arm

Notifications You must be signed in to change notification settings

ripdk12/widowx_arm

 
 

Repository files navigation

widowx_arm_dev

Install dependencies:

$ sudo apt install ros-melodic-moveit ros-melodic-pcl-ros

Quick Start:

$ mkdir -p ~/widowx_arm/src

$ cd ~/widowx_arm/src

$ git clone https://github.com/ripdk12/widowx_arm.git

$ git clone https://github.com/ripdk12/arbotix_ros.git -b parallel_gripper

$ cd ~/widowx_arm

$ catkin_make

Rviz simulation

$ source devel/setup.bash

$ roslaunch widowx_arm_bringup arm_moveit.launch sr300:=false

Widowx arm

$ source devel/setup.bash

$ roslaunch widowx_arm_bringup arm_moveit.launch sim:=false sr300:=false

you might need to give permission to access ttyUSB0:

$ sudo chmod 777 /dev/ttyUSB0

Object manipluation

$ roslaunch widowx_arm_bringup arm_moveit.launch sim:=false sr300:=true

$ roslaunch widowx_block_manipulation block_sorting_demo.launch

About

ROS packages to work with the WidowX Arm

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.8%
  • CMake 3.7%
  • Python 2.5%