GithubHelp home page GithubHelp logo

Comments (2)

petrvancjr avatar petrvancjr commented on June 12, 2024 1

When I tried to replace the trajectory, I observed an outage in trajectory tracing (row 3, row 4).
The attached plot:

  • Series: red - sent trajectory to the controller, blue - real trajectory
  • Figures: rows (1,2,3,4) - trajectory replacement iteration; columns (1,2) - positions, velocities

Screenshot from 2021-08-23 17-26-17

Even when I tried to remove the execution stop, I didn't observe any change. This is the reason that the controller in fact does not support the (the newer version) replacement operation and it stops execution entirely.

I will test it with the default hardware controller, thanks for your advice.

from panda_simulator.

justagist avatar justagist commented on June 12, 2024

Hi,
This is not possible with the current formulation of the trajectory controller in this package. The controller provided is simply emulating the behaviour of a simplified ROS Joint Trajectory Controller using the franka_ros_interface developed for controlling the panda robot.
It looks like in the newer versions of ROS Joint Trajectory Controller, there is an option for trajectory replacement; I am not sure this does what you want. I am also not sure this will work with the custom action server defined in this package (I have not tested) because it was not originally designed to do this.
Also, note that you won't be able to load ROS's joint trajectory controller directly in this simulator because it conflicts with the custom hardware interface defined for this project. So to support ROS joint trajectory action instead of the custom joint trajectory, you will either have to load default hardware instead of the custom hardware in the robot description file and test it, or use a simpler simulator that uses default hardware interfaces and controllers such as panda_simulation and test if the 'trajectory replacement' feature is what you want. Alternatively, you can directly test in on the real robot as it loads ROS joint trajectory action by default if you are using franka_ros or franka_ros_interface.

from panda_simulator.

Related Issues (20)

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.