Skip to content
Snippets Groups Projects
Commit 4c9767ed authored by Eiichi Inohira's avatar Eiichi Inohira
Browse files

correct typos

parent 06b20921
No related branches found
No related tags found
No related merge requests found
Pipeline #171 passed
...@@ -75,7 +75,7 @@ $ bash run_docker.sh ...@@ -75,7 +75,7 @@ $ bash run_docker.sh
### terminal 2 ### terminal 2
``` ```
$ sudo Docker exec -it sim roslaunch rois_Gazebo spawn_human.launch $ sudo docker exec -it sim roslaunch rois_Gazebo spawn_human.launch
``` ```
人間のモデルがシミュレーション内に出現し、キーボードによる遠隔操作が可能となる。 人間のモデルがシミュレーション内に出現し、キーボードによる遠隔操作が可能となる。
...@@ -105,7 +105,7 @@ Service Applicationが起動する ...@@ -105,7 +105,7 @@ Service Applicationが起動する
### terminal 5 ### terminal 5
``` ```
$ sudo Docker exec -it einohira/ros:gazebo-rois rostopic pub /robot1/detected_text std_msgs/String "data: 'point_a'" $ sudo docker exec -it einohira/ros:gazebo-rois rostopic pub /robot1/detected_text std_msgs/String "data: 'point_a'"
``` ```
# Dockerfile # Dockerfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment