Skip to content

ivanrulik/ros2_ws_motoman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros2_ws_motoman

A ROS 2 workspace template for Yaskawa/Motoman robot integration. This workspace includes the necessary dependencies for simulation and control of Motoman robots.

Contents

This workspace includes the following packages as submodules:

  • motoros2_interfaces - Official MotoROS2 interface definitions
  • industrial_core - ROS-Industrial core messages (ros2_msgs_only branch)
  • motoman_ros2_support_packages - Yaskawa's ROS 2 support packages for Motoman robots
  • motoman_moveit_config - MoveIt configuration for Motoman robots

Getting Started

Clone the repository

git clone --recursive https://github.com/ivanrulik/ros2_ws_yaskawa.git
cd ros2_ws_yaskawa

If you've already cloned without --recursive, initialize the submodules:

git submodule update --init --recursive

Build

colcon build
source install/setup.bash

Development Container

A devcontainer configuration is included for development using Docker/VS Code.

License

Refer to individual submodule repositories for their respective licenses.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors