Robot Operating System Cookbook
上QQ阅读APP看书,第一时间看更新

Running the code

To build the source code discussed previously, we will add the following line of code to our CMakeLists.txt file and execute catkin_make from the top level directory:

$ rosrun pluginlib_tutorials polygon_loader

For the time being, we will not be able to visualize the usefulness of plugin development, however, in the upcoming section, it will become more visible.