AGH-CEAI/aegis_ros

Create YAML with common paramaters for the UR launch/URDF file

Open

#11 opened on Jan 8, 2025

 (0 comments) (0 reactions) (0 assignees)Python (1 fork)auto 404
enhancementgood first issue

Repository metrics

Stars
 (13 stars)
PR merge metrics
 (PR metrics pending)

Description

Description

There are parameters currently hardcoded in multiple places of our code. For instance:

...
self.ur_type = "ur5e"
self.robot_ip = "aegis_ur"
...

We should extract such values from the URDFs and launch files and define them in a separate YAML config.

References

Contributor guide