Steps to Build
The steps to build a hardware plugin are explained below.
- 
Prepare a clean installation of the targeted NavWiz version. A clean installation is important so that the
navwiz_build_plugintool can identify all the missing dependencies (by comparing them with the current state of the system) and bundle them in the plugin package. - 
Create a ROS workspace containing all the source code of the hardware repositories or packages. Do not build or install the dependencies for the packages manually.
 - 
Change the working directory to the workspace folder, and run the
navwiz_build_plugintool:$ cd ~/ws_hardware $ navwiz_build_plugin - 
The hardware plugin (
hardware_<date_time>.pluginfile) will be generated in the workspace folder.