Skip to content

rignitc/Kinova_Gen3_Control

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vision based control for Kinova Gen3 Lite

The Gen3 Lite is a compact 6-DOF collaborative robot arm, and its big sibling the Gen3 is a 7-DOF arm. Both use Kinova's Kortex software platform . They can attach a Robotiq 2F gripper and an optional Kinova Vision camera for 3D sensing. This guide covers installing required packages, running the Gen3 Lite in simulation and on real hardware, controlling the 2F gripper, and streaming camera data for image processing on ROS 2 Humble (Ubuntu 22.04).

Pre-requisites

Setup

Method 1 : Using Setup script

  1. Clone the repo
gh repo clone mohammedrashithkp/UG-ME-FYP 
  1. Run the script
# Faster Setup : Using Prebuilt Binaries and repos
bash UG-ME-FYP/scripts/UsePrebuiltBinary.sh

# Building From source
bash UG-ME-FYP/scripts/BuildFromSource.sh

Method 2 : Refer Official Docs

  1. Ros2 Humble Kortex Docs
  2. Ros2 Humble Kortex Vision Docs

Usage Guide

  1. Simulation Usage Guide
  2. Real Usage Guide

Resources

  1. Best Practices
  2. Image Processing Example
  3. Image Processing Ros2 Package

Contributors

Credits

About

This repo holds the code for controlling kinova gen3 lite arm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 55.7%
  • C++ 27.0%
  • Python 8.4%
  • CMake 6.5%
  • HTML 2.4%