This provides an interface to the "fake_controller" aspects of the MoveIt demo.launch files. More...
Public Member Functions | |
def | __init__ |
Signature intended to match real interface, params not used. | |
def | moveToJointPosition |
This is modeled such that we can use the fake interface as a drop in replacement for the real interface. | |
Public Attributes | |
pub |
This provides an interface to the "fake_controller" aspects of the MoveIt demo.launch files.
Definition at line 34 of file fake_group_interface.py.
def moveit_python.fake_group_interface.FakeGroupInterface.__init__ | ( | self, | |
group, | |||
frame, | |||
listener = None , |
|||
plan_only = False |
|||
) |
Signature intended to match real interface, params not used.
Definition at line 37 of file fake_group_interface.py.
def moveit_python.fake_group_interface.FakeGroupInterface.moveToJointPosition | ( | self, | |
joints, | |||
positions, | |||
kwargs | |||
) |
This is modeled such that we can use the fake interface as a drop in replacement for the real interface.
Definition at line 44 of file fake_group_interface.py.
Definition at line 37 of file fake_group_interface.py.