Robotic-Decision-Making-Lab / blue

ROS 2 platform for underwater robotics research and development.
https://robotic-decision-making-lab.github.io/blue/
MIT License
45 stars 11 forks source link

[FEATURE]: Use namespaces for the hydrodynamic parameters #93

Closed evan-palmer closed 6 months ago

evan-palmer commented 1 year ago

Feature Type

Changing existing functionality in the BlueROV2 driver

Problem Description

The current parameter interface for the hydrodynamic parameters requires users to enter their hydrodynamic parameters into a vector. While the order and configuration may be intuitive for some, it can be confusing for others and can reduce the usability of the interface.

Feature Description

Create a namespace for each set of hydrodynamic parameters and require the sub-parameter names to match that of their definition.

Alternative Solutions

The current solution is fine, but I would like to help improve the usability here.

Additional Context

No response