diff --git a/AdvancedRobotics_Lab3_SRONG_PHERWANI_VELOSO.pdf.docx b/AdvancedRobotics_Lab3_SRONG_PHERWANI_VELOSO.pdf.docx new file mode 100644 index 0000000..159bca5 Binary files /dev/null and b/AdvancedRobotics_Lab3_SRONG_PHERWANI_VELOSO.pdf.docx differ diff --git a/INSTALL_dynamixelSDK.txt b/INSTALL_dynamixelSDK.txt new file mode 100644 index 0000000..c2ac97f --- /dev/null +++ b/INSTALL_dynamixelSDK.txt @@ -0,0 +1,15 @@ +Clone the Dynamixel SDK git repository on the laptop using the following command: +$ git clone https://github.com/ROBOTIS-GIT/DynamixelSDK.git + +Go into the DynamixelSDK/c++/ directory using: +$ cd DynamixelSDK/c++ +Go into the build directory using: +$ cd build +Go into the linux64 directory using: +$ cd linux64 + +Compile/Link the Dynamixel SDK using the following command: +$ make + +Install the libraries and include files of the SDK into the OS using the following command: +$ make install diff --git a/Lab3_AdvancedRobotics_ROS_Kinematics.pdf b/Lab3_AdvancedRobotics_ROS_Kinematics.pdf new file mode 100644 index 0000000..dcff586 Binary files /dev/null and b/Lab3_AdvancedRobotics_ROS_Kinematics.pdf differ