No version for distro humble showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2 was developed for the Realman robot (http://www.realman-robotics.com/).
Checkout URI https://github.com/realmanrobot/ros2_rm_robot.git
VCS Type git
VCS Version humble
Last Updated 2025-06-09
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • rm

Authors

No additional authors.
[简体中文](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README_CN.md)|[English](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README.md)
# RealMan Robotrm_exampleUser Manual V1.1 RealMan Intelligent Technology (Beijing) Co., Ltd. Revision History: |No. | Date | Comment | | :---: | :----: | :---: | |V1.0 | 2/19/2024 | Draft | |V1.1 | 7/3 /2024 | Amend(Add GEN72 adapter files) |

Content

rm_example_Package_Description

rm_bringup package is used for realizing some basic robotic arm functions. And we can also refer to the code to realize other robotic arm functions. This package is introduced in detail in the following aspects.

  • 1.Package use.
  • 2.Package architecture description.
  • 3.Package topic description.
    Through the introduction of the three parts, it can help you:
  • 1.Understand the package use.
  • 2.Familiar with the file structure and function of the package.
  • 3.Familiar with the topic related to the package for easy development and use. Source code address:https://github.com/RealManRobot/ros2_rm_robot.git.

    rm_example_Package_Use

    Changing_the_work_coordinate_system

    First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to replace the node in the work coordinate system.

rm@rm-desktop:~$ ros2 run rm_example rm_change_work_frame

The following command pops up to indicate successful replacement. image Enter the following commands in the end for verification, first subscribe to the current work coordinate system topic.

rm@rm-desktop:~$ ros2 topic echo /rm_driver/get_curr_workFrame_result

Then publish the request of the current coordinate system.

rm@rm-desktop:~$ ros2 topic pub --once /rm_driver/get_curr_workFrame_cmd std_msgs/msg/Empty "{}"

You can see the following interface pop up at the end. image

Get_the_current_state_message_of_the_robotic_arm

First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to obtain the current state of the robotic arm node.

rm@rm-desktop:~$ ros2 run rm_example rm_get_state

The following command pops up to indicate successful replacement. image What is displayed in the interface is the current angle message of the robotic arm, as well as the current end coordinate position and Euler angle posture message of the robotic arm.

MoveJ_motion_of_the_robotic_arm

Through the following commands, we can control the joint MoveJ motion of the robotic arm. First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rm_example at Robotics Stack Exchange

No version for distro jazzy showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2 was developed for the Realman robot (http://www.realman-robotics.com/).
Checkout URI https://github.com/realmanrobot/ros2_rm_robot.git
VCS Type git
VCS Version humble
Last Updated 2025-06-09
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • rm

Authors

No additional authors.
[简体中文](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README_CN.md)|[English](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README.md)
# RealMan Robotrm_exampleUser Manual V1.1 RealMan Intelligent Technology (Beijing) Co., Ltd. Revision History: |No. | Date | Comment | | :---: | :----: | :---: | |V1.0 | 2/19/2024 | Draft | |V1.1 | 7/3 /2024 | Amend(Add GEN72 adapter files) |

Content

rm_example_Package_Description

rm_bringup package is used for realizing some basic robotic arm functions. And we can also refer to the code to realize other robotic arm functions. This package is introduced in detail in the following aspects.

  • 1.Package use.
  • 2.Package architecture description.
  • 3.Package topic description.
    Through the introduction of the three parts, it can help you:
  • 1.Understand the package use.
  • 2.Familiar with the file structure and function of the package.
  • 3.Familiar with the topic related to the package for easy development and use. Source code address:https://github.com/RealManRobot/ros2_rm_robot.git.

    rm_example_Package_Use

    Changing_the_work_coordinate_system

    First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to replace the node in the work coordinate system.

rm@rm-desktop:~$ ros2 run rm_example rm_change_work_frame

The following command pops up to indicate successful replacement. image Enter the following commands in the end for verification, first subscribe to the current work coordinate system topic.

rm@rm-desktop:~$ ros2 topic echo /rm_driver/get_curr_workFrame_result

Then publish the request of the current coordinate system.

rm@rm-desktop:~$ ros2 topic pub --once /rm_driver/get_curr_workFrame_cmd std_msgs/msg/Empty "{}"

You can see the following interface pop up at the end. image

Get_the_current_state_message_of_the_robotic_arm

First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to obtain the current state of the robotic arm node.

rm@rm-desktop:~$ ros2 run rm_example rm_get_state

The following command pops up to indicate successful replacement. image What is displayed in the interface is the current angle message of the robotic arm, as well as the current end coordinate position and Euler angle posture message of the robotic arm.

MoveJ_motion_of_the_robotic_arm

Through the following commands, we can control the joint MoveJ motion of the robotic arm. First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rm_example at Robotics Stack Exchange

No version for distro kilted showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2 was developed for the Realman robot (http://www.realman-robotics.com/).
Checkout URI https://github.com/realmanrobot/ros2_rm_robot.git
VCS Type git
VCS Version humble
Last Updated 2025-06-09
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • rm

Authors

No additional authors.
[简体中文](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README_CN.md)|[English](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README.md)
# RealMan Robotrm_exampleUser Manual V1.1 RealMan Intelligent Technology (Beijing) Co., Ltd. Revision History: |No. | Date | Comment | | :---: | :----: | :---: | |V1.0 | 2/19/2024 | Draft | |V1.1 | 7/3 /2024 | Amend(Add GEN72 adapter files) |

Content

rm_example_Package_Description

rm_bringup package is used for realizing some basic robotic arm functions. And we can also refer to the code to realize other robotic arm functions. This package is introduced in detail in the following aspects.

  • 1.Package use.
  • 2.Package architecture description.
  • 3.Package topic description.
    Through the introduction of the three parts, it can help you:
  • 1.Understand the package use.
  • 2.Familiar with the file structure and function of the package.
  • 3.Familiar with the topic related to the package for easy development and use. Source code address:https://github.com/RealManRobot/ros2_rm_robot.git.

    rm_example_Package_Use

    Changing_the_work_coordinate_system

    First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to replace the node in the work coordinate system.

rm@rm-desktop:~$ ros2 run rm_example rm_change_work_frame

The following command pops up to indicate successful replacement. image Enter the following commands in the end for verification, first subscribe to the current work coordinate system topic.

rm@rm-desktop:~$ ros2 topic echo /rm_driver/get_curr_workFrame_result

Then publish the request of the current coordinate system.

rm@rm-desktop:~$ ros2 topic pub --once /rm_driver/get_curr_workFrame_cmd std_msgs/msg/Empty "{}"

You can see the following interface pop up at the end. image

Get_the_current_state_message_of_the_robotic_arm

First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to obtain the current state of the robotic arm node.

rm@rm-desktop:~$ ros2 run rm_example rm_get_state

The following command pops up to indicate successful replacement. image What is displayed in the interface is the current angle message of the robotic arm, as well as the current end coordinate position and Euler angle posture message of the robotic arm.

MoveJ_motion_of_the_robotic_arm

Through the following commands, we can control the joint MoveJ motion of the robotic arm. First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rm_example at Robotics Stack Exchange

No version for distro rolling showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2 was developed for the Realman robot (http://www.realman-robotics.com/).
Checkout URI https://github.com/realmanrobot/ros2_rm_robot.git
VCS Type git
VCS Version humble
Last Updated 2025-06-09
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • rm

Authors

No additional authors.
[简体中文](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README_CN.md)|[English](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README.md)
# RealMan Robotrm_exampleUser Manual V1.1 RealMan Intelligent Technology (Beijing) Co., Ltd. Revision History: |No. | Date | Comment | | :---: | :----: | :---: | |V1.0 | 2/19/2024 | Draft | |V1.1 | 7/3 /2024 | Amend(Add GEN72 adapter files) |

Content

rm_example_Package_Description

rm_bringup package is used for realizing some basic robotic arm functions. And we can also refer to the code to realize other robotic arm functions. This package is introduced in detail in the following aspects.

  • 1.Package use.
  • 2.Package architecture description.
  • 3.Package topic description.
    Through the introduction of the three parts, it can help you:
  • 1.Understand the package use.
  • 2.Familiar with the file structure and function of the package.
  • 3.Familiar with the topic related to the package for easy development and use. Source code address:https://github.com/RealManRobot/ros2_rm_robot.git.

    rm_example_Package_Use

    Changing_the_work_coordinate_system

    First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to replace the node in the work coordinate system.

rm@rm-desktop:~$ ros2 run rm_example rm_change_work_frame

The following command pops up to indicate successful replacement. image Enter the following commands in the end for verification, first subscribe to the current work coordinate system topic.

rm@rm-desktop:~$ ros2 topic echo /rm_driver/get_curr_workFrame_result

Then publish the request of the current coordinate system.

rm@rm-desktop:~$ ros2 topic pub --once /rm_driver/get_curr_workFrame_cmd std_msgs/msg/Empty "{}"

You can see the following interface pop up at the end. image

Get_the_current_state_message_of_the_robotic_arm

First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to obtain the current state of the robotic arm node.

rm@rm-desktop:~$ ros2 run rm_example rm_get_state

The following command pops up to indicate successful replacement. image What is displayed in the interface is the current angle message of the robotic arm, as well as the current end coordinate position and Euler angle posture message of the robotic arm.

MoveJ_motion_of_the_robotic_arm

Through the following commands, we can control the joint MoveJ motion of the robotic arm. First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rm_example at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2 was developed for the Realman robot (http://www.realman-robotics.com/).
Checkout URI https://github.com/realmanrobot/ros2_rm_robot.git
VCS Type git
VCS Version humble
Last Updated 2025-06-09
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • rm

Authors

No additional authors.
[简体中文](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README_CN.md)|[English](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README.md)
# RealMan Robotrm_exampleUser Manual V1.1 RealMan Intelligent Technology (Beijing) Co., Ltd. Revision History: |No. | Date | Comment | | :---: | :----: | :---: | |V1.0 | 2/19/2024 | Draft | |V1.1 | 7/3 /2024 | Amend(Add GEN72 adapter files) |

Content

rm_example_Package_Description

rm_bringup package is used for realizing some basic robotic arm functions. And we can also refer to the code to realize other robotic arm functions. This package is introduced in detail in the following aspects.

  • 1.Package use.
  • 2.Package architecture description.
  • 3.Package topic description.
    Through the introduction of the three parts, it can help you:
  • 1.Understand the package use.
  • 2.Familiar with the file structure and function of the package.
  • 3.Familiar with the topic related to the package for easy development and use. Source code address:https://github.com/RealManRobot/ros2_rm_robot.git.

    rm_example_Package_Use

    Changing_the_work_coordinate_system

    First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to replace the node in the work coordinate system.

rm@rm-desktop:~$ ros2 run rm_example rm_change_work_frame

The following command pops up to indicate successful replacement. image Enter the following commands in the end for verification, first subscribe to the current work coordinate system topic.

rm@rm-desktop:~$ ros2 topic echo /rm_driver/get_curr_workFrame_result

Then publish the request of the current coordinate system.

rm@rm-desktop:~$ ros2 topic pub --once /rm_driver/get_curr_workFrame_cmd std_msgs/msg/Empty "{}"

You can see the following interface pop up at the end. image

Get_the_current_state_message_of_the_robotic_arm

First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to obtain the current state of the robotic arm node.

rm@rm-desktop:~$ ros2 run rm_example rm_get_state

The following command pops up to indicate successful replacement. image What is displayed in the interface is the current angle message of the robotic arm, as well as the current end coordinate position and Euler angle posture message of the robotic arm.

MoveJ_motion_of_the_robotic_arm

Through the following commands, we can control the joint MoveJ motion of the robotic arm. First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rm_example at Robotics Stack Exchange

No version for distro galactic showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2 was developed for the Realman robot (http://www.realman-robotics.com/).
Checkout URI https://github.com/realmanrobot/ros2_rm_robot.git
VCS Type git
VCS Version humble
Last Updated 2025-06-09
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • rm

Authors

No additional authors.
[简体中文](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README_CN.md)|[English](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README.md)
# RealMan Robotrm_exampleUser Manual V1.1 RealMan Intelligent Technology (Beijing) Co., Ltd. Revision History: |No. | Date | Comment | | :---: | :----: | :---: | |V1.0 | 2/19/2024 | Draft | |V1.1 | 7/3 /2024 | Amend(Add GEN72 adapter files) |

Content

rm_example_Package_Description

rm_bringup package is used for realizing some basic robotic arm functions. And we can also refer to the code to realize other robotic arm functions. This package is introduced in detail in the following aspects.

  • 1.Package use.
  • 2.Package architecture description.
  • 3.Package topic description.
    Through the introduction of the three parts, it can help you:
  • 1.Understand the package use.
  • 2.Familiar with the file structure and function of the package.
  • 3.Familiar with the topic related to the package for easy development and use. Source code address:https://github.com/RealManRobot/ros2_rm_robot.git.

    rm_example_Package_Use

    Changing_the_work_coordinate_system

    First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to replace the node in the work coordinate system.

rm@rm-desktop:~$ ros2 run rm_example rm_change_work_frame

The following command pops up to indicate successful replacement. image Enter the following commands in the end for verification, first subscribe to the current work coordinate system topic.

rm@rm-desktop:~$ ros2 topic echo /rm_driver/get_curr_workFrame_result

Then publish the request of the current coordinate system.

rm@rm-desktop:~$ ros2 topic pub --once /rm_driver/get_curr_workFrame_cmd std_msgs/msg/Empty "{}"

You can see the following interface pop up at the end. image

Get_the_current_state_message_of_the_robotic_arm

First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to obtain the current state of the robotic arm node.

rm@rm-desktop:~$ ros2 run rm_example rm_get_state

The following command pops up to indicate successful replacement. image What is displayed in the interface is the current angle message of the robotic arm, as well as the current end coordinate position and Euler angle posture message of the robotic arm.

MoveJ_motion_of_the_robotic_arm

Through the following commands, we can control the joint MoveJ motion of the robotic arm. First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rm_example at Robotics Stack Exchange

No version for distro iron showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2 was developed for the Realman robot (http://www.realman-robotics.com/).
Checkout URI https://github.com/realmanrobot/ros2_rm_robot.git
VCS Type git
VCS Version humble
Last Updated 2025-06-09
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • rm

Authors

No additional authors.
[简体中文](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README_CN.md)|[English](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README.md)
# RealMan Robotrm_exampleUser Manual V1.1 RealMan Intelligent Technology (Beijing) Co., Ltd. Revision History: |No. | Date | Comment | | :---: | :----: | :---: | |V1.0 | 2/19/2024 | Draft | |V1.1 | 7/3 /2024 | Amend(Add GEN72 adapter files) |

Content

rm_example_Package_Description

rm_bringup package is used for realizing some basic robotic arm functions. And we can also refer to the code to realize other robotic arm functions. This package is introduced in detail in the following aspects.

  • 1.Package use.
  • 2.Package architecture description.
  • 3.Package topic description.
    Through the introduction of the three parts, it can help you:
  • 1.Understand the package use.
  • 2.Familiar with the file structure and function of the package.
  • 3.Familiar with the topic related to the package for easy development and use. Source code address:https://github.com/RealManRobot/ros2_rm_robot.git.

    rm_example_Package_Use

    Changing_the_work_coordinate_system

    First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to replace the node in the work coordinate system.

rm@rm-desktop:~$ ros2 run rm_example rm_change_work_frame

The following command pops up to indicate successful replacement. image Enter the following commands in the end for verification, first subscribe to the current work coordinate system topic.

rm@rm-desktop:~$ ros2 topic echo /rm_driver/get_curr_workFrame_result

Then publish the request of the current coordinate system.

rm@rm-desktop:~$ ros2 topic pub --once /rm_driver/get_curr_workFrame_cmd std_msgs/msg/Empty "{}"

You can see the following interface pop up at the end. image

Get_the_current_state_message_of_the_robotic_arm

First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to obtain the current state of the robotic arm node.

rm@rm-desktop:~$ ros2 run rm_example rm_get_state

The following command pops up to indicate successful replacement. image What is displayed in the interface is the current angle message of the robotic arm, as well as the current end coordinate position and Euler angle posture message of the robotic arm.

MoveJ_motion_of_the_robotic_arm

Through the following commands, we can control the joint MoveJ motion of the robotic arm. First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rm_example at Robotics Stack Exchange

No version for distro melodic showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2 was developed for the Realman robot (http://www.realman-robotics.com/).
Checkout URI https://github.com/realmanrobot/ros2_rm_robot.git
VCS Type git
VCS Version humble
Last Updated 2025-06-09
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • rm

Authors

No additional authors.
[简体中文](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README_CN.md)|[English](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README.md)
# RealMan Robotrm_exampleUser Manual V1.1 RealMan Intelligent Technology (Beijing) Co., Ltd. Revision History: |No. | Date | Comment | | :---: | :----: | :---: | |V1.0 | 2/19/2024 | Draft | |V1.1 | 7/3 /2024 | Amend(Add GEN72 adapter files) |

Content

rm_example_Package_Description

rm_bringup package is used for realizing some basic robotic arm functions. And we can also refer to the code to realize other robotic arm functions. This package is introduced in detail in the following aspects.

  • 1.Package use.
  • 2.Package architecture description.
  • 3.Package topic description.
    Through the introduction of the three parts, it can help you:
  • 1.Understand the package use.
  • 2.Familiar with the file structure and function of the package.
  • 3.Familiar with the topic related to the package for easy development and use. Source code address:https://github.com/RealManRobot/ros2_rm_robot.git.

    rm_example_Package_Use

    Changing_the_work_coordinate_system

    First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to replace the node in the work coordinate system.

rm@rm-desktop:~$ ros2 run rm_example rm_change_work_frame

The following command pops up to indicate successful replacement. image Enter the following commands in the end for verification, first subscribe to the current work coordinate system topic.

rm@rm-desktop:~$ ros2 topic echo /rm_driver/get_curr_workFrame_result

Then publish the request of the current coordinate system.

rm@rm-desktop:~$ ros2 topic pub --once /rm_driver/get_curr_workFrame_cmd std_msgs/msg/Empty "{}"

You can see the following interface pop up at the end. image

Get_the_current_state_message_of_the_robotic_arm

First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to obtain the current state of the robotic arm node.

rm@rm-desktop:~$ ros2 run rm_example rm_get_state

The following command pops up to indicate successful replacement. image What is displayed in the interface is the current angle message of the robotic arm, as well as the current end coordinate position and Euler angle posture message of the robotic arm.

MoveJ_motion_of_the_robotic_arm

Through the following commands, we can control the joint MoveJ motion of the robotic arm. First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rm_example at Robotics Stack Exchange

No version for distro noetic showing github. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.0.0
License TODO: License declaration
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Description ROS2 was developed for the Realman robot (http://www.realman-robotics.com/).
Checkout URI https://github.com/realmanrobot/ros2_rm_robot.git
VCS Type git
VCS Version humble
Last Updated 2025-06-09
Dev Status UNKNOWN
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

TODO: Package description

Additional Links

No additional links.

Maintainers

  • rm

Authors

No additional authors.
[简体中文](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README_CN.md)|[English](https://github.com/RealManRobot/ros2_rm_robot/blob/humble/rm_example/README.md)
# RealMan Robotrm_exampleUser Manual V1.1 RealMan Intelligent Technology (Beijing) Co., Ltd. Revision History: |No. | Date | Comment | | :---: | :----: | :---: | |V1.0 | 2/19/2024 | Draft | |V1.1 | 7/3 /2024 | Amend(Add GEN72 adapter files) |

Content

rm_example_Package_Description

rm_bringup package is used for realizing some basic robotic arm functions. And we can also refer to the code to realize other robotic arm functions. This package is introduced in detail in the following aspects.

  • 1.Package use.
  • 2.Package architecture description.
  • 3.Package topic description.
    Through the introduction of the three parts, it can help you:
  • 1.Understand the package use.
  • 2.Familiar with the file structure and function of the package.
  • 3.Familiar with the topic related to the package for easy development and use. Source code address:https://github.com/RealManRobot/ros2_rm_robot.git.

    rm_example_Package_Use

    Changing_the_work_coordinate_system

    First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to replace the node in the work coordinate system.

rm@rm-desktop:~$ ros2 run rm_example rm_change_work_frame

The following command pops up to indicate successful replacement. image Enter the following commands in the end for verification, first subscribe to the current work coordinate system topic.

rm@rm-desktop:~$ ros2 topic echo /rm_driver/get_curr_workFrame_result

Then publish the request of the current coordinate system.

rm@rm-desktop:~$ ros2 topic pub --once /rm_driver/get_curr_workFrame_cmd std_msgs/msg/Empty "{}"

You can see the following interface pop up at the end. image

Get_the_current_state_message_of_the_robotic_arm

First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

rm@rm-desktop:~$ ros2 launch rm_driver rm_65_driver.launch.py

After successfully launching the node, execute the following commands to obtain the current state of the robotic arm node.

rm@rm-desktop:~$ ros2 run rm_example rm_get_state

The following command pops up to indicate successful replacement. image What is displayed in the interface is the current angle message of the robotic arm, as well as the current end coordinate position and Euler angle posture message of the robotic arm.

MoveJ_motion_of_the_robotic_arm

Through the following commands, we can control the joint MoveJ motion of the robotic arm. First, we need to run the underlying driver node of the robotic arm rm_driver.

rm@rm-desktop:~$ ros2 launch rm_driver rm_<arm_type>_driver.launch.py

In practice, the above needs to be replaced by the actual model of the robotic arm. The available models of the robotic arm are 65, 63, eco65, eco63, and 75. For example, the launch command of 65 robotic arm:

File truncated at 100 lines see the full file

CHANGELOG
No CHANGELOG found.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rm_example at Robotics Stack Exchange