Robotics StackExchange | Archived questions

Robot model parameter not found

Hey all, i have a problem with Robot model parameter. Problem: ros2 run movegroupinterfaceur5 movegroupinterfaceur5 [INFO] [1638262532.112692221] [moveitrdfloader.rdfloader]: Robot model parameter not found! Did you remap 'robotdescription'?

[FATAL] [1638262532.112892993] [movegroupinterface]: Unable to construct robot model. Please make sure all needed information is on the parameter server. terminate called after throwing an instance of 'std::runtime_error' what(): Unable to construct robot model. Please make sure all needed information is on the parameter server.

i see similar problem on forum, but i dont get/understand the solution. Now in moveit_2 tutorial they use launch-files where the robot parameter are linked. But i create own package in other workspace and i cannot link robot description from other workspace/package in my launch-file. Do i have options without using launch-files? just ros2 run ... .cpp ? or i have to use launch-files to give the node the parameters ( description and another) (In ROS1 i just create new workspace and package inside and i can control robot from another workspace which was launched. I create .cpp and the robot description was not to be linked) If i have to use launch-file, how i can correct use packages from another workspace? thank you in advice!

Asked by OlexStup1996 on 2021-11-30 04:07:30 UTC

Comments

Answers