heuristicus / spot_ros

ROS driver for controlling Boston Dynamics' Spot robot
https://heuristicus.github.io/spot_ros/
Other
268 stars 136 forks source link

Installation of Spot visualization packages resources in CMake file #128

Closed 2b-t closed 1 year ago

2b-t commented 1 year ago

Currently the spot_viz package lacks the installation rule for its Qt resources located in resource. For this reason installation of the package will result in a runtime error when launching RViz as the resources are not found. The following small change to the CMakeLists.txt fixes this and installs resource as well.