Skip to content

Automatic Addison support for the Gen3 Lite Robotic arm by Kinova Robotics

License

Notifications You must be signed in to change notification settings

automaticaddison/kinova_robot_arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kinova_robot_arm

Automatic Addison ROS 2 support for the Gen3 Lite Robotic arm by Kinova Robotics.

gen3_lite_kinova

Overview

This package provides ROS 2 support for the Kinova Gen3 Lite robotic arm. It includes URDF/Xacro descriptions.

Contents

  • kinova_robot_arm_description: Contains URDF/Xacro files for the Gen3 Lite arm
    • urdf/gen3_lite_gen3_lite_2f.xacro: Main Xacro file describing the complete arm with gripper

Features

  • 6 degrees of freedom (DOF) arm configuration
  • Integrated two-finger gripper (Gen3 Lite 2F)
  • Configurable joint limits and physical parameters

Usage

To view this robot in RViz:

  1. Clone this repository into your ROS 2 workspace
cd ~/ros2_ws/src
git clone <URL goes here>
  1. Download any dependencies:
cd ~/ros2_ws/
rosdep install --from-paths src --ignore-src -r -y
  1. Build your workspace
colcon build
source install/setup.bash
  1. Install the urdf_tutorial package for your ROS distribution:
sudo apt install ros-${ROS_DISTRO}-urdf-tutorial
  1. To launch the URDF model viewer, use the following command:
ros2 launch urdf_tutorial display.launch.py model:=/home/ubuntu/ros2_ws/src/kinova_robot_arm/kinova_robot_arm_description/urdf/gen3_lite_gen3_lite_2f.xacro

This command will launch the URDF viewer with the specified Kinova Gen3 Lite robot arm model.

  1. Remember to set the Fixed Frame under "Global Options" in RViz to the 'world' frame.

Dependencies

  • ROS 2 (tested on ROS 2 Iron)

License

This project is licensed under the BSD 3-Clause License. See the LICENSE file for details.

Acknowledgements

This package is based on the work by Kinova Robotics and has been adapted for ROS 2 use.

About

Automatic Addison support for the Gen3 Lite Robotic arm by Kinova Robotics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages