Ekumen-OS / lambkin

Apache License 2.0
11 stars 0 forks source link

Fix inconsistencies in ROS resource keywords #57

Open nahueespinosa opened 1 year ago

nahueespinosa commented 1 year ago

Feature description

After adding basic ROS 2 orchestration support in the form of a Robot Framework support library in #54, we noticed a couple of issues with the keyword definition and collisions with ROS 1:

There are still some inconsistencies though, e.g. keywords that explicitly name ROS could be used for both ROS 1 and ROS 2. For example:

Uses ${launch_file} in ${package_name} ROS package as rig

There is also the idea of adding sugar on top to route to the right version.