How to Build ros2_gz Humble from Source on Linux jammy
ROS2 Humble and Gazebo Garden are installed in Linux 22.04 aarch64/arm64 (VM on MAC M1)
I edited my original Jan 18, 2023 as with further investigation, I discovered that rosgz can be installed directly from posted binaries, once ¨gazebo sim Garden¨ was installed on my MAC M1 Ubuntu 22.04 arm64 Parallels Virtual Machine from Binary Installation on Ubuntu, (https://gazebosim.org/docs/garden/installubuntu ). With the local repositories updated, the two installation commands for gz-garden and rosgz are $ sudo apt install gz-garden and $ sudo apt install ros-humble-ros-gz. So the https://github.com/gazebosim/rosgz/tree/humble instructions for this case of Binaries procedure can be significantly simplified and no compiling from source is necessary.
Asked by RobotRoss on 2023-01-18 20:46:44 UTC
Answers
So my Jan 18, 2023 Question has been answered by using released Humble Gazebo Garden Binaries for my arm64 machine case (and amd64 too, of course).
Asked by RobotRoss on 2023-01-22 19:53:35 UTC
Comments