RobotecAI / o3de-ros2-gem

ROS2 Gem for O3DE
41 stars 6 forks source link

Vehicle dynamics - minimal working implementation #177

Closed adamdbrw closed 2 years ago

adamdbrw commented 2 years ago

Is your feature request related to a problem? Please describe. We would like to have components, communication buses and algorithms to realize vehicle dynamic in a four wheeled vehicle.

Describe the solution you'd like The ROS2RobotControlComponent handles subscription of control messages. It should abstract out handlers of these messages, which are controllers, translating ROS 2 command into a set of inputs to the vehicle model.

Describe alternatives you've considered Restoring and extending PhysX vehicle Gem. This remains a valid solution since the implementation will modular and easy to reuse / replace.

Additional context Follows the design

adamdbrw commented 2 years ago

Closed with https://github.com/RobotecAI/o3de-ros2-gem/pull/162