We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying out the example
ros2 launch franka_moveit_config moveit.launch.py robot_ip:=dont-care use_fake_hardware:=true
But it says
Package 'franka_moveit_config' not found: "package 'franka_moveit_config' not found
The text was updated successfully, but these errors were encountered:
Hi @shortcastovercoffee , we unfortunately did a small typo... instead of the package franka_moveit_config it is franka_fr3_moveit_config.
franka_moveit_config
franka_fr3_moveit_config
Hence, the command ros2 launch franka_fr3_moveit_config moveit.launch.py robot_ip:=dont-care use_fake_hardware:=true should work.
ros2 launch franka_fr3_moveit_config moveit.launch.py robot_ip:=dont-care use_fake_hardware:=true
Cheers, Andreas
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I am trying out the example
ros2 launch franka_moveit_config moveit.launch.py robot_ip:=dont-care use_fake_hardware:=true
But it says
Package 'franka_moveit_config' not found: "package 'franka_moveit_config' not found
The text was updated successfully, but these errors were encountered: