Page 1 of 1

Typo in line following BubbleRob tutorial

Posted: 15 May 2020, 12:51
by Page_David
In this https://www.coppeliarobotics.com/helpFi ... torial.htm tutorial, in the code at last are some typos.

1.

Code: Select all

ui=simUI.reate(xml)
"reate" should be "create".

2.

Code: Select all

noseSensor=sim.getObjectHandle("sensingNose")
"sensingNose" is not consistent with the first part of BubbleRob tutorial, where it is named "bubbleRob_sensingNose".

Hope they will be fixed.

Re: Typo in line following BubbleRob tutorial

Posted: 18 May 2020, 06:43
by coppelia
Thanks David!

Cheers