Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fixed-size Array visualization (#81)
* Fix fixed-size Array visualization Don't assume that has_maximum_size means that a maximum_size field exists on the object. In the case of an Array object, has_maximum_size is True, but there is no 'maximum_size' field, only 'size'. Fixes: #77 Signed-off-by: Michael Jeronimo <[email protected]> * Update src/rqt_plot/plot_widget.py Co-authored-by: Chris Lalancette <[email protected]> Co-authored-by: Chris Lalancette <[email protected]>
- Loading branch information