Typo in line following BubbleRob tutorial

Report crashes, strange behaviour, or apparent bugs
Post Reply
Page_David
Posts: 1
Joined: 15 May 2020, 06:55

Typo in line following BubbleRob tutorial

Post 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.

coppelia
Site Admin
Posts: 10339
Joined: 14 Dec 2012, 00:25

Re: Typo in line following BubbleRob tutorial

Post by coppelia »

Thanks David!

Cheers

Post Reply