Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ROS2 Demo #48

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Embedded Systems Bridge

This library provides general funcitonalities for using the [Unified Planning](https://github.com/aiplan4eu/unified-planning) library in robotic applications:
This library provides general functionalities for using the [Unified Planning](https://github.com/aiplan4eu/unified-planning) library in robotic applications:
- helper functions to map object representations in your application domain to the UP domain and vice versa, e.g., to retrieve executable actions from a generated UP plan
- plan dispatchers for automated execution of action plans
- plan monitoring for validating action execution and performing precondition checks on subsequent actions
Expand All @@ -10,6 +10,7 @@ This library provides general funcitonalities for using the [Unified Planning](h
To see the Embedded Systems Bridge in use, please refer to our related repositories:
- [drone experiment](https://github.com/franklinselva/genom3-experiment/) [GenoM3-Pocolibs, Gazebo]
- [pick-and-place robot environment](https://github.com/DFKI-NI/mobipick_labs) [ROS1 Noetic, Gazebo]
- [industrial-arm-demo](https://github.com/franklinselva/industrial-robot-arm-ros2) [ROS2 Jazzy, Moveit2]

<!-- ## Installation

Expand Down
Loading