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

lbr_moveit_cpp documentation out of data; unable to run hello_moveit demo #219

Open
bluewish07 opened this issue Nov 10, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@bluewish07
Copy link

https://lbr-stack.readthedocs.io/en/latest/lbr_fri_ros2_stack/lbr_demos/lbr_moveit_cpp/doc/lbr_moveit_cpp.html

The command for launching move_group seems to be out of date on this page. Nonetheless, I tried to run the move_group.launch.py which is now moved into individual folders under lbr_moveit_config and I still couldn't get the hello_moveit demo to run successfully. Specifically, hello_moveit.cpp seems to stuck at the MoveGroupInterface initialization.

Could you advise?
branch: humble

@mhubii
Copy link
Member

mhubii commented Nov 16, 2024

Hi @bluewish07. Thank you for raising this issue. You are right, this demo might be outdated / slightly off.

Can you try to run the move group via (note lbr_bringup package)

ros2 launch lbr_bringup move_group.launch.py \
    mode:=mock \
    model:=iiwa7 # [iiwa7, iiwa14, med7, med14]

@mhubii mhubii added the documentation Improvements or additions to documentation label Nov 16, 2024
@bluewish07
Copy link
Author

Hi @mhubii thank you for getting back to me! Eventually I found out that I should run move_group with lbr_bringup and it did work. So I think just updating the doc on that page would be great. Thank you for your help!

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

No branches or pull requests

2 participants