Package symbol

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

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

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

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

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

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

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

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

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

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

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

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

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

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

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

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

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

Package symbol

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
galactic

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version galactic
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

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

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

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

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

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

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

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

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

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

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

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

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

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

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

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

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange

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

foros package from foros repo

foros foros_examples foros_inspector foros_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.4.1
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/42dot/foros.git
VCS Type git
VCS Version humble
Last Updated 2023-01-04
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Fail Over ROS framework

Additional Links

No additional links.

Maintainers

  • Wonguk Jeong

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package foros

0.4.1 (2022-11-13)

  • foros: update package.xml test_depend add ament_cmake_gtest, ament_cmake_gmock
  • foros: update package.xml depend libleveldb-dev -> leveldb
  • Contributors: Wonguk Jeong

0.4.0 (2022-10-27)

  • version 0.4.0
  • foros: remove private member access from public method
  • Added humble branch (#1) foros: migration to humble hawksbill
    • asnyc_send_request() returns a std::future instead of a std::shared_future
    • get_callback_group() is replaced with for_each_callback_group()
    • publish() is not a virtual function anymore
  • foros: fix unused variable, uninitialize fields fix CID 257409, 257410, 257421, 257426, 257433
  • docs: integrate coverity scan, remove dead link
  • Contributors: Taehun Lim, Wonguk Jeong

0.3.1 (2022-04-27)

  • Version 0.3.1
    • inspector UI enhanced
    • unit test updated
  • foros: unittest updated add raft unittest when inspector is enabled
  • docs: inspector screenshot updated
  • Contributors: Wonguk Jeong

0.3.0 (2022-04-25)

  • docs: doxygen updated show test result using inspector not console

  • Version 0.3.0

    • inspector introduced
    • locking added for multithreading
  • foros: remove unnecessary logs

  • foros: add default period of instpector

  • foros: fill timstamp in inspector msg

  • foros: send cluster_size to inspector

  • foros: inspector implemented enable inspector with environment variables

    • FOROS_INSPECTOR : 1 to enable

    - FOROS_INSPECTOR_PERIOD : inspector message publish period if inspector is enabled, publish inspector message every FOROS_INSPECTOR_PERIOD second(s)

  • foros: add mutex for supporting multithread add mutex for

    • callback of observable
    • state transition of state machine
    • data getter/setter of context store
    • commit/revert callback of context
    • index of other node
  • docs: fix test failure of doxygen mainpage add new line at the end of foros/docs/foros.hpp

  • docs: doxygen main page added

  • Contributors: Wonguk Jeong

0.1.0 (2021-12-22)

  • foros: raft state machine TC added

  • foros: more unit TC

  • foros: unit TC added

    • add more test for cluster node class
    • add raft context, context store test cases
  • foros: refine functio signature

  • foros: raft TC added, coverage script added

  • foros: context store ldata loading bug fix

  • foros_msgs: rename fields

    • data -> entries
    • prev_data_term -> prev_log_term
    • prev_data_index -> prev_log_index
  • foros: maintain command logs by framework not user as-is: maintains command logs (data) outside (by user) to-be: maintains command logs internally using leveldb (by framework)

File truncated at 100 lines see the full file

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.

Dependant Packages

Name Deps
foros_examples

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged foros at Robotics Stack Exchange