Typo in line following BubbleRob tutorial
Posted: 15 May 2020, 12:51
In this https://www.coppeliarobotics.com/helpFi ... torial.htm tutorial, in the code at last are some typos.
1.
"reate" should be "create".
2.
"sensingNose" is not consistent with the first part of BubbleRob tutorial, where it is named "bubbleRob_sensingNose".
Hope they will be fixed.
1.
Code: Select all
ui=simUI.reate(xml)
2.
Code: Select all
noseSensor=sim.getObjectHandle("sensingNose")
Hope they will be fixed.