GithubHelp home page GithubHelp logo

Comments (5)

MichaelGrupp avatar MichaelGrupp commented on June 2, 2024 1

pip won't install the latest version of spicy when using pip install spicy --upgrade

"spicy" means something different 🌶️ ... what happens if you use scipy?

(looks like spicy is some sort of joke package that just lists scipy as dependency, but this won't upgrade scipy)

[ERROR] unsupported message type: nav_msgs/msg/Path

As the message said, Path messages are not supported. And this probably won't change in the API/CLI, because Path topics have characteristics that would be a bit ugly to handle here (in a generalized way):

  • each message in a Path topic contains a full trajectory
  • if the path topic contains more than one Path message, this means that there will be multiple trajectories to choose from
  • this is completely different than in the other supported types that have a single trajectory per topic, so it would require a complete change of the user interface just for one message type --> won't do

from evo.

MichaelGrupp avatar MichaelGrupp commented on June 2, 2024

I suspect that this is some issue with the particular scipy or numpy version that you use (searching the error message shows that other people also had similar issues with some versions). Because I can't reproduce this in a fresh virtual environment with numpy==1.24.4 and scipy==1.10.1.

Which versions does pip freeze | grep -e scipy -e numpy show for you?

from evo.

Ab-Tx avatar Ab-Tx commented on June 2, 2024

It shows:

$ pip freeze | grep -e scipy -e numpy

numpy==1.24.4

scipy==1.3.3

Edit: I'll attempt to update spicy and report back later.

from evo.

Ab-Tx avatar Ab-Tx commented on June 2, 2024

After updating spicy
pip3 install scipy==1.10.0
I no longer have the error. Seems pip won't install the latest version of spicy when using "pip install spicy --upgrade".

Right now, evo_traj outputs an error claiming the message type is not supported. Is this expected?
Console out:

$ evo_traj bag 2024-03-19-16-02-52.bag /path
[ERROR] unsupported message type: nav_msgs/msg/Path

from evo.

Ab-Tx avatar Ab-Tx commented on June 2, 2024

The command "spicy" by itself does nothing:

$ Python3 spicy

Command 'Python3' not found, did you mean:

  command 'cython3' from deb cython3 (0.29.14-0.1ubuntu3)
  command 'python3' from deb python3 (3.8.2-0ubuntu2)

Try: sudo apt install <deb name>

$ python3 spicy
python3: can't open file 'spicy': [Errno 2] No such file or directory

if the path topic contains more than one Path message, this means that there will be multiple trajectories to choose from

I'll attempt to republish the information I need in a geometry_msgs/PoseStamped message using a ros node and use that with evo.
Thank you for the help.

from evo.

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.