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

Open
jvolheim opened this issue Aug 30, 2023 · 0 comments
Open

Issue with dashing instructions for OpenMANIPULATOR-X quickstart #1591

jvolheim opened this issue Aug 30, 2023 · 0 comments

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

"

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

1 participant