![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg
Services
Plugins
Recent questions tagged pyros_msgs at Robotics Stack Exchange
![]() |
pyros_msgs package from pyros_msgs repopyros_msgs |
ROS Distro
|
Package Summary
Tags | No category tags. |
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 |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AlexV
Authors
- AlexV
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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
roslint | |
message_generation | |
catkin | |
catkin_pip | |
message_runtime | |
pyros_test | |
rospy | |
std_msgs | |
pyros_utils | |
marshmallow | |
hypothesis |
System Dependencies
Dependant Packages
Launch files
Messages
- msg/OptionalFields.msg
- pyros_msgs/importer/tests/msg/TestMsg.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_bool_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_duration_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_float64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_header_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_int8_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_std_empty_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_string_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_time_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint16_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint32_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint64_as_array.msg
- pyros_msgs/opt_as_array/tests/msg/test_opt_uint8_as_array.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_bool_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_duration_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_int8_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_std_empty_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_string_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_time_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint16_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint32_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint64_as_nested.msg
- pyros_msgs/opt_as_nested/tests/msg/test_opt_uint8_as_nested.msg