key_teleop package from teleop_tools repojoy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs |
|
Package Summary
Tags | No category tags. |
Version | 1.7.0 |
License | BSD |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-teleop/teleop_tools.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-11-06 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
Authors
- Siegfried-A. Gevatter Pujals
key_teleop
A text-based interface to send a ROS-powered robot movement commands
Changelog for package key_teleop
1.7.0 (2024-11-06)
1.6.0 (2024-10-01)
1.5.1 (2024-09-02)
1.5.0 (2023-11-01)
- replace deprecated dash by underscore (#85)
- Contributors: Noel Jiménez García
1.4.0 (2023-03-28)
1.3.0 (2022-11-23)
- Fix some warnings from tests. In here are some flake8 fixes and fixes to the joy_teleop tests now that some of the error messages have changed.
- added ability to use twiststamped
- add ci & lint
- Add QoS profile to key_teleop publisher
- Contributors: Andreas Klintberg, Chris Lalancette, Kazunari Tanaka, nfry321
1.2.1 (2020-10-29)
1.2.0 (2020-10-16)
1.1.0 (2020-04-21)
1.0.2 (2020-02-10)
1.0.1 (2019-09-18)
- Fix install rules and dashing changes
(#38)
- fix ament indexing
- fix package resource files
- add tk depenndency
- add check for param index-ability
* data files are now package agnostic Signed-off-by: Ted Kern <<ted.kern@canonical.com>>
- Contributors: Ted Kern
1.0.0 (2019-09-10)
- ROS2 port
(#35)
- ROS2 port
- key_teleop pkg format 3
- port teleop_tools_msgs
- key_teleop catch KeyboardInterrupt
- port mouse_teleop
- add key_teleop.yaml
- prepare tests
- add xmllint test
- fix xmllint tests
- simplify joy_teleop retrieve_config
- remove useless class KeyTeleop
- Fixes for dynamic topic joy publishers
- match_command() now compares button array length to the max deadman button index (apples to apples) - match_command function now checks if any of the deadman buttons are depressed before returning a match - properly handle a std_msgs/msg/Empty 'message_value' by not attempting to access its value - utilizes iter-items to correctly index into the config dict for 'axis_mappings''s 'axis' and 'button' values - set_member() now splits according to a dash (-) rather than a periond (.) to be consistent with ros2 param parsing & example yaml
- adds the correct name to setup.py for test_key_teleop.py test
- reduce copy/pasta
- Contributors: Jeremie Deray
0.3.0 (2019-01-03)
0.2.6 (2018-04-06)
0.2.5 (2017-04-21)
0.2.4 (2016-11-30)
0.2.3 (2016-07-18)
0.2.2 (2016-03-24)
0.2.1 (2016-01-29)
0.2.0 (2015-08-03)
- Update package.xmls
- Contributors: Bence Magyar
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
- Change maintainer
- Remove rosbuild legacy
- Merge key_teleop into teleop_tools
- Contributors: Bence Magyar, Paul Mathieu
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
teleop_tools |
Launch files
Messages
Services
Plugins
Recent questions tagged key_teleop at Robotics Stack Exchange
key_teleop package from teleop_tools repojoy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs |
|
Package Summary
Tags | No category tags. |
Version | 1.7.0 |
License | BSD |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-teleop/teleop_tools.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-11-06 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
Authors
- Siegfried-A. Gevatter Pujals
key_teleop
A text-based interface to send a ROS-powered robot movement commands
Changelog for package key_teleop
1.7.0 (2024-11-06)
1.6.0 (2024-10-01)
1.5.1 (2024-09-02)
1.5.0 (2023-11-01)
- replace deprecated dash by underscore (#85)
- Contributors: Noel Jiménez García
1.4.0 (2023-03-28)
1.3.0 (2022-11-23)
- Fix some warnings from tests. In here are some flake8 fixes and fixes to the joy_teleop tests now that some of the error messages have changed.
- added ability to use twiststamped
- add ci & lint
- Add QoS profile to key_teleop publisher
- Contributors: Andreas Klintberg, Chris Lalancette, Kazunari Tanaka, nfry321
1.2.1 (2020-10-29)
1.2.0 (2020-10-16)
1.1.0 (2020-04-21)
1.0.2 (2020-02-10)
1.0.1 (2019-09-18)
- Fix install rules and dashing changes
(#38)
- fix ament indexing
- fix package resource files
- add tk depenndency
- add check for param index-ability
* data files are now package agnostic Signed-off-by: Ted Kern <<ted.kern@canonical.com>>
- Contributors: Ted Kern
1.0.0 (2019-09-10)
- ROS2 port
(#35)
- ROS2 port
- key_teleop pkg format 3
- port teleop_tools_msgs
- key_teleop catch KeyboardInterrupt
- port mouse_teleop
- add key_teleop.yaml
- prepare tests
- add xmllint test
- fix xmllint tests
- simplify joy_teleop retrieve_config
- remove useless class KeyTeleop
- Fixes for dynamic topic joy publishers
- match_command() now compares button array length to the max deadman button index (apples to apples) - match_command function now checks if any of the deadman buttons are depressed before returning a match - properly handle a std_msgs/msg/Empty 'message_value' by not attempting to access its value - utilizes iter-items to correctly index into the config dict for 'axis_mappings''s 'axis' and 'button' values - set_member() now splits according to a dash (-) rather than a periond (.) to be consistent with ros2 param parsing & example yaml
- adds the correct name to setup.py for test_key_teleop.py test
- reduce copy/pasta
- Contributors: Jeremie Deray
0.3.0 (2019-01-03)
0.2.6 (2018-04-06)
0.2.5 (2017-04-21)
0.2.4 (2016-11-30)
0.2.3 (2016-07-18)
0.2.2 (2016-03-24)
0.2.1 (2016-01-29)
0.2.0 (2015-08-03)
- Update package.xmls
- Contributors: Bence Magyar
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
- Change maintainer
- Remove rosbuild legacy
- Merge key_teleop into teleop_tools
- Contributors: Bence Magyar, Paul Mathieu
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
teleop_tools |
Launch files
Messages
Services
Plugins
Recent questions tagged key_teleop at Robotics Stack Exchange
key_teleop package from teleop_tools repojoy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs |
|
Package Summary
Tags | No category tags. |
Version | 1.7.0 |
License | BSD |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-teleop/teleop_tools.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-11-06 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
Authors
- Siegfried-A. Gevatter Pujals
key_teleop
A text-based interface to send a ROS-powered robot movement commands
Changelog for package key_teleop
1.7.0 (2024-11-06)
1.6.0 (2024-10-01)
1.5.1 (2024-09-02)
1.5.0 (2023-11-01)
- replace deprecated dash by underscore (#85)
- Contributors: Noel Jiménez García
1.4.0 (2023-03-28)
1.3.0 (2022-11-23)
- Fix some warnings from tests. In here are some flake8 fixes and fixes to the joy_teleop tests now that some of the error messages have changed.
- added ability to use twiststamped
- add ci & lint
- Add QoS profile to key_teleop publisher
- Contributors: Andreas Klintberg, Chris Lalancette, Kazunari Tanaka, nfry321
1.2.1 (2020-10-29)
1.2.0 (2020-10-16)
1.1.0 (2020-04-21)
1.0.2 (2020-02-10)
1.0.1 (2019-09-18)
- Fix install rules and dashing changes
(#38)
- fix ament indexing
- fix package resource files
- add tk depenndency
- add check for param index-ability
* data files are now package agnostic Signed-off-by: Ted Kern <<ted.kern@canonical.com>>
- Contributors: Ted Kern
1.0.0 (2019-09-10)
- ROS2 port
(#35)
- ROS2 port
- key_teleop pkg format 3
- port teleop_tools_msgs
- key_teleop catch KeyboardInterrupt
- port mouse_teleop
- add key_teleop.yaml
- prepare tests
- add xmllint test
- fix xmllint tests
- simplify joy_teleop retrieve_config
- remove useless class KeyTeleop
- Fixes for dynamic topic joy publishers
- match_command() now compares button array length to the max deadman button index (apples to apples) - match_command function now checks if any of the deadman buttons are depressed before returning a match - properly handle a std_msgs/msg/Empty 'message_value' by not attempting to access its value - utilizes iter-items to correctly index into the config dict for 'axis_mappings''s 'axis' and 'button' values - set_member() now splits according to a dash (-) rather than a periond (.) to be consistent with ros2 param parsing & example yaml
- adds the correct name to setup.py for test_key_teleop.py test
- reduce copy/pasta
- Contributors: Jeremie Deray
0.3.0 (2019-01-03)
0.2.6 (2018-04-06)
0.2.5 (2017-04-21)
0.2.4 (2016-11-30)
0.2.3 (2016-07-18)
0.2.2 (2016-03-24)
0.2.1 (2016-01-29)
0.2.0 (2015-08-03)
- Update package.xmls
- Contributors: Bence Magyar
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
- Change maintainer
- Remove rosbuild legacy
- Merge key_teleop into teleop_tools
- Contributors: Bence Magyar, Paul Mathieu
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
teleop_tools |
Launch files
Messages
Services
Plugins
Recent questions tagged key_teleop at Robotics Stack Exchange
key_teleop package from teleop_tools repojoy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs |
|
Package Summary
Tags | No category tags. |
Version | 1.7.0 |
License | BSD |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-teleop/teleop_tools.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-11-06 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
Authors
- Siegfried-A. Gevatter Pujals
key_teleop
A text-based interface to send a ROS-powered robot movement commands
Changelog for package key_teleop
1.7.0 (2024-11-06)
1.6.0 (2024-10-01)
1.5.1 (2024-09-02)
1.5.0 (2023-11-01)
- replace deprecated dash by underscore (#85)
- Contributors: Noel Jiménez García
1.4.0 (2023-03-28)
1.3.0 (2022-11-23)
- Fix some warnings from tests. In here are some flake8 fixes and fixes to the joy_teleop tests now that some of the error messages have changed.
- added ability to use twiststamped
- add ci & lint
- Add QoS profile to key_teleop publisher
- Contributors: Andreas Klintberg, Chris Lalancette, Kazunari Tanaka, nfry321
1.2.1 (2020-10-29)
1.2.0 (2020-10-16)
1.1.0 (2020-04-21)
1.0.2 (2020-02-10)
1.0.1 (2019-09-18)
- Fix install rules and dashing changes
(#38)
- fix ament indexing
- fix package resource files
- add tk depenndency
- add check for param index-ability
* data files are now package agnostic Signed-off-by: Ted Kern <<ted.kern@canonical.com>>
- Contributors: Ted Kern
1.0.0 (2019-09-10)
- ROS2 port
(#35)
- ROS2 port
- key_teleop pkg format 3
- port teleop_tools_msgs
- key_teleop catch KeyboardInterrupt
- port mouse_teleop
- add key_teleop.yaml
- prepare tests
- add xmllint test
- fix xmllint tests
- simplify joy_teleop retrieve_config
- remove useless class KeyTeleop
- Fixes for dynamic topic joy publishers
- match_command() now compares button array length to the max deadman button index (apples to apples) - match_command function now checks if any of the deadman buttons are depressed before returning a match - properly handle a std_msgs/msg/Empty 'message_value' by not attempting to access its value - utilizes iter-items to correctly index into the config dict for 'axis_mappings''s 'axis' and 'button' values - set_member() now splits according to a dash (-) rather than a periond (.) to be consistent with ros2 param parsing & example yaml
- adds the correct name to setup.py for test_key_teleop.py test
- reduce copy/pasta
- Contributors: Jeremie Deray
0.3.0 (2019-01-03)
0.2.6 (2018-04-06)
0.2.5 (2017-04-21)
0.2.4 (2016-11-30)
0.2.3 (2016-07-18)
0.2.2 (2016-03-24)
0.2.1 (2016-01-29)
0.2.0 (2015-08-03)
- Update package.xmls
- Contributors: Bence Magyar
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
- Change maintainer
- Remove rosbuild legacy
- Merge key_teleop into teleop_tools
- Contributors: Bence Magyar, Paul Mathieu
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
teleop_tools |
Launch files
Messages
Services
Plugins
Recent questions tagged key_teleop at Robotics Stack Exchange
key_teleop package from teleop_tools repojoy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.5.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-teleop/teleop_tools.git |
VCS Type | git |
VCS Version | noetic-devel |
Last Updated | 2023-05-04 |
Dev Status | MAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
Authors
- Siegfried-A. Gevatter Pujals
key_teleop
A text-based interface to send a ROS-powered robot movement commands
Changelog for package key_teleop
0.5.0 (2023-05-04)
0.4.1 (2021-05-23)
0.4.0 (2020-06-04)
- Value should be int
- Bump CMake version to avoid CMP0048
- Fix install of python scripts for Noetic
- Python3 compatibility for noetic (#52)
- Contributors: Bence Magyar, Tim Clephas
0.3.1 (2020-02-10)
0.3.0 (2019-01-03)
0.2.6 (2018-04-06)
0.2.5 (2017-04-21)
0.2.4 (2016-11-30)
0.2.3 (2016-07-18)
0.2.2 (2016-03-24)
0.2.1 (2016-01-29)
0.2.0 (2015-08-03)
- Update package.xmls
- Contributors: Bence Magyar
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
- Change maintainer
- Remove rosbuild legacy
- Merge key_teleop into teleop_tools
- Contributors: Bence Magyar, Paul Mathieu
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
rospy | |
geometry_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
teleop_tools |
Launch files
Messages
Services
Plugins
Recent questions tagged key_teleop at Robotics Stack Exchange
key_teleop package from teleop_tools repojoy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs |
|
Package Summary
Tags | No category tags. |
Version | 1.1.0 |
License | BSD |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-teleop/teleop_tools.git |
VCS Type | git |
VCS Version | dashing-devel |
Last Updated | 2020-04-21 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
Authors
- Siegfried-A. Gevatter Pujals
key_teleop
A text-based interface to send a ROS-powered robot movement commands
Changelog for package key_teleop
1.1.0 (2020-04-21)
1.0.2 (2020-02-10)
1.0.1 (2019-09-18)
- Fix install rules and dashing changes
(#38)
- fix ament indexing
- fix package resource files
- add tk depenndency
- add check for param index-ability
* data files are now package agnostic Signed-off-by: Ted Kern <<ted.kern@canonical.com>>
- Contributors: Ted Kern
1.0.0 (2019-09-10)
- ROS2 port
(#35)
- ROS2 port
- key_teleop pkg format 3
- port teleop_tools_msgs
- key_teleop catch KeyboardInterrupt
- port mouse_teleop
- add key_teleop.yaml
- prepare tests
- add xmllint test
- fix xmllint tests
- simplify joy_teleop retrieve_config
- remove useless class KeyTeleop
- Fixes for dynamic topic joy publishers
- match_command() now compares button array length to the max deadman button index (apples to apples) - match_command function now checks if any of the deadman buttons are depressed before returning a match - properly handle a std_msgs/msg/Empty 'message_value' by not attempting to access its value - utilizes iter-items to correctly index into the config dict for 'axis_mappings''s 'axis' and 'button' values - set_member() now splits according to a dash (-) rather than a periond (.) to be consistent with ros2 param parsing & example yaml
- adds the correct name to setup.py for test_key_teleop.py test
- reduce copy/pasta
- Contributors: Jeremie Deray
0.3.0 (2019-01-03)
0.2.6 (2018-04-06)
0.2.5 (2017-04-21)
0.2.4 (2016-11-30)
0.2.3 (2016-07-18)
0.2.2 (2016-03-24)
0.2.1 (2016-01-29)
0.2.0 (2015-08-03)
- Update package.xmls
- Contributors: Bence Magyar
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
- Change maintainer
- Remove rosbuild legacy
- Merge key_teleop into teleop_tools
- Contributors: Bence Magyar, Paul Mathieu
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
teleop_tools |
Launch files
Messages
Services
Plugins
Recent questions tagged key_teleop at Robotics Stack Exchange
key_teleop package from teleop_tools repojoy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs |
|
Package Summary
Tags | No category tags. |
Version | 1.1.0 |
License | BSD |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-teleop/teleop_tools.git |
VCS Type | git |
VCS Version | dashing-devel |
Last Updated | 2020-04-21 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
Authors
- Siegfried-A. Gevatter Pujals
key_teleop
A text-based interface to send a ROS-powered robot movement commands
Changelog for package key_teleop
1.1.0 (2020-04-21)
1.0.2 (2020-02-10)
1.0.1 (2019-09-18)
- Fix install rules and dashing changes
(#38)
- fix ament indexing
- fix package resource files
- add tk depenndency
- add check for param index-ability
* data files are now package agnostic Signed-off-by: Ted Kern <<ted.kern@canonical.com>>
- Contributors: Ted Kern
1.0.0 (2019-09-10)
- ROS2 port
(#35)
- ROS2 port
- key_teleop pkg format 3
- port teleop_tools_msgs
- key_teleop catch KeyboardInterrupt
- port mouse_teleop
- add key_teleop.yaml
- prepare tests
- add xmllint test
- fix xmllint tests
- simplify joy_teleop retrieve_config
- remove useless class KeyTeleop
- Fixes for dynamic topic joy publishers
- match_command() now compares button array length to the max deadman button index (apples to apples) - match_command function now checks if any of the deadman buttons are depressed before returning a match - properly handle a std_msgs/msg/Empty 'message_value' by not attempting to access its value - utilizes iter-items to correctly index into the config dict for 'axis_mappings''s 'axis' and 'button' values - set_member() now splits according to a dash (-) rather than a periond (.) to be consistent with ros2 param parsing & example yaml
- adds the correct name to setup.py for test_key_teleop.py test
- reduce copy/pasta
- Contributors: Jeremie Deray
0.3.0 (2019-01-03)
0.2.6 (2018-04-06)
0.2.5 (2017-04-21)
0.2.4 (2016-11-30)
0.2.3 (2016-07-18)
0.2.2 (2016-03-24)
0.2.1 (2016-01-29)
0.2.0 (2015-08-03)
- Update package.xmls
- Contributors: Bence Magyar
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
- Change maintainer
- Remove rosbuild legacy
- Merge key_teleop into teleop_tools
- Contributors: Bence Magyar, Paul Mathieu
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
teleop_tools |
Launch files
Messages
Services
Plugins
Recent questions tagged key_teleop at Robotics Stack Exchange
key_teleop package from teleop_tools repojoy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs |
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-teleop/teleop_tools.git |
VCS Type | git |
VCS Version | foxy-devel |
Last Updated | 2022-11-23 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
Authors
- Siegfried-A. Gevatter Pujals
key_teleop
A text-based interface to send a ROS-powered robot movement commands
Changelog for package key_teleop
1.3.0 (2022-11-23)
- Fix some warnings from tests. In here are some flake8 fixes and fixes to the joy_teleop tests now that some of the error messages have changed.
- added ability to use twiststamped
- add ci & lint
- Add QoS profile to key_teleop publisher
- Contributors: Andreas Klintberg, Chris Lalancette, Kazunari Tanaka, nfry321
1.2.1 (2020-10-29)
1.2.0 (2020-10-16)
1.1.0 (2020-04-21)
1.0.2 (2020-02-10)
1.0.1 (2019-09-18)
- Fix install rules and dashing changes
(#38)
- fix ament indexing
- fix package resource files
- add tk depenndency
- add check for param index-ability
* data files are now package agnostic Signed-off-by: Ted Kern <<ted.kern@canonical.com>>
- Contributors: Ted Kern
1.0.0 (2019-09-10)
- ROS2 port
(#35)
- ROS2 port
- key_teleop pkg format 3
- port teleop_tools_msgs
- key_teleop catch KeyboardInterrupt
- port mouse_teleop
- add key_teleop.yaml
- prepare tests
- add xmllint test
- fix xmllint tests
- simplify joy_teleop retrieve_config
- remove useless class KeyTeleop
- Fixes for dynamic topic joy publishers
- match_command() now compares button array length to the max deadman button index (apples to apples) - match_command function now checks if any of the deadman buttons are depressed before returning a match - properly handle a std_msgs/msg/Empty 'message_value' by not attempting to access its value - utilizes iter-items to correctly index into the config dict for 'axis_mappings''s 'axis' and 'button' values - set_member() now splits according to a dash (-) rather than a periond (.) to be consistent with ros2 param parsing & example yaml
- adds the correct name to setup.py for test_key_teleop.py test
- reduce copy/pasta
- Contributors: Jeremie Deray
0.3.0 (2019-01-03)
0.2.6 (2018-04-06)
0.2.5 (2017-04-21)
0.2.4 (2016-11-30)
0.2.3 (2016-07-18)
0.2.2 (2016-03-24)
0.2.1 (2016-01-29)
0.2.0 (2015-08-03)
- Update package.xmls
- Contributors: Bence Magyar
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
- Change maintainer
- Remove rosbuild legacy
- Merge key_teleop into teleop_tools
- Contributors: Bence Magyar, Paul Mathieu
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
teleop_tools |
Launch files
Messages
Services
Plugins
Recent questions tagged key_teleop at Robotics Stack Exchange
key_teleop package from teleop_tools repojoy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs |
|
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-teleop/teleop_tools.git |
VCS Type | git |
VCS Version | foxy-devel |
Last Updated | 2022-11-23 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
Authors
- Siegfried-A. Gevatter Pujals
key_teleop
A text-based interface to send a ROS-powered robot movement commands
Changelog for package key_teleop
1.3.0 (2022-11-23)
- Fix some warnings from tests. In here are some flake8 fixes and fixes to the joy_teleop tests now that some of the error messages have changed.
- added ability to use twiststamped
- add ci & lint
- Add QoS profile to key_teleop publisher
- Contributors: Andreas Klintberg, Chris Lalancette, Kazunari Tanaka, nfry321
1.2.1 (2020-10-29)
1.2.0 (2020-10-16)
1.1.0 (2020-04-21)
1.0.2 (2020-02-10)
1.0.1 (2019-09-18)
- Fix install rules and dashing changes
(#38)
- fix ament indexing
- fix package resource files
- add tk depenndency
- add check for param index-ability
* data files are now package agnostic Signed-off-by: Ted Kern <<ted.kern@canonical.com>>
- Contributors: Ted Kern
1.0.0 (2019-09-10)
- ROS2 port
(#35)
- ROS2 port
- key_teleop pkg format 3
- port teleop_tools_msgs
- key_teleop catch KeyboardInterrupt
- port mouse_teleop
- add key_teleop.yaml
- prepare tests
- add xmllint test
- fix xmllint tests
- simplify joy_teleop retrieve_config
- remove useless class KeyTeleop
- Fixes for dynamic topic joy publishers
- match_command() now compares button array length to the max deadman button index (apples to apples) - match_command function now checks if any of the deadman buttons are depressed before returning a match - properly handle a std_msgs/msg/Empty 'message_value' by not attempting to access its value - utilizes iter-items to correctly index into the config dict for 'axis_mappings''s 'axis' and 'button' values - set_member() now splits according to a dash (-) rather than a periond (.) to be consistent with ros2 param parsing & example yaml
- adds the correct name to setup.py for test_key_teleop.py test
- reduce copy/pasta
- Contributors: Jeremie Deray
0.3.0 (2019-01-03)
0.2.6 (2018-04-06)
0.2.5 (2017-04-21)
0.2.4 (2016-11-30)
0.2.3 (2016-07-18)
0.2.2 (2016-03-24)
0.2.1 (2016-01-29)
0.2.0 (2015-08-03)
- Update package.xmls
- Contributors: Bence Magyar
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
- Change maintainer
- Remove rosbuild legacy
- Merge key_teleop into teleop_tools
- Contributors: Bence Magyar, Paul Mathieu
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
teleop_tools |
Launch files
Messages
Services
Plugins
Recent questions tagged key_teleop at Robotics Stack Exchange
key_teleop package from teleop_tools repojoy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.2.6 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-teleop/teleop_tools.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-04-06 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
Authors
- Siegfried-A. Gevatter Pujals
key_teleop
A text-based interface to send a ROS-powered robot movement commands
Changelog for package key_teleop
0.2.6 (2018-04-06)
0.2.5 (2017-04-21)
0.2.4 (2016-11-30)
0.2.3 (2016-07-18)
0.2.2 (2016-03-24)
0.2.1 (2016-01-29)
0.2.0 (2015-08-03)
- Update package.xmls
- Contributors: Bence Magyar
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
- Change maintainer
- Remove rosbuild legacy
- Merge key_teleop into teleop_tools
- Contributors: Bence Magyar, Paul Mathieu
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
rospy | |
geometry_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
teleop_tools |
Launch files
Messages
Services
Plugins
Recent questions tagged key_teleop at Robotics Stack Exchange
key_teleop package from teleop_tools repojoy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.2.6 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-teleop/teleop_tools.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-04-06 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
Authors
- Siegfried-A. Gevatter Pujals
key_teleop
A text-based interface to send a ROS-powered robot movement commands
Changelog for package key_teleop
0.2.6 (2018-04-06)
0.2.5 (2017-04-21)
0.2.4 (2016-11-30)
0.2.3 (2016-07-18)
0.2.2 (2016-03-24)
0.2.1 (2016-01-29)
0.2.0 (2015-08-03)
- Update package.xmls
- Contributors: Bence Magyar
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
- Change maintainer
- Remove rosbuild legacy
- Merge key_teleop into teleop_tools
- Contributors: Bence Magyar, Paul Mathieu
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
rospy | |
geometry_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
teleop_tools |
Launch files
Messages
Services
Plugins
Recent questions tagged key_teleop at Robotics Stack Exchange
key_teleop package from teleop_tools repojoy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.2.6 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-teleop/teleop_tools.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-04-06 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
Authors
- Siegfried-A. Gevatter Pujals
key_teleop
A text-based interface to send a ROS-powered robot movement commands
Changelog for package key_teleop
0.2.6 (2018-04-06)
0.2.5 (2017-04-21)
0.2.4 (2016-11-30)
0.2.3 (2016-07-18)
0.2.2 (2016-03-24)
0.2.1 (2016-01-29)
0.2.0 (2015-08-03)
- Update package.xmls
- Contributors: Bence Magyar
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
- Change maintainer
- Remove rosbuild legacy
- Merge key_teleop into teleop_tools
- Contributors: Bence Magyar, Paul Mathieu
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
rospy | |
geometry_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
teleop_tools |
Launch files
Messages
Services
Plugins
Recent questions tagged key_teleop at Robotics Stack Exchange
key_teleop package from teleop_tools repojoy_teleop key_teleop teleop_tools |
|
Package Summary
Tags | No category tags. |
Version | 0.1.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-teleop/teleop_tools.git |
VCS Type | git |
VCS Version | hydro-devel |
Last Updated | 2014-11-23 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
Authors
- Siegfried-A. Gevatter Pujals
key_teleop
A text-based interface to send a ROS-powered robot movement commands
Changelog for package key_teleop
0.1.1 (2014-11-17)
- Change maintainer
- Remove rosbuild legacy
- Merge key_teleop into teleop_tools
- Contributors: Bence Magyar, Paul Mathieu
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
rospy | |
geometry_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
teleop_tools | |
teleop_tools |
Launch files
Messages
Services
Plugins
Recent questions tagged key_teleop at Robotics Stack Exchange
key_teleop package from teleop_tools repojoy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.2.6 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-teleop/teleop_tools.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2018-04-06 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
Authors
- Siegfried-A. Gevatter Pujals
key_teleop
A text-based interface to send a ROS-powered robot movement commands
Changelog for package key_teleop
0.2.6 (2018-04-06)
0.2.5 (2017-04-21)
0.2.4 (2016-11-30)
0.2.3 (2016-07-18)
0.2.2 (2016-03-24)
0.2.1 (2016-01-29)
0.2.0 (2015-08-03)
- Update package.xmls
- Contributors: Bence Magyar
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
- Change maintainer
- Remove rosbuild legacy
- Merge key_teleop into teleop_tools
- Contributors: Bence Magyar, Paul Mathieu
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
rospy | |
geometry_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
teleop_tools |
Launch files
Messages
Services
Plugins
Recent questions tagged key_teleop at Robotics Stack Exchange
key_teleop package from teleop_tools repojoy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.4.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-teleop/teleop_tools.git |
VCS Type | git |
VCS Version | kinetic-devel |
Last Updated | 2023-05-04 |
Dev Status | MAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Bence Magyar
Authors
- Siegfried-A. Gevatter Pujals
key_teleop
A text-based interface to send a ROS-powered robot movement commands
Changelog for package key_teleop
0.4.1 (2021-05-23)
0.4.0 (2020-06-04)
- Value should be int
- Bump CMake version to avoid CMP0048
- Fix install of python scripts for Noetic
- Python3 compatibility for noetic (#52)
- Contributors: Bence Magyar, Tim Clephas
0.3.1 (2020-02-10)
0.3.0 (2019-01-03)
0.2.6 (2018-04-06)
0.2.5 (2017-04-21)
0.2.4 (2016-11-30)
0.2.3 (2016-07-18)
0.2.2 (2016-03-24)
0.2.1 (2016-01-29)
0.2.0 (2015-08-03)
- Update package.xmls
- Contributors: Bence Magyar
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
- Change maintainer
- Remove rosbuild legacy
- Merge key_teleop into teleop_tools
- Contributors: Bence Magyar, Paul Mathieu
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
rospy | |
geometry_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
teleop_tools |