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

Unable to locate package realsense2_camera for Foxy

asked 2021-05-31 04:38:44 -0500

ahopsu gravatar image

Hi!

I'm wondering, why I'm not able to find/install realsense2_camera package for ROS2 Foxy. The package is not found by the command

sudo apt-get install ros-foxy-realsense2-camera

E: Unable to locate package ros-foxy-realsense2-camera

However, realsense2_camera_msgs and realsense2_descriptions are found, but according to ROS Index, the realsense2_camera should be also found.

edit retag flag offensive close merge delete

Comments

Could you check whether you're running into #q379190?

A sudo apt update should error with a key expired problem.

gvdhoorn gravatar image gvdhoorn  ( 2021-05-31 04:44:20 -0500 )edit

I had this issue also earlier on the day, but it shoudl be solved now, sudo apt(-get) update is working. And I think, that these problems are not related to each other.

When I type sudo apt-get install ros-foxy-realsense and press tab button twice, I get the list of the following available packages:

ros-foxy-realsense2-camera-msgs
ros-foxy-realsense2-camera-msgs-dbgsym
ros-foxy-realsense2-description
ros-foxy-realsense-msgs
ros-foxy-realsense-msgs-dbgsym
ahopsu gravatar image ahopsu  ( 2021-05-31 04:51:09 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-05-31 05:28:54 -0500

gvdhoorn gravatar image

updated 2021-06-03 13:40:51 -0500

Edit: with the sync of 2021-06-03, realsense2_camera should now be available from the main repositories.


According to status_page/ros_foxy_default.html?q=realsense, realsense2_camera is not available in the main repositories yet (notice the red square in the right-most column).

That would explain why you can't install it using apt.

As to why it isn't available, I wouldn't know.

It seems to be available in the testing repository though. How to set that up is sort-of documented on this page: Pre-release Testing: Debian testing repository.

edit flag offensive delete link more

Comments

Thank you for the info! At least now I know, what is causing this issue.

ahopsu gravatar image ahopsu  ( 2021-05-31 05:53:18 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2021-05-31 04:38:44 -0500

Seen: 1,495 times

Last updated: Jun 03 '21