-
Notifications
You must be signed in to change notification settings - Fork 220
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
remove use_mock_hardware from moveit launchfile #853
Conversation
@fdurchdewald Could you please fix the duplicated target in the |
@fdurchdewald does this means that you will have different robot descriptions used on driver launch and MoveIt launch |
No, we should remove the description from the moveit launch. AFAIK it takes the one from the RSP's description topic by now. |
Before merging this, we should consider UniversalRobots/Universal_Robots_ROS2_Gazebo_Simulation#22 What do we do about the scaled jtc in gazebo? Probably we should still provide an option for the default controller. |
cda731b
to
1ae71fa
Compare
I think this is now obsolete with #998 |
The scaled JTC can be used on fake hardware as well. Therefore, there is no real reason for keeping the use_mock_hardware argument in the MoveIt launch file.