Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Insert instruction code not sent in Run On Robot mode

#8
I'm not sure I understand the issue. Do you have a sample project that we can use to reproduce this problem?

To make sure your commands are being sent to the robot from your Python program you can add something like this:

Code:
状态,味精= robot.ConnectedState ()
print(state)
print(msg)
if state == ROBOTCOM_READY:
RDK.setRunMode(RUNMODE_RUN_ROBOT)


Messages In This Thread
RE: Insert instruction code not sent in Run On Robot mode - byAlbert- 03-30-2020, 06:39 PM



Users browsing this thread:
1 Guest(s)