You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
indigo-devel backports from kinetic-devel (1.12.9) (#1110)
* Add fullscreen option. (#1017)
* urdfdom compatibility (#1064)
* Use urdf::*ShredPtr instead of boost::shared_ptr (#1044)
urdfdom_headers uses C++ std::shared_ptr. As it exports it as custom
*SharedPtr type, we can use the to sty compatible.
This also adds a proper dependency for urdfdom-headers
* adaptions to build against both urdfdom 0.3 and 0.4
... relying on the compatibility layer of urdf package
* Update display if empty pointcloud2 is published (#1073)
Do not show last point cloud any more, if published point cloud message does not contain any points
* Correctly scale the render panel on high resolution displays (#1078)
* support multiple material for one link (#1079)
* Fixed duplicate property name for Path colors (#1089)
See issue #1087.
* fix type error in newer versions of urdf (#1098)
* Use unique material names for robot links. (#1102)
* avoid C++11 feature for back port to indigo
0 commit comments