You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use [agentsystemのissue](https://github.com/agent-system/lecture2019/issues) for asking about a trouble of simulation, how to use the robot, how to build the your own programs
63
+
64
+
You can also see the other student's [programs](https://github.com/agent-system/lecture2019/tree/master/documents)
65
+
66
+
67
+
## シミュレーションの実行方法 / Simulation environment
68
+
69
+
You should use the directory, ```lecture2019/robotsimulation-docker/choreonoid_docker```
70
+
71
+
If you already have the directory, lecture2019 (cloned from https://github.com/agent-system/lecture2019.git). You should update your directory.
72
+
~~~
73
+
git pull origin master
74
+
git submodule update
75
+
~~~
76
+
77
+
You should update before using the simulation environment
0 commit comments