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
Copy file name to clipboardExpand all lines: doc/_i18n/en/tutorials/introduction/configuration.html
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,13 @@
30
30
</th>
31
31
<tdcolspan="2">These entries cover most needs you might have</td>
32
32
</tr>
33
-
{% include mc_rtc_configuration_row.html entry="MainRobot" desc="This entry dictates the main robot used by all controllers. Most interface cannot infer the correct module to use based on the simulation environment so this is the user's responsibility to make sure the two match." example="MainRobot: JVRC1" %}
33
+
{% capture MainRobot_example2 %}
34
+
# Support renaming the robot
35
+
MainRobot:
36
+
name: MyRobot
37
+
module: JVRC1
38
+
{% endcapture %}
39
+
{% include mc_rtc_configuration_row.html entry="MainRobot" desc="This entry dictates the main robot used by all controllers. Most interface cannot infer the correct module to use based on the simulation environment so this is the user's responsibility to make sure the two match." example="MainRobot: JVRC1" example2=MainRobot_example2%}
34
40
<tr>
35
41
<thscope="row">Enabled</th>
36
42
<td>Provides a list of enabled controllers. See the <ahref="{{site.baseurl}}/tutorials/samples/list-of-samples.html">list of all available sample controllers</a>.</td>
0 commit comments