Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Moving a robot base through python API

#3
Hi,

To modify the position of the robot base, you can simply use the following:

Code:
RDK = robolink()

robot_base = RDK.Item('Robot Base Name', ITEM_TYPE_FRAME)
robot_base.setPose(4x4 mat with the position)

Jeremy


Messages In This Thread
再保险:移动机器人基地through python API - byJeremy- 10-15-2020, 12:49 PM



Users browsing this thread:
1 Guest(s)