ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How do I install a particular version of ros-melodic-franka-ros

asked 2022-03-25 10:36:08 -0500

injeyi gravatar image

updated 2022-03-25 14:42:36 -0500

Hello,

I'm using Ubuntu 18.04 for implementing robot(franka emika panda) with custom controller. I was away for a week, but the controller I used was not running well, so I checked the problem.

Compared to other working computers, it seems that there was a problem with the update of "franka-ros" to the latest version. So, I tried to install the previous version(0.7.1-1bionic.20210304.174422) of franka-ros with following command

  • sudo apt install ros-melodic-franka-ros=0.7.1-1bionic.20210304.174422

Then, the results is as follows.

  • E: Unable to locate package ros-melodic-frank-ros-0.7.1-1bionic.20210304.174422

I already added 'http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main' in '/etc/apt/sources.list.d/ros-latest.list'. by following commands

  • sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'

  • sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654

  • sudo apt update

I was wondering if there was a way to install an older version of "ros-melodic-franka-ros"

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2022-03-27 01:13:34 -0500

gvdhoorn gravatar image

You'd have to build it from source, in your workspace. The ROS package repositories do not retain older versions of released packages. That's a limitation of the apt repository backend.

edit flag offensive delete link more

Comments

Thank you for help, I solved it through "https://frankaemika.github.io/docs/in..." as you said Actually, I did it before, but I missed to change command 'kinetic' to 'melodic'

injeyi gravatar image injeyi  ( 2022-03-27 08:23:43 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2022-03-25 10:35:32 -0500

Seen: 343 times

Last updated: Mar 25 '22