Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 989 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 989 Bytes

ovis-ros2

Ovis is a 6 Degrees of Freedom (DoF) robotic arm developed by the CAPRA student club. It is designed to be highly versatile and is compatible with MoveIt for motion planning and Kinova motors for precise control. This repository provides the necessary tools and launch files to simulate and visualize the Ovis robotic arm using ROS2.

Installation

Clone and build the repository :

git clone https://github.com/clubcapra/ovis_ros2.git
cd ovis_ros2
vcs import src < ovis.repos
colcon build --symlink-install
source install/setup.bash

Usage

Start the gazebo simulation :

ros2 launch ovis_bringup sim.launch.py

Launch gui state publisher and arm visualization :

colcon build --symlink-install
source install/setup.bash
ros2 launch ovis_description launch.py

Launch MoveIt! :

ros2 launch ovis_moveit demo.launch.py

Launch Joystick control with Moveit! and Servo :

ros2 launch ovis_bringup combined.launch.py