Git Product home page Git Product logo

Comments (2)

TMengi avatar TMengi commented on June 10, 2024

Do you want me to go through with this one?

Here's how I would try to handle it:

  1. Find and replace every call to an 'all' function with a call to the regular function
  2. Make ids into an optional argument. Default value is None, and triggers an assert that length of commands equals length of motor ids.
  3. Write a regular expression to fix driver code (e.g. replace "set_command_position([1,2,3,4], [pi,pi,pi,pi])" with "set_command_position(angles=[pi,pi,pi,pi], ids=[1,2,3,4])").
  4. Test, delete 'all' functions, test some more.

from robot-player.

danielasun avatar danielasun commented on June 10, 2024

let's hold off on this one for now. I want to make sure that we successfully finish some of the other pull requests first.

from robot-player.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.