Only released in EOL distros:
thormang3_opc: thormang3_action_script_player | thormang3_demo | thormang3_foot_step_generator | thormang3_navigation | thormang3_offset_tuner_client
Package Summary
Released
Documented
This package provides foot step generation for the thormang3
- Maintainer status: developed
- Maintainer: Pyo <pyo AT robotis DOT com>
- Author: Kayman <kmjung AT robotis DOT com>, Jay Song
- License: Apache 2.0
- Bug / feature tracker: https://github.com/ROBOTIS-GIT/ROBOTIS-THORMANG-OPC/issues
- Source: git https://github.com/ROBOTIS-GIT/ROBOTIS-THORMANG-OPC.git (branch: kinetic-devel)
Contents
ROS Software Maintainer: ROBOTIS
ROBOTIS e-Manual
ROS API
thormang3_foot_step_generator_node
Subscribed Topics
robotis/status (robotis_controller_msgs/Status)- The message in this topic is used for status message of THORMANG3.
- The message in this topic includes walking type and step length.
- The message in this topic contains x, y, theta and moving_foot_flag.
Services Called
robotis/walking/get_reference_step_data (thormang3_walking_module_msgs/GetReferenceStepData)- This service is used to obtain current location of THORMANG3 in the Global space from the Walking Module.
- This service is used to add StepData created by the User.
- This service is used to initiate walking.
- This service is used to check whether the robot is walking or not.
ROS Message Types
FootStepCommand.msg
- This message is used when creating stepdata.
Step2D.msg
- This message is used when creating Step2DArray.msg.
Step2DArray.msg
This message is StepData defined by the User.