try: session.connect("tcp://192.168.1.102:9559") # Replace with your NAO's IP except RuntimeError: print("Can't connect to NAO.") sys.exit(1)
# Put the robot to its resting position motion_service.rest()
# Create a session to connect to the robot session = qi.Session()
# Wake up the robot motion_service.wakeUp()
# Get the motion service motion_service = session.service("org.aldebaran.motion")
import qi
Symlex Layer Set up guidelines
You can set up Symlex Layer by downloading it from Play Store or App Store. However, if you are a part of an organization, then you need to have your ID and password from the admin of that organization.
You can create new user from your admin dashboard based on your subscription plan. However, if you face any difficulties, feel free to contact our support team.
You can delete any user from your admin dashboard.
You can change the email of a member from your admin dashboard.
Billing & Payment
A Symlex Layer account cost $7/month for monthly package and $5/month for yearly package. However, you can get customized plan if you want. Feel free to contact us for customized packages.
Currently, we only accept bank payment. However, we are also working on adding new payment methods for your convenience.
We offer 14 days money-back guarantee for our users. However, this may vary depending on packages and offers.
Users’ Guide
You can contact our support team anytime for changing your subscription plans and packages.
Feel free to contact here for support.
You can check your IP and server location from different website on the internet.
Nao Upseedage 90 Patched Access
try: session.connect("tcp://192.168.1.102:9559") # Replace with your NAO's IP except RuntimeError: print("Can't connect to NAO.") sys.exit(1)
# Put the robot to its resting position motion_service.rest()
# Create a session to connect to the robot session = qi.Session()
# Wake up the robot motion_service.wakeUp()
# Get the motion service motion_service = session.service("org.aldebaran.motion")