Difference between revisions of "Maki"

From Lofaro Lab Wiki
Jump to: navigation, search
(Created page with "=Installation= ==Prerequisites== * Ubuntu 16.04 * ROS Kinetic ==Install the following packages== Using apt-get: $ sudo apt-get install ros-kinetic-dynamixel-* In your Catki...")
(No difference)

Revision as of 15:05, 27 March 2019

Installation

Prerequisites

  • Ubuntu 16.04
  • ROS Kinetic

Install the following packages

Using apt-get:

 $ sudo apt-get install ros-kinetic-dynamixel-*

In your Catkin Workspace:

 $ cd ~/catkin_ws/src
 $ git clone https://github.com/ROBOTIS-GIT/DynamixelSDK
 $ git clone https://github.com/ROBOTIS-GIT/dynamixel-workbench
 $ cd ~/catkin_ws
 $ catkin_make