No version for distro humble showing kinetic. Known supported distros are highlighted in the buttons above.
Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

No version for distro jazzy showing kinetic. Known supported distros are highlighted in the buttons above.
Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

No version for distro kilted showing kinetic. Known supported distros are highlighted in the buttons above.
Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

No version for distro rolling showing kinetic. Known supported distros are highlighted in the buttons above.
Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

No version for distro ardent showing kinetic. Known supported distros are highlighted in the buttons above.
Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

No version for distro bouncy showing kinetic. Known supported distros are highlighted in the buttons above.
Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

No version for distro crystal showing kinetic. Known supported distros are highlighted in the buttons above.
Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

No version for distro eloquent showing kinetic. Known supported distros are highlighted in the buttons above.
Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

No version for distro dashing showing kinetic. Known supported distros are highlighted in the buttons above.
Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

No version for distro galactic showing kinetic. Known supported distros are highlighted in the buttons above.
Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

No version for distro foxy showing kinetic. Known supported distros are highlighted in the buttons above.
Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

No version for distro iron showing kinetic. Known supported distros are highlighted in the buttons above.
Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

No version for distro lunar showing kinetic. Known supported distros are highlighted in the buttons above.
Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

No version for distro jade showing kinetic. Known supported distros are highlighted in the buttons above.
Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

No version for distro indigo showing kinetic. Known supported distros are highlighted in the buttons above.
Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

No version for distro hydro showing kinetic. Known supported distros are highlighted in the buttons above.
Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
kinetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange

Package symbol

ixblue_stdbin_decoder package from ixblue_stdbin_decoder repo

ixblue_stdbin_decoder

ROS Distro
noetic

Package Summary

Tags No category tags.
Version 0.2.1
License MIT
Build type CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ixblue/ixblue_stdbin_decoder.git
VCS Type git
VCS Version master
Last Updated 2022-04-05
Dev Status DEVELOPED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

iXblue parsing library for protocol iXblue stdbin

Additional Links

Maintainers

  • Romain Reignier

Authors

  • Adrien BARRAL
  • Laure LEBROTON
README
No README found. No README in repository either.
CHANGELOG

Changelog for package ixblue_stdbin_decoder

0.2.1 (2022-04-4)

  • Fix example in readme use wrong function.

  • Bump package.xml version to 0.2.1

  • Fix bad protocol exception looping error with cleaning buffer with only one byte

  • Fix checksum exception looping error with cleaning buffer with telegram size

  • Add feature test class to merge each error recovery testing code

  • Add test case to validate recovery :
    • bad checksum recovery
    • bad navigation protocol recovery
    • bad answer protocol recovery
  • Add in dataset erroneous frames :
    • Nav frame with bad checksum
    • Nav frame with bad protocol version
    • Answer frame with bad protocol version
  • Add classe used to test error recovery

  • Add in git ignore clion generated files

  • Add CMake option description for BUILD_TESTING variable

  • Fix CMake error used old branch master to fixed tagged commit to release-1.11.0

  • Contributors: Foissac Nicola

0.2.0 (2020-11-13)

  • Fix strict aliasing warning by using memcpy
  • Fix the protocol version test condition
  • Do not force SHARED library to use static lib on Windows
  • Add checksum checking on frame reception Allow to use on unreliable communication like serial ports
  • Breaking change: Allow the decoder to parse partial frames by reconstructing the frames internally using a circular buffer This allows to work properly on TCP and moreover, serial ports. This change changes the API as reflected in README minimal example.
  • Add usage examples
  • Add bits enums for INSAlgorithmStatus and INSSystemStatus
  • Contributors: BARRAL Adrien, Romain Reignier

0.1.3 (2020-09-21)

  • Add ins algorithm status and ins system status bits description in emums
  • Add clang format file
  • Set CMake project version from package.xml
  • Contributors: Romain Reignier

0.1.2 (2020-08-31)

  • Fix CMake config file for older CMake In order to do a Kinetic release.
  • Contributors: Romain Reignier

0.1.1 (2020-08-27)

  • Reduce minimum required CMake version to allow build on Debian Stretch for ROS Melodic
  • Contributors: Romain Reignier

0.1.0 (2020-08-26)

  • Add package.xml to build with catkin
  • Rework cmake installation
  • Rename to ixblue_stdbin_decoder in lower case to stay consistent
  • Allow the parser to read other header types (Answer and command)
  • Use boost::asio::const_buffer instead of boost::asio::mutable_buffer Frame data is not modified while parsed.
  • Change namespace to ixblue_stdbin_decoder to avoid naming conflict with StdBinDecoder class Causes issues in IDEs and adds confusion
  • Contributors: Adrien BARRAL, Romain Reignier

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

Deps Name
catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged ixblue_stdbin_decoder at Robotics Stack Exchange