lucasw / ros_from_src

Build ros from source without using a PPA in a github action. Probably just copy what archlinux is doing. See also https://github.com/ros-o/ros-o
BSD 3-Clause "New" or "Revised" License
102 stars 16 forks source link

core packages such as common_msgs and pcl_ros is missing #24

Closed Alex-Beh closed 1 year ago

Alex-Beh commented 1 year ago

As titled, am I missing some steps? Or it is by design?

Currently how I solved is is manually clone into the workspace.

lucasw commented 1 year ago

common_msgs ought to be added in, but pcl_ros seems more optional- in general manually cloning in anything you are missing is normal.