dfki-ric / phobos

An add-on for Blender allowing to create URDF, SDF and SMURF robot models in a WYSIWYG environment.
BSD 3-Clause "New" or "Revised" License
709 stars 113 forks source link

Fix motor type ignored on export #332 #343

Closed AlpenAalAlex closed 9 months ago

AlpenAalAlex commented 9 months ago

Description

Currently all motor types generate a JointPositionController. With this PR position motors generate a JointPositionController and force and velocity motors generate a JointController as intended.

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: