tavie/ros

Description

Playing around with https://github.com/morxa/rosfed

Installation Instructions

Instructions not filled in by author. Author knows what to do. Everybody else should avoid this repo.

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download Fedora 37 x86_64 (0)* Fedora 37 (0 downloads)

* Total number of packages downloaded in the last seven days.


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/tavie/ros/

On fedora 38, i couldn’t install your copr repo.

After activating COPR with this

dnf copr enable tavie/ros

i tried to install ros-desktop and ros-desktop_full with this command

 dnf install ros-desktop

but it can’t locate the package i guess:

[erhangok@fedora ~]$ sudo dnf install ros-desktop
Last metadata expiration check: 0:16:18 ago on Sun 08 Oct 2023 05:23:36 PM +03.
No match for argument: ros-desktop
Error: Unable to find a match: ros-desktop
[erhangok@fedora ~]$ sudo dnf install ros-desktop_full
Last metadata expiration check: 0:16:22 ago on Sun 08 Oct 2023 05:23:36 PM +03.
No match for argument: ros-desktop_full
Error: Unable to find a match: ros-desktop_full

I installed ros with ros-desktop_full but some of the packages header files are not included in usr/lib64/ros/include directory, so i cannot include them in my cpp packages. Some of these packages are tf2 packages, control_toolbox package, geographic_info package.