You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Humble, when I build the main branch and launch the provided KR moveit launch file with fake controllers, I notice that the robot model is not properly loaded with the following message in the terminal:
WARNING:root:Cannot infer URDF from `/home/<user>/workspaces/kuka_ws/install/kuka_kr_moveit_config/share/kuka_kr_moveit_config`. -- using config/kuka_kr.urdf
WARNING:root:Cannot infer SRDF from `/home/<user>/workspaces/kuka_ws/install/kuka_kr_moveit_config/share/kuka_kr_moveit_config`. -- using config/kuka_kr.srdf
In rviz I can see that TF for links1-6, tool and flange are also not available.
The text was updated successfully, but these errors were encountered:
These warnings are issued by the moveit setup assistant, which expects a different folder structure from the convention in ROS-Industrial also used by us. This does not influence the loading of the robot model.
The reason for the not appearing robot meshes is that currently you have to activate the robot manager node even for fake hardware, as described in the readme). This behaviour will change soon, I would suggest to use this branch, as the scheduling is also optimized there.
On Humble, when I build the main branch and launch the provided KR moveit launch file with fake controllers, I notice that the robot model is not properly loaded with the following message in the terminal:
In rviz I can see that TF for links1-6, tool and flange are also not available.
The text was updated successfully, but these errors were encountered: