Open atinfinity opened 1 month ago
Are you planning on adding new features to the plugin? If not, please use the provided libuwb_plugin.so
as is. Just set the Gazebo plugin PATH to the path where the file is located.
If you want to build the plugin from source, you are missing a crucial step, which is to build the ignition-rendering
library first as the plugin uses a modified version of the ignition-rendering
library, which is why it is an EXACT REQUIREMENT. I will add repo and the steps required to build the ignition-rendering
library and update the same in few days.
@jacobrejin Thank you for your comment.
Are you planning on adding new features to the plugin?
Yes.
Just set the Gazebo plugin PATH to the path where the file is located.
I think that I need to set IGN_GAZEBO_SYSTEM_PLUGIN_PATH
. Is my understanding right?
If you want to build the plugin from source, you are missing a crucial step, which is to build the
ignition-rendering
library first as the plugin uses a modified version of theignition-rendering library
, which is why it is an EXACT REQUIREMENT.
I understood that this project uses ignition-rendering 6.6.4
.
# Find the custom Ignition Rendering library
find_package(ignition-rendering6 6.6.4 EXACT REQUIRED)
@jacobrejin I checked https://github.com/gazebosim/gz-rendering/tags. But I could not find 6.6.4
Yes you need to set the plugin path variable IGN_GAZEBO_SYSTEM_PLUGIN_PATH.
You cannot find 6.6.4 as it a custom build of the rendering Library which you will have to build from source. Give me some time will upload the source code for the rendering Library.
I tried to build uwb_plugin. In this time, I used docker container.
And, I run the following command in docker container.
As a result, it occurs the following error.
I changed CMakeLists.txt. As a result, I could build uwb_plugin.