turtlebot / turtlebot4_simulator

TurtleBot 4 Simulator packages
Apache License 2.0
67 stars 39 forks source link

Missing "gz/utilities/SuppressWarning.hh" for turtlebot4_simulator package #43

Closed alexMarFar closed 1 year ago

alexMarFar commented 1 year ago

**To Reproduce**
Provide the steps to reproduce:
```bash
cd ~/turtlebot4_ws/src
git clone https://github.com/turtlebot/turtlebot4.git -b humble
cd ~/turtlebot4_ws
rosdep install --from-path src -yi --rosdistro humble
source /opt/ros/humble/setup.bash
colcon build --symlink-install

It was fixed after following the suggestion here:

sudo apt-get install libignition-cmake2-dev

Other notes It seemed to happen in Issue #41 but the proposed solution was not working for me

hilary-luo commented 1 year ago

This issue is being closed due to inactivity. If you are still experiencing the issue, feel free to reopen this ticket when you are ready to continue the troubleshooting process.