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

Ubuntu 18 some kinetic packages not found in melodic

asked 2018-09-13 03:45:33 -0500

uthinu gravatar image

updated 2018-09-13 04:03:00 -0500

gvdhoorn gravatar image

Hi, I am trying to install a number of packages which were present in kinetic:

$ apt-get install ros-melodic-joy ros-melodic-teleop-twist-joy ros-melodic-teleop-twist-keyboard ros-melodic-laser-proc ros-melodic-rgbd-launch ros-melodic-depthimage-to-laserscan ros-melodic-rosserial-arduino ros-melodic-rosserial-python ros-melodic-rosserial-server ros-melodic-rosserial-client ros-melodic-rosserial-msgs ros-melodic-amcl ros-melodic-map-server ros-melodic-move-base ros-melodic-urdf ros-melodic-xacro ros-melodic-compressed-image-transport ros-melodic-rqt-image-view ros-melodic-gmapping ros-melodic-navigation ros-melodic-interactive-markers
Reading state information... Done
E: Unable to locate package ros-melodic-teleop-twist-joy
E: Unable to locate package ros-melodic-depthimage-to-laserscan
E: Unable to locate package ros-melodic-rosserial-arduino
E: Unable to locate package ros-melodic-rosserial-python
E: Unable to locate package ros-melodic-rosserial-server
E: Unable to locate package ros-melodic-rosserial-client
E: Unable to locate package ros-melodic-rosserial-msgs
E: Unable to locate package ros-melodic-gmapping

But as seen, some of their melodic counterparts can not be found. If these are available anyway, then where can I find the new packages names? I did apt update as suggested here.

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
1

answered 2018-09-13 04:01:38 -0500

gvdhoorn gravatar image

updated 2018-09-13 04:04:07 -0500

Those packages appear to not have been released yet into Melodic.

You can use status_page/compare_kinetic_melodic.html to check.

For teleop_twist_joy for instance: status_page/compare_kinetic_melodic.html?q=teleop_twist:

image description

Notice how there is no version number in the Melodic column.

You can also check the wiki page of each package. Again for teleop_twist_joy:

image description

Notice how there is no version button for melodic.


Edit: if you still wish to use those packages, you could attempt a source build. That is more involved then installing using apt-get though.

See #q252478 for an example workflow.

edit flag offensive delete link more
1

answered 2018-09-13 04:10:27 -0500

Boregard gravatar image

For some simple packages, you can just download the missing ones as source to your catkin_workspace and compile them. Larger packages with a lot of depencies get hard and will not work this way wihtout a lot of extra work.

edit flag offensive delete link more
0

answered 2020-07-22 06:23:06 -0500

raushan gravatar image

you need to install from source.

1 cd ~/catkin_ws/src 2 git clone https://github.com/ropo_folder_name 3 cd .. 4 catkin_make_isolated

edit flag offensive delete link more

Comments

You are a bit late mate :P

maxime gravatar image maxime  ( 2020-07-22 08:28:00 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-09-13 03:45:33 -0500

Seen: 4,773 times

Last updated: Jul 22 '20