update
This commit is contained in:
@@ -396,8 +396,8 @@ namespace NavigationExample
|
||||
|
||||
PoseStamped goal = new PoseStamped();
|
||||
goal.header = NavigationAPI.header_create(Marshal.PtrToStringAnsi(mapFrameId));
|
||||
goal.pose.position.x = 1.0;
|
||||
goal.pose.position.y = 1.0;
|
||||
goal.pose.position.x = 0.01;
|
||||
goal.pose.position.y = 0.01;
|
||||
goal.pose.position.z = 0.0;
|
||||
goal.pose.orientation.x = 0.0;
|
||||
goal.pose.orientation.y = 0.0;
|
||||
|
||||
Reference in New Issue
Block a user