Skip to content
View Steigner's full-sized avatar
  • Brno University of Technology
  • Brno, Czech Republic
  • 08:47 (UTC +02:00)
  • LinkedInin/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_controlROS_UR3_controlPublic

    Control UR3 cobot by RL and DRL

    Python 9 5

  2. ROS_UR_Web-HMIROS_UR_Web-HMIPublic

    ROS Universal Robots Web Human-Machnie Interface

    JavaScript 21 2

  3. Unity_UR3_Levenberg-Marquardt_IKUnity_UR3_Levenberg-Marquardt_IKPublic

    Levenberg-Marquardt Inverse Kinematics UR3 in Unity using ZeroMQ

    Python 8 4

  4. Robo_Medicinae_IRobo_Medicinae_IPublic

    Experimental Robotics AG Testing

    4

  5. Quickly find devices on the networkQuickly find devices on the network
    1
    # !pip install ping3
    2
    importping3
    3
    4
    defping_device(ip_address):
    5
    result=ping3.ping(ip_address)
  6. My Useful CommandsMy Useful Commands
    1
    ## delete containers
    2
    docker system prune -a --volumes
    3
    4
    ## build docker
    5
    docker build -t test.