We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242386e commit bb1f63cCopy full SHA for bb1f63c
manipulation_station.ipynb
@@ -128,6 +128,9 @@
128
" #builder.ExportOutput(adder.get_output_port(), \"iiwa_torque_commanded\")\n",
129
" #builder.ExportOutput(adder.get_output_port(), \"iiwa_torque_measured\")\n",
130
"\n",
131
+ " builder.ExportOutput(plant.get_generalized_contact_forces_output_port(iiwa),\n",
132
+ " \"iiwa_torque_external\")\n",
133
+ "\n",
134
" # Wsg controller.\n",
135
" wsg_controller = builder.AddSystem(SchunkWsgPositionController())\n",
136
" wsg_controller.set_name(\"wsg_controller\")\n",
@@ -160,8 +163,7 @@
160
163
" \"plant_continuous_state\")\n",
161
164
162
165
" diagram = builder.Build()\n",
- " return diagram\n",
- "\n"
166
+ " return diagram\n"
167
]
168
},
169
{
0 commit comments