-
Notifications
You must be signed in to change notification settings - Fork 6
Description
It would be great if this was a package that could itself be built in the catkin / colcon workspaces so that it doesn't have to be installed separately from the normal ROS toolchain (unless they like). Then it could also be released as binaries to apt so that ROS users can just install it.
This will actually be necessary in order to use the ROS build farm to package your ROS1/ROS2 drivers since they will require this librover to build. So either you need to release to an apt server yourself or leverage the ROS infra to do so if you want your robot drivers to be apt install ...-able. Package.xml files not make it required to use ament or catkin in the cmake files, you can set the built tool to cmake itself and it should all work out. But you do need the package.xml file for the build farm to even be actionable and for the build systems to let us build this in a ROS1/2 workspace.