Skip to content

RISC-NYUAD/diablo_arm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

diablo_arm

Files for the diablo robot and kinova arm integration. Tested on ROS2 Foxy

Dependencies

For velocity control with teleop_twist, xterm is required.

sudo apt install xterm

Installation

mkdir -p ~/ros2_ws/src
cd ~/ros2_ws/src
git clone https://github.com/RISC-NYUAD/diablo_arm
cd ..
sudo apt-get update
rosdep update --rosdistro=foxy
rosdep install --from-paths src -y --ignore-src 
colcon build --symlink-install

Usage

To launch the simulation without the arm:

source install/setup.bash
ros2 launch diablo_simulation gazebo.launch.py

To launch the simulation with the arm:

source install/setup.bash
ros2 launch diablo_simulation gazebo_arm.launch.py

A version without plugins can also be simulated.

source install/setup.bash
ros2 launch diablo_simulation gazebo_noplugin.launch.py

You should see the robot appear in the Gazebo simulation window

diablo_arm.png

About

Files for the diablo robot and kinova arm integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 60.1%
  • Python 32.3%
  • CMake 7.6%