Live data from Hacker News

Viewing profile — lukicdarkoo

lukicdarkoo

HN member
Joined
Thu, Oct 17, 2019, 8:23 AM UTC
HN karma
337
Public activity
26 items

About lukicdarkoo

https://lukic.io

Recent public activity

  1. story
    Show HN: We Utilized WebXR to Control Robot Arms

    We created a Python package that turns a smartphone into a robot arm controller. The system uses the WebXR API to track your phone’s 3D position and orientation directly through th…

  2. story
  3. story
  4. story
  5. comment
    Comment #27728856

    The squash and merge button is convenient, but not the only way. As you mentioned, sometimes I do squashing locally into multiple meaningful commits. It's important that my mess do…

  6. comment
    Comment #27728544

    In my workflow, I typically commit often and use the commits as personal checkpoints. Once a pull request is ready I simply squash the commits and merge. That way, the history in t…

  7. comment
    Comment #27168794

    Professionally, I do embedded and robotics, but once a year I find an excuse to create a simple web application (to stay updated). Every time, I get impressed by power and simplici…

  8. story
  9. story
  10. story
  11. comment
    Comment #25612745

    This a great observation. Robotics requires a strong foundation in mathematics, control, embedded and similar, something that is unheard in typical software engineering roles. Plus…

  12. story
  13. comment
    Comment #25480779

    Webots is an open-source robot simulator: https://github.com/cyberbotics/webots Webots R2021a has arrived and it brings camera image segmentation among the other features: https://…

  14. story
  15. story
  16. comment
    Comment #25406201

    If you want to use Webots and ROS2 check out the following wiki page: https://github.com/cyberbotics/webots_ros2/wiki

  17. story
  18. comment
    Comment #24980706

    Can we use it as an actual keyboard (plug it into our PC)?

  19. comment
    Comment #24543398

    There is OpenAI gym interface for Webots: https://github.com/aidudezzz/deepbots The interface simplifies usage of Reinforcement Learning algorithms with Webots.

  20. comment
    Comment #24542367

    There is an article about performance comparison and Webots is way ahead of the competition: https://arxiv.org/pdf/2008.04627.pdf There is a Wikipedia article comparing different r…

  21. story
  22. story
  23. comment
    Comment #24251258

    The script is heavily based on the article. Full credit to the article! For everybody interested in details, the article gives useful insights on configuration automated by the scr…

  24. comment
    Comment #24251227

    I suspected that the network wasn't ready, so I configured the service start after network without much luck. I didn't go further than that.

  25. comment
    Comment #24251218

    No idea! I spent some time debugging it, but it just does't make sense it works with cron and not with systemd. Let me know if you have any idea where to look!