Difference between group.go() and group.execute()?

I was going through moveit tutorials and came across a command group.execute that seems to do same thing as group.go() , can someone tell me what is the difference ?

Hello @vasank1958,

The execute() function does the same as a go(wait=True), which means it will execute the trajectory and wait for completion.