mouse_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
- Enrique Fernandez
Authors
- Enrique Fernandez
mouse_teleop
A pointing device (e.g. mouse, touchpad) teleop tool for mobile robots, supporting holonomic and differential drive platforms.
Changelog for package mouse_teleop
1.7.0 (2024-11-06)
1.6.0 (2024-10-01)
- Do periodic publishing on tkinter loop instead of ROS timer. (#72)
- Contributors: Anthony Deschamps
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)
- launch: fix deprecated attributes
- add ci & lint
- Contributors: Kazunari Tanaka, Russ Webber
1.2.1 (2020-10-29)
- Use the python3-* rosdep keys.
- Contributors: Chris Lalancette
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)
- Add mouse_teleop
- Contributors: Enrique Fernandez
0.2.0 (2015-08-03)
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
0.1.0 (2013-11-28)
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged mouse_teleop at Robotics Stack Exchange
mouse_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
- Enrique Fernandez
Authors
- Enrique Fernandez
mouse_teleop
A pointing device (e.g. mouse, touchpad) teleop tool for mobile robots, supporting holonomic and differential drive platforms.
Changelog for package mouse_teleop
1.7.0 (2024-11-06)
1.6.0 (2024-10-01)
- Do periodic publishing on tkinter loop instead of ROS timer. (#72)
- Contributors: Anthony Deschamps
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)
- launch: fix deprecated attributes
- add ci & lint
- Contributors: Kazunari Tanaka, Russ Webber
1.2.1 (2020-10-29)
- Use the python3-* rosdep keys.
- Contributors: Chris Lalancette
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)
- Add mouse_teleop
- Contributors: Enrique Fernandez
0.2.0 (2015-08-03)
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
0.1.0 (2013-11-28)
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged mouse_teleop at Robotics Stack Exchange
mouse_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
- Enrique Fernandez
Authors
- Enrique Fernandez
mouse_teleop
A pointing device (e.g. mouse, touchpad) teleop tool for mobile robots, supporting holonomic and differential drive platforms.
Changelog for package mouse_teleop
1.7.0 (2024-11-06)
1.6.0 (2024-10-01)
- Do periodic publishing on tkinter loop instead of ROS timer. (#72)
- Contributors: Anthony Deschamps
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)
- launch: fix deprecated attributes
- add ci & lint
- Contributors: Kazunari Tanaka, Russ Webber
1.2.1 (2020-10-29)
- Use the python3-* rosdep keys.
- Contributors: Chris Lalancette
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)
- Add mouse_teleop
- Contributors: Enrique Fernandez
0.2.0 (2015-08-03)
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
0.1.0 (2013-11-28)
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged mouse_teleop at Robotics Stack Exchange
mouse_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
- Enrique Fernandez
Authors
- Enrique Fernandez
mouse_teleop
A pointing device (e.g. mouse, touchpad) teleop tool for mobile robots, supporting holonomic and differential drive platforms.
Changelog for package mouse_teleop
1.7.0 (2024-11-06)
1.6.0 (2024-10-01)
- Do periodic publishing on tkinter loop instead of ROS timer. (#72)
- Contributors: Anthony Deschamps
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)
- launch: fix deprecated attributes
- add ci & lint
- Contributors: Kazunari Tanaka, Russ Webber
1.2.1 (2020-10-29)
- Use the python3-* rosdep keys.
- Contributors: Chris Lalancette
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)
- Add mouse_teleop
- Contributors: Enrique Fernandez
0.2.0 (2015-08-03)
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
0.1.0 (2013-11-28)
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged mouse_teleop at Robotics Stack Exchange
mouse_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
- Enrique Fernandez
Authors
- Enrique Fernandez
mouse_teleop
A pointing device (e.g. mouse, touchpad) teleop tool for mobile robots, supporting holonomic and differential drive platforms.
Changelog for package mouse_teleop
0.5.0 (2023-05-04)
0.4.1 (2021-05-23)
0.4.0 (2020-06-04)
- Fix tk dependency
- 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)
- Add mouse_teleop
- Contributors: Enrique Fernandez
0.2.0 (2015-08-03)
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
0.1.0 (2013-11-28)
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
teleop_tools |
Launch files
- launch/mouse_teleop.launch
-
- mouse_vel [default: mouse_vel]
- holonomic [default: false]
- plot [default: false]
Messages
Services
Plugins
Recent questions tagged mouse_teleop at Robotics Stack Exchange
mouse_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
- Enrique Fernandez
Authors
- Enrique Fernandez
mouse_teleop
A pointing device (e.g. mouse, touchpad) teleop tool for mobile robots, supporting holonomic and differential drive platforms.
Changelog for package mouse_teleop
1.3.0 (2022-11-23)
- launch: fix deprecated attributes
- add ci & lint
- Contributors: Kazunari Tanaka, Russ Webber
1.2.1 (2020-10-29)
- Use the python3-* rosdep keys.
- Contributors: Chris Lalancette
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)
- Add mouse_teleop
- Contributors: Enrique Fernandez
0.2.0 (2015-08-03)
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
0.1.0 (2013-11-28)
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged mouse_teleop at Robotics Stack Exchange
mouse_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
- Enrique Fernandez
Authors
- Enrique Fernandez
mouse_teleop
A pointing device (e.g. mouse, touchpad) teleop tool for mobile robots, supporting holonomic and differential drive platforms.
Changelog for package mouse_teleop
0.4.1 (2021-05-23)
0.4.0 (2020-06-04)
- Fix tk dependency
- 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)
- Add mouse_teleop
- Contributors: Enrique Fernandez
0.2.0 (2015-08-03)
0.1.2 (2015-02-15)
0.1.1 (2014-11-17)
0.1.0 (2013-11-28)
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
teleop_tools |
Launch files
- launch/mouse_teleop.launch
-
- mouse_vel [default: mouse_vel]
- holonomic [default: false]
- plot [default: false]