Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with dashing instructions for OpenMANIPULATOR-X quickstart #1591

Closed
jvolheim opened this issue Aug 30, 2023 · 1 comment
Closed

Issue with dashing instructions for OpenMANIPULATOR-X quickstart #1591

jvolheim opened this issue Aug 30, 2023 · 1 comment
Assignees

Comments

@jvolheim
Copy link

link:
https://emanual.robotis.com/docs/en/platform/openmanipulator_x/quick_start_guide_basic_operation/

issue with using dashing.
Ro2 Dashing Robotic Arm fix

  1. replace piece of code in open_manipulator_x_controller/launch/open_manipulator_x_controller.launch.py from
    " Node(
    package='open_manipulator_x_controller',
    executable='open_manipulator_x_controller',
    name='open_manipulator_x_controller',
    arguments=[usb_port, baud_rate],
    parameters=[param_dir],
    output='screen'),
    "
    to
    " Node(
    package='open_manipulator_x_controller',
    node_executable='open_manipulator_x_controller',
    name='open_manipulator_x_controller',
    arguments=[usb_port, baud_rate],
    parameters=[param_dir],
    output='screen'),
    "
  2. run teleop with following command instead of the given one

"
ros2 run open_manipulator_x_teleop teleop_keyboard

"

@sunghowoo
Copy link
Contributor

Sorry for the late reply. We currently support the OM-X Humble version in ROS2, and it is working properly. Thank you for fixing the issue related to Dashing. This issue has been open for a long time, so I will close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants