Could not find a configuration file for package "ignition-common3-graphics"
cardboardcode opened this issue · 1 comments
cardboardcode commented
Issue Description
This is a build error when compiling this under ROS1 Noetic when setting up TurtleBot3 [Manipulation-Software Setup].
Build fails after running catkin_make
and reports the error below in terminal:
Could not find a configuration file for package "ignition-common3-graphics"
Context
This issue has been resolved but it is posted here for anyone that has encountered the same error and is looking for a solution.
cardboardcode commented
Solution 🎉
Run the commands below and build the ROS1 Noetic workspace again:
sudo apt install libignition-rendering3
cd ~/catkin_ws
catkin_make
This is verified on Ubuntu 20.04.