|
roboligo
|
Roboligo is a centralized command interface layer that bridges navigation stacks and hardware interfaces for robotic systems. It provides a unified abstraction for robot control, simplifying the complexity of managing diverse hardware implementations while maintaining compatibility with standard navigation algorithms.

This architecture allows developers to focus on high-level navigation strategies without worrying about the underlying hardware details, fostering innovation and accelerating development cycles in robotic applications.
The connectors components are designed to be modular and extensible, allowing for easy integration of new robot types and hardware configurations. This flexibility ensures that roboligo can adapt to a wide range of robotic platforms, from wheeled robots to legged systems, while maintaining a consistent interface for navigation and control. This is possible to use plugins to connect and configure any robot.
Launch roboligo with:
Into launch, you should replace your_params_file.yaml with the path to your configuration file containing robot-specific parameters.
The structure of the configuration file is shown below:
Once roboligo is running, you can send commands to the robot using standard ROS 2 cli. For example, to send an instruction to specific trigger configured previously in a plugin, you can use:
Where <trigger_name> corresponds to the name of the trigger defined in your configuration. This command will send the appropriate instruction to the robot based on the configured trigger, allowing for seamless control and interaction with the robotic system.
Currently is available the following triggers:
Those implementation are available using plugins (more plugins coming soon) and can be used for any robot, but currently are tested with a quadrotor.
Roboligo is developed in collaboration with EasyNav, a navigation framework from the Intelligent Robotics Lab at URJC.
Upcoming releases will extend support for diverse robot morphologies:
These extensions will maintain the same centralized interface paradigm, enabling seamless control across different robotic platforms.
Contributions to roboligo are welcome! Please follow these guidelines:
This project is licensed under the Apache License 2.0. See the LICENSE file for details.