simSetPoseProperty

Sets a pose property (double[7]: x, y, z, qx, qy, qz, qw)

C++ synopsis

int simSetPoseProperty(long long target, const char* propertyName, const double* propertyState)

Arguments

  • target: target item
  • propertyName: property name
  • propertyState: pointer to property value

Return

  • 1 in case of success


See also: