Package symbol

key_teleop package from teleop_tools repo

joy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 1.7.0
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description A set of generic teleoperation tools for any robot.
Checkout URI https://github.com/ros-teleop/teleop_tools.git
VCS Type git
VCS Version humble
Last Updated 2024-11-06
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A text-based interface to send a robot movement commands.

Additional Links

No 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

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

File truncated at 100 lines see the full file

Dependant Packages

Name Deps
teleop_tools

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged key_teleop at Robotics Stack Exchange

Package symbol

key_teleop package from teleop_tools repo

joy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs

ROS Distro
jazzy

Package Summary

Tags No category tags.
Version 2.0.0
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description A set of generic teleoperation tools for any robot.
Checkout URI https://github.com/ros-teleop/teleop_tools.git
VCS Type git
VCS Version master
Last Updated 2025-04-23
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A text-based interface to send a robot movement commands.

Additional Links

No 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

Changelog for package key_teleop

2.0.0 (2025-04-23)

1.8.0 (2025-04-16)

  • Default to TwistStamped (#90)
  • Contributors: Bence Magyar

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)

File truncated at 100 lines see the full file

Dependant Packages

Name Deps
teleop_tools

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged key_teleop at Robotics Stack Exchange

Package symbol

key_teleop package from teleop_tools repo

joy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs

ROS Distro
kilted

Package Summary

Tags No category tags.
Version 2.0.0
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description A set of generic teleoperation tools for any robot.
Checkout URI https://github.com/ros-teleop/teleop_tools.git
VCS Type git
VCS Version master
Last Updated 2025-04-23
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A text-based interface to send a robot movement commands.

Additional Links

No 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

Changelog for package key_teleop

2.0.0 (2025-04-23)

1.8.0 (2025-04-16)

  • Default to TwistStamped (#90)
  • Contributors: Bence Magyar

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)

File truncated at 100 lines see the full file

Dependant Packages

Name Deps
teleop_tools

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged key_teleop at Robotics Stack Exchange

Package symbol

key_teleop package from teleop_tools repo

joy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs

ROS Distro
rolling

Package Summary

Tags No category tags.
Version 2.0.0
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description A set of generic teleoperation tools for any robot.
Checkout URI https://github.com/ros-teleop/teleop_tools.git
VCS Type git
VCS Version master
Last Updated 2025-04-23
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A text-based interface to send a robot movement commands.

Additional Links

No 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

Changelog for package key_teleop

2.0.0 (2025-04-23)

1.8.0 (2025-04-16)

  • Default to TwistStamped (#90)
  • Contributors: Bence Magyar

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)

File truncated at 100 lines see the full file

Dependant Packages

Name Deps
teleop_tools

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged key_teleop at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.2.1
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description ROS2 package leveraging Mid360 and FASTLIO for f1tenth car navigation.
Checkout URI https://github.com/jialin3/slash_ws.git
VCS Type git
VCS Version master
Last Updated 2024-10-02
Dev Status UNKNOWN
Released UNRELEASED
Tags navigation slam f1tenth ros2-foxy jetson-orin
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A text-based interface to send a robot movement commands.

Additional Links

No 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

Changelog for package key_teleop

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

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged key_teleop at Robotics Stack Exchange

Package symbol

key_teleop package from teleop_tools repo

joy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs

ROS Distro
galactic

Package Summary

Tags No category tags.
Version 1.3.0
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description A set of generic teleoperation tools for any robot.
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
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A text-based interface to send a robot movement commands.

Additional Links

No 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

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

Dependant Packages

Name Deps
teleop_tools

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged key_teleop at Robotics Stack Exchange

Package symbol

key_teleop package from teleop_tools repo

joy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs

ROS Distro
iron

Package Summary

Tags No category tags.
Version 2.0.0
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Description A set of generic teleoperation tools for any robot.
Checkout URI https://github.com/ros-teleop/teleop_tools.git
VCS Type git
VCS Version master
Last Updated 2025-04-23
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A text-based interface to send a robot movement commands.

Additional Links

No 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

Changelog for package key_teleop

2.0.0 (2025-04-23)

1.8.0 (2025-04-16)

  • Default to TwistStamped (#90)
  • Contributors: Bence Magyar

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)

File truncated at 100 lines see the full file

Dependant Packages

Name Deps
teleop_tools

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged key_teleop at Robotics Stack Exchange

Package symbol

key_teleop package from teleop_tools repo

joy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 0.4.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description A set of generic teleoperation tools for any robot.
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
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A text-based interface to send a robot movement commands

Additional Links

No 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

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

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
teleop_tools

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged key_teleop at Robotics Stack Exchange

Package symbol

key_teleop package from teleop_tools repo

joy_teleop key_teleop mouse_teleop teleop_tools teleop_tools_msgs

ROS Distro
noetic

Package Summary

Tags No category tags.
Version 0.5.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Description A set of generic teleoperation tools for any robot.
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
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

A text-based interface to send a robot movement commands

Additional Links

No 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

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

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Name Deps
teleop_tools

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged key_teleop at Robotics Stack Exchange