[go: up one dir, main page]

Skip to content

Commit

Permalink
fixing typo in ros-unity service tutorial (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyounesy authored and peifeng-unity committed May 26, 2021
1 parent b6e7af0 commit 82f3e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/ros_unity_integration/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class RosServiceExample : MonoBehaviour
{
Debug.Log("Destination reached.");
PosRot cubePos = new PosRot(
MPosRot cubePos = new MPosRot(
cube.transform.position.x,
cube.transform.position.y,
cube.transform.position.z,
Expand Down

0 comments on commit 82f3e78

Please sign in to comment.