Skip to content

Releases: seoulrobotics/sensr_sdk

v3.3.0

08 Mar 06:55
ac41727
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.3.0

SDK for v2.4.9 SENSR-I

03 Nov 23:30
d799d86
Compare
Choose a tag to compare

Main changes

  • Utilize has_objects in object listener
  • Handle case when output_ws is None

SDK for v2.4.2 SENSR-I

30 Jun 11:27
218eeaa
Compare
Choose a tag to compare

Main changes

  • Adopt new protobuf message
    • Add VERSION_MISMATCH algo node status
    • Add has_objects and has_zones fields in StreamMessage

Main fixes

  • None

SDK for v2.4.0 SENSR-I

09 Jun 02:45
af1a35a
Compare
Choose a tag to compare

Main changes

  • Adopt new protobuf message
  • Add OUTPUT_BUFFER_OVERFLOW error handling in cpp and python sdk.
  • Make SDK to reconnect to SENSR when SENSR is re-opened.

Main fixes

  • Fix UnboundLocalError: local variable 'websocket' referenced before assignment error in python point example.

SDK for v2.3.0 SENSR-I

10 Dec 12:00
Compare
Choose a tag to compare

SDK for v2.2.5 SENSR-I

17 Aug 00:02
e3dd00e
Compare
Choose a tag to compare

Main changes

Main fixes

  • Fix infinity loop issue if output publish level is '0'.

SDK for v2.1.7 SENSR-I

24 May 11:55
4dcb7a9
Compare
Choose a tag to compare

Main changes

  • History message provides 2 types of data (position and timestamp).

Main fixes

  • Fix [error] handle_read_frame error: websocketpp.transport:7 (End of File) issue in SENSR when console_output.py is exited by CTRL + C

SDK for v2.1.4 SENSR-I

06 May 00:33
ec8f1e8
Compare
Choose a tag to compare

Main changes

  • Add bg_learning_progress in CustomMessage message.
  • Modify a field name uri to uid in PointResult message.
  • Add zone_ids field in Object message.

Main fixes

  • Typo : MessageListener::OnGetOutpuMessage -> MessageListener::OnGetOutputMessage

SENSR SDK v2.0.5 for SENSR M

10 Mar 04:33
e8fa939
Compare
Choose a tag to compare
Merge pull request #20 from seoulrobotics/static_proto

Use static protobuf library

SENSR SDK v2.0.4

28 Jan 00:47
9c584ca
Compare
Choose a tag to compare

What's New

  • New output format (Please check details /proto folder)
  • Support SENSR-I 2.0.4

Notes

  • This version does not provide back-ward compatibility to SENSR 1.X.X