Universal_Robots_ROS2_Driver
Universal_Robots_ROS2_Driver copied to clipboard
remove use_mock_hardware from moveit launchfile
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.
@fdurchdewald Could you please fix the duplicated target in the usage.rst file? Thanks!
@fdurchdewald does this means that you will have different robot descriptions used on driver launch and MoveIt launch
@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 https://github.com/UniversalRobots/Universal_Robots_ROS2_Gazebo_Simulation/pull/22
What do we do about the scaled jtc in gazebo? Probably we should still provide an option for the default controller.
I think this is now obsolete with #998