Skip to content

Error Loading Custom Robot Model in MoveIt2 #2299

Closed Answered by bmaxdk
robot-RL-AI asked this question in Q&A
Discussion options

You must be logged in to vote

Your error indicated below:
[move_group-3] terminate called after throwing an instance of 'rclcpp::exceptions::InvalidParameterTypeException' [move_group-3] what(): parameter 'robot_description_planning.joint_limits.joint_2.max_velocity' has invalid type: expected [double] got [integer]

You may want to check error message where it shows invalid Parameter Type Exception (move_group-3).
This error message is related to an incorrect data type for the robot_description_planning.joint_limits.joint_2.max_velocity parameter. The system expects a double, but an integer was found. This can usually be fixed by editing the corresponding configuration file and ensuring your floating-point number such…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@robot-RL-AI
Comment options

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