Skip to content

Error Launching MoveIt2 Script for Moving the Robot: SRDF Not Found #3133

Answered by Danilrivero
janperenic asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

A few points to note here, this happens because RViz has access to the parameters due to being passed through moveit_config and in this case being able to handle the robot_description & robot_description_semantic through params. This makes you be able to move it.

This is an interesting read to better understand this.

the robot description and semantics are loaded using the RDFLoader class, which will attempt to read the parameters from the node, and if that fails, will attempt to subscribe to the String topic for a short period of time. If both methods fail to get the parameter, then a warning will be printed to the console.

All the components of MoveIt that use the RobotModel n…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@Danilrivero
Comment options

@janperenic
Comment options

@Danilrivero
Comment options

@janperenic
Comment options

@gavanderhoorn
Comment options

Answer selected by janperenic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants