Is there a way to make an actor movable through the gui?
I want to know whether an actor can be made to be movable like other objects when you click on the translation icon in the gui. In a plugin (e.g.https://github.com/BruceChanJianLe/gazebo-plugin-autonomous-actor/blob/master/src/AutonomousActorPlugin.cc) you can set the worldpose of the actor (this->actor->SetWorldPose(pose, false, false)) and I want to know whether you can make this conditional on a position given through the gui and how you would do that.
Asked by ignorant on 2022-08-08 10:36:09 UTC
Comments