<fix>위치 정보 수정/삭제 완료
This commit is contained in:
@@ -17,6 +17,11 @@ public class PointManagerView : MonoBehaviour, IPointManagerView
|
||||
[Tooltip("반투명 로봇 모델의 IK")]
|
||||
public HybridInverseKinematicsNode kinematicsNode;
|
||||
|
||||
void Start()
|
||||
{
|
||||
movingAlert.SetActive(false);
|
||||
}
|
||||
|
||||
private Vector3 ConvertRobotDataToVector3(RobotData pose)
|
||||
{
|
||||
float x = Convert.ToSingle(pose.x / -1000.0); // mm -> m
|
||||
|
||||
Reference in New Issue
Block a user