Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minjerk python 3 #23

Closed
NoeMurr opened this issue Jan 21, 2021 · 1 comment
Closed

Minjerk python 3 #23

NoeMurr opened this issue Jan 21, 2021 · 1 comment

Comments

@NoeMurr
Copy link

NoeMurr commented Jan 21, 2021

I'm trying to run the simulator in ros noetic on ubuntu.

I compiled correctly the simulator. I needed to hand compile even the franka-ros package because the package is not available in noetic.

The biggest problem in compiling is that rosdep is not working so you have to run the command rosdep instal --rosdistro noetic [...] and for each package that it is saying to be missing you have to add it with apt install [...].

After that I tried to run the simulator with roslaunch panda_gazebo panda_world.launch but the scripts joint_trajectory_action_server.py and gripper_action_server where looking for the command python that was not present on my system so i changed it with python3.

Even after adding python3 I had some problems with the dependencies, the one listed in requirements.txtare not sufficient.
Now python cannot find the package minjerk that is widely use inside the scripts. I can't find it on PyPI I think it is refering to this one. Is it that? if yes how do you advice to install it?

@justagist
Copy link
Owner

Hi, at the moment there is no support for ros noetic or python 3, and there are no immediate plans for development.
I haven't tried setting it up on noetic/python3 yet, so I can't really give you any advice in this area, sorry about that. (see #13 -- I know they were also trying to create a noetic version, they may be able to help you).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants