Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 1.68 KB

README.md

File metadata and controls

50 lines (26 loc) · 1.68 KB

ROS_Robots

This repo aims to create a package to control a TurtleBot 2e and the Widowx MKII with differents sensors on ROS Noetic.

Table of Contents

Recommended OS/Programs

The pacakge was developped and tested on:

• Ubuntu 20.04 LTS

• ROS Noetic

• MoveIt! for ROS Noetic

Turtlebot

The robot used for this package is the TurtleBot2 which is an open hardware robot developped at Willow Garage by Melonee Wise and Tully Foote in November 2010: Turtlebot

Widowx

The WidowX Robot Arm Mark II is developped by Interbotix Labs' offering for the MX series of DYNAMIXEL Servos:

Widowx

Usage

To launch moveit and start planning the robot use the command

roslaunch widowx_arm_bringup arm_moveit.launch

Check if the port used for the robot is ttyUSB0 in case of problems.

Installation

To install the current version of the repository to your machine, change directory into the desired catkin workspace source directory, and clone the repository. After this, build the code using catkin_make in the workspace directory.

License

For the section on the Widowx arm, this repository is an adaption on ROS Noetic of Interbotix's Widowx repository. Copyright for these are held by others, as reflected in the commit history for the original files. The arobotix_ros is modified version of the arobotix_ros repository.