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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

Package symbol

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange

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

pyros_msgs package from pyros_msgs repo

pyros_msgs

ROS Distro
jade

Package Summary

Version 0.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/asmodehn/pyros-msgs.git
VCS Type git
VCS Version 0.1.1
Last Updated 2017-05-31
Dev Status DEVELOPED
Released RELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

Pyros messages and services definition

Additional Links

Maintainers

  • AlexV

Authors

  • AlexV

Code Issues Build Status

Pyros-msgs

ROS Package enabling ROS communication for other Pyros multiprocess systems.

Features

ROS

  • optional field as a ROS array
  • optional field as a specific message type (Work In Progress)
CHANGELOG

Changelog for package pyros_msgs

0.1.1 (2017-05-16)

  • Merge pull request #16 from yotabits/nested_implement Added test for time in opt_as_nested
  • now nesting using type checker method instead of duplicating it.
  • Added test for time in opt_as_nested The actual test seems to be failing because the type checker seems to be waiting for int32 datatype instead of uint32
  • Merge pull request #10 from yotabits/nested_implement Adding tests in opt_as_nested
  • Added test for duration in opt_as_nested
  • Added test for std_empty in opt_as_nested
  • Added test for string in opt_as_nested This include also a small bug fix in the typechecker, now object of type any can "contain" objects of type any aswell
  • stand alone working
  • Fixed test_opt_duration in opt_as_array Actually Ros does not allow to have negative nano-seconds: 1s, -100 000 000ns will be transformed into 900 000 ns in the case we test with limit values this could create issues so the testing limit values have been changed
  • Merge pull request #3 from asmodehn/nested_implement Nested implement
  • testing...
  • testing...
  • testing...
  • Added test for uint64 in opt_as_nested
  • Added test for uint32 in opt_as_nested
  • Added test for uint16 in opt_as_nested
  • Added test for uint8 in opt_as_nested
  • Adapted all int type size tests
  • fixing yaml dependency name
  • adding quantified code badge
  • adding yaml as dependency since our genpy source code relies on it.
  • cleaning up doc and comments
  • Merge pull request #2 from asmodehn/nested_implement Nested implement
  • Added test for int64 in opt_as_nested
  • Merge pull request #9 from asmodehn/fixing_catkin_tests Fixing catkin tests
  • fixing array test to use new msg_generate
  • Added test for int32 in opt_as_nested
  • Added test for int16 in opt_as_nested
  • Merge branch 'nested_implement' of https://github.com/asmodehn/pyros-msgs into fixing_catkin_tests
  • fixing import_msgsrv to handle namespace packages properly. recovered accidently lost comment for namespace package in __init_.
  • Small fix on test_opt_int8 in opt_as_nested
  • fixing setup.py usage of generator
  • fixing generator tests
  • Added test for int8 in opt_as_nested
  • refactored how we do generation to privilege the common usecase. now generating message into a temporary directory. fixed all tests for basic pytest.
  • Merge pull request #8 from yotabits/nested_implement Nested implement
  • Added test for uint64 in opt_as_array
  • Added test for uint32 in opt_as_array
  • fixing a bunch of tests for catkin. WIP before rosmsg_generator refactor.
  • Added test for uint16 in opt_as_array
  • Added test for uint8 in opt_as_array
  • Added test for int16 and int 32 Added test for int16 and int32 for opt_as_array
  • fixing pyros_msgs.msg path in nested test
  • WIP. attempting to generate all messages at once so that starting tests in same or different interpreter doesnt matter anymore
  • fixing hardcoded path of generator for test.
  • Merge pull request #1 from asmodehn/nested_implement Nested implement
  • adding importer tests into tox
  • fixing path for package message adding test for using rosmsg_generator module directly fixing tests
  • tox fixes...
  • improving code to make it more ROS independent.
  • improved message generation and tests
  • moving ros_genmsg_py and improving API
  • fixed all tests but still a problem remain : reloading package of newly generated module...
  • fixing all tests for opt_as_array with runtime message generation
  • fix to handle rosmsg_py dependency path search during generation.
  • adapted set_opt_bool to dynamically generate and import message class for tests.
  • some fixes still WIP
  • making test work for jade. But we still depend on pure ROS package pyros_utils.
  • adding pyros-setup as dependency, plus a few comments
  • found a method usable by tox to generate ros messages. needs refining...
  • adding setup.py custom command to generate message modules.

File truncated at 100 lines see the full file

Recent questions tagged pyros_msgs at Robotics Stack Exchange