-
When I installing Gazebo dependencies
```
sudo echo $BASE_DEPENDENCIES $GAZEBO_BASE_DEPENDENCIES | tr -d '\' | xargs sudo apt-get -y install
```
It hints that
```
E: Unable to locate package lib…
-
## Environment
- **OS Version:** Ubuntu 22.04
- **ROS2 Version:** Binary ROS2 Humble
- **Gazebo Version:** Ignition Gazebo Fortress
## Description
**Expected behavior:**
I want to mirror…
-
## Environment
- **OS Version:** Ubuntu 22.04
- **ROS2 Version:** ROS2 Humble
- **Gazebo Version:** Ignition Gazebo Fortress
## Description
**Expected behavior:**
I want to mirror the me…
-
**Original report ([archived issue](https://osrf-migration.github.io/gazebo-gh-pages/#!/osrf/gazebo/issues/1641)) by John Hsu (Bitbucket: [hsu](https://bitbucket.org/%7B0a186eae-abf0-4514-a951-23db5ec…
-
[Using Gazebo Simulator with SITL](https://ardupilot.org/dev/docs/using-gazebo-simulator-with-sitl.html) - Describe the issue/suggestion and improve the title. Please keep a link to the original artic…
-
Doing an update at the moment, and emerge wants to update to gazebo-7.11.0. This fails with
`Dem.cc:157:16: error: ‘MAX_D’ is not a member of ‘ignition::math’
double min = ignition::math::MAX_…
-
```
/home/xxxxx/.cache/yay/ignition-common-3/src/gz-common-ignition-common3_3.16.0/events/src/MouseEvent.cc:18:10: fatal error: gz/math/Vector2.hh: No such file or directory
18 | #include
```
…
-
When building private externals from source (i.e., anything other than #7451), we should use hidden symbol visibility, so that downstream users of Drake can use their own, different version of that co…
-
Hi!
I'm wondering if there is anything in place for this project to work on ROS Noetic and Gazebo 11?
I've tried catkin_make with the master branch and also with work on PR #5, but I'm still get…
-
When SWIG is active and we are building Ignition Math Python interfaces the PYTHONPATH environment variables is not been setted in the console. We should do it manually.
I checked `ign-cmake` and I…