Skip to content

open-actuator/legato-ros2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Legato ROS2 Integration

open actuator logo

Overview

This repository provides the ROS2 integration and ros2_control support for actuators supported by the Legato Unified Actuator SDK.

You'll need both repositories cloned into your ROS 2 workspace (e.g., ~/colcon_ws/src):

$ git clone https://github.com/open-actuator/legato.git
$ git clone https://github.com/open-actuator/legato-ros2.git
  • legato: Contains the core unified actuator SDK (C++ library with Python bindings).
  • legato-ros2 (this repository): Provides the ROS2 nodes, ros2_control integration, and actuator-specific ROS2 interfaces.

Install dependencies using:

$ rosdep install --from-paths src/ --ignore-src -r -y

For building your workspace:

$ colcon build --symlink-install

Detailed documentation for each supported actuator, usage examples, and configuration details will be added shortly.

License πŸ“ƒ

MIT License. See LICENSE for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors