Skip to content

Latest commit

 

History

History
58 lines (50 loc) · 3.84 KB

CHANGELOG.md

File metadata and controls

58 lines (50 loc) · 3.84 KB

2014-07-07 - 0.9.0

  • Prevents empty text from being rendered (rctoris)
  • Added MarkerArrayClient (T045T)
  • Use namespace for Markers - ID alone is not supposed to be unique (T045T)
  • Use a separate TFClient to get the transform from InteractiveMarker to its sub-Markers (T045T)
  • Interactivemarkers: get the correct transformation for sub-markers (T045T)
  • Enable markdown parsing in JSDoc and add newlines to ensure proper parsing of lists (T045T)

2014-06-11 - 0.8.0

  • Added flag to change the type of collada loader (rctoris)
  • Fix typo in description of onMouseMove() (T045T)
  • Use the total length of zoomDelta, not just the y component, for multi-touch zooming (T045T)
  • Correction on measure unit for cellSize (Vegekou)
  • Urdf shapes fix (Vegekou)
  • Allow to change cellSize (rk4an)
  • Added LINE_STRIP and LINE_LIST support (mszarski)
  • Add tfPrefix for multi-robots support (erkan)
  • Remove memory leak from MarkerClient (knowrob)
  • Changed MarkerClient to support multiple markers at a time (knowrob)

2013-08-23 - r7

2013-06-06 - r6

  • MARKER_CUBE_LIST added to Marker.js (rctoris)
  • URDF meshes are now scaled correctly (rctoris)

2013-05-29 - r5

  • Added DepthCloud class for point ploud streaming with ros_web_video and depthcloud_encoder (jkammerl), (dgossow)

2013-04-15 - r4

  • Initial pose now set in SceneNode (rctoris)
  • Texture method for OccupancyGrid changed to canvas to allow for very large maps (rctoris)
  • OccupancyGrid origin now in corner instead of center of image (rctoris)
  • Optional TF client added to occupancy grid client (rctoris)
  • Interactive markers now removed correctly (rctoris)
  • Viewer now takes an optional initial camera position (rctoris)
  • Orbit controls fixed to prevent flicker during camera pan (rctoris)
  • Scale (units) now work in Collada files (rctoris)
  • Grunt files added and code cleanup for linter (rctoris)

2013-04-03 - r3

  • ColladaLoader2 added as third-party module (rctoris)
  • ColladaLoader2 replaces THREE.ColladaLoader (rctoris)
  • Viewer now takes an option intensity for the lighting (rctoris)

2013-04-03 - r2

  • Examples now use CDN version of DAE files (rctoris)
  • Maps module added with OccupancyGrid and client (rctoris)
  • SceneNode now takes an optional pose (rctoris)
  • Bugfix in InteractiveMarkerClient path option (rctoris)
  • Bugfix in interactive marker feedback (rctoris)

2013-03-17 - r1