Skip to content
View Steigner's full-sized avatar
  • IACS - Brno University of Technology
  • Brno, Czech Republic
  • 23:28 (UTC +02:00)
  • LinkedIn in/martin-juricek
Block or Report

Block or report Steigner

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Steigner/README.md

ℹ️ About me

Robotics Enthusiast | AI & Machine Learning | Edge Technologies

I am a passionate robotics professional with a keen interest in cutting-edge technologies. My expertise lies at the intersection of machine vision, machine learning, robotics, and system architecture, making me an part of the advanced robotics revolution.

🔷 Robotics, Machine Learning, Machine Vision


Programming Languages

Python logo Matlab logo C# logo C++ logo JavaScript logo

Pinned

  1. ROS_UR3_control ROS_UR3_control Public

    Control UR3 cobot by RL and DRL

    Python 6 4

  2. ROS_UR_Web-HMI ROS_UR_Web-HMI Public

    ROS Universal Robots Web Human-Machnie Interface

    JavaScript 16 1

  3. Unity_UR3_Levenberg-Marquardt_IK Unity_UR3_Levenberg-Marquardt_IK Public

    Levenberg-Marquardt Inverse Kinematics UR3 in Unity using ZeroMQ

    Python 7 4

  4. Robo_Medicinae_I Robo_Medicinae_I Public

    Experimental Robotics AG Testing

    4

  5. Quickly find devices on the network Quickly find devices on the network
    1
    # !pip install ping3
    2
    import ping3
    3
    
                  
    4
    def ping_device(ip_address):
    5
        result = ping3.ping(ip_address)