In this evening's Mockers meeting, there was a discussion about the Autonomy Labs package and ROS version. The question was how it could run on Jazzy when Jazzy wasn't an option in the GitHub drop-down menu.
I reinstalled the Autonomy Labs package on a fresh Ubuntu 24/Jazzy install, following the Autonomy Labs GitHub instructions (no ROS version specified). I installed it in my ROS workspace (~/ros2_ws). It installs, builds, and runs on Jazzy. I assume it installs the "Iron" version, but it seems to run fine.
AutonomyLab/create_robot
https://github.com/AutonomyLab/create_robot
----------------------------------------------------------------------------
2. Clone this repo
$ cd ~/create_ws/src
$ git clone https://github.com/autonomylab/create_robot.git
$ git clone https://github.com/AutonomyLab/libcreate.git
----------------------------------------------------------------------------
Thanks,
Camp