Skip to content
View Steigner's full-sized avatar
  • Brno University of Technology
  • Brno, Czech Republic
  • 04:29 (UTC +02:00)
  • LinkedIn in/martin-juricek

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Steigner/README.md

ℹ️ About me

Researcher bridging AI, Machine Learning and Cloud Fnfrastructure. Currently in research of hyperheuristics tailored for variable dimension problems. Scaled experiments from small custom bare-metal clusters up to the grid supercomputer (MetaCentrum). Currently open-sourcing a series of active projects.

Pinned Loading

  1. ROS_UR3_control ROS_UR3_control Public

    Control UR3 cobot by RL and DRL

    Python 9 5

  2. ROS_UR_Web-HMI ROS_UR_Web-HMI Public

    ROS Universal Robots Web Human-Machnie Interface

    JavaScript 21 2

  3. Unity_UR3_Levenberg-Marquardt_IK Unity_UR3_Levenberg-Marquardt_IK Public

    Levenberg-Marquardt Inverse Kinematics UR3 in Unity using ZeroMQ

    Python 8 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)
  6. My Useful Commands My Useful Commands
    1
    ## delete containers
    2
    docker system prune -a --volumes
    3
    
                  
    4
    ## build docker
    5
    docker build -t test .