PlotJuggler / plotjuggler-ros-plugins

Many PlotJuggler plugins for ROS and ROS2.
GNU Affero General Public License v3.0
106 stars 44 forks source link

Changes type of strings_chain to std::vector #76

Closed m2themax closed 9 months ago

m2themax commented 9 months ago

Change type of strings_chain in stringree_leaf.cpp from boost::container::static_vector of fixed size 16 to std::vector to support arbitrary depth of messages

facontidavide commented 9 months ago

this code is being removed and that file will be deleted soon