home.social

#motionplanning — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #motionplanning, aggregated by home.social.

  1. In order to test my motion-planning algorithms some more, I decided to try procedurally generating the arm of the robot, just to see how things would work under varying numbers and arragements of joints.

    I then decided to render a quick animation of it.

    ...it works, but I can't help but think it looks inexplicably disturbing.

    #robotics #motionplanning #pathplanning #video #animation #rendering #research

  2. Working to poke some fruit in an apple tree again with a simulated UAV equipped with a robotic arm.

    Trying out a new way to visualize paths. In this case, the yellow path indicates a trace of the center of the flying base link, magenta follows the end-effector, with green connecting the two at simultaneous moments.

    #robotics #uav #pathplanning #motionplanning #visualization #computerscience

  3. A well-rounded paper on how to translate symbolic statements into actionable constraints for #robotics control and #motionplanning: frontiersin.org/articles/10.33

    In short: symbolic statements are produced by higher-level decision-making systems (e.g. from a #pddl planner working with #semanticmapping) and given to lower-level actions.

  4. # A fast two-stage approach for multi-goal path planning in a fruit tree

    How do you efficiently plan a path for a drone around a fruit tree, and then plan its movements so it reaches into the tree to reach the fruit with a robotic arm? In what order do you do that?

    It's my contribution to the 2023 International Conference on Robotics and Automation! #ICRA2023

    ieeexplore.ieee.org/document/1

    #conference #academia #publication #robotics #drones #UAV #motionplanning #pathplanning #roboticarm #algorithms #academia #research #ieee #ICRA #orchards #farming #agriculture

  5. First time I encounter #stablediffusion used to perform #motionplanning: arxiv.org/pdf/2211.04604.pdf
    They also translate natural language instructions #nlp into a set of goals (final poses of the end effector).
    Nice #ai work.

  6. #PDDL #ai applied for #motionplanning of several #robots is shown here:
    researchgate.net/profile/Anton
    It can be used for coarser-grained motion planning in semantic maps. In practice a finer motion planner would be needed.

    That's the way I'd go, because PDDL also supports logical reasoning.