Navigation

    Robolink logo
    • Register
    • Login
    • Search
    • [[global:header.categories]]
    • [[global:header.recent]]
    • [[global:header.tags]]
    • [[global:header.popular]]
    • [[global:header.users]]
    • [[global:header.groups]]
    As of September 2021, we have moved technical support to Robolink Help

    Welcome to the Robolink Community forum!

    You can post here to interact with others in the Robolink community. We're checking it weekly, and we'll respond to some messages. If you're looking for technical support, head over to Robolink Help.

    Zumi doesn't stop

    Zumi
    3
    3
    532
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      shibbyrae last edited by

      I have 2 teams programming a Zumi and it doesn't respond to the stop command in Python.

      They are working in the Jupyter IDE.

      1 Reply Last reply Reply Quote 0
      • robolink_arnold
        robolink_arnold last edited by

        You can also check out the FAQ https://learn.robolink.com/docs/zumi-faq/wont-stop-driving

        1 Reply Last reply Reply Quote 0
        • robolink_leila
          robolink_leila last edited by

          @shibbyrae The best way to stop Zumi is to run the following code in a cell:

          from zumi.zumi import Zumi
          zumi = Zumi()
          zumi.stop()
          

          The "stop" button on the Jupyter toolbar will not stop Zumi on its own. Zumi needs to explicitly receive the zumi.stop() command. Let me know if this helps!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post