Unable to identify any set of controllers that can actuate the specified joints: [ joint1 joint2 出错

本文解决在ROS环境下使用Gazebo进行机械臂仿真时,因控制器配置不当导致机械臂无法运动的问题。通过调整probot_anno_moveit_controller_manager.launch文件中的controllers_gazebo.yaml配置,使Gazebo中的机械臂与rviz控制同步。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

在ROS仿真模型搭建的时候,运行
roslaunch probot_gazebo probot_bringup_moveit.launch
的时候,可能会出现如下错误:

[ERROR] [1556172904.265708018, 73.989000000]: Unable to identify any set of controllers that can actuate the specified joints: [ joint1 joint2 joint3 joint4 joint5 joint6 ]
[ERROR] [1556172904.265747504, 73.989000000]: Known controllers and their joints:
[ERROR] [1556172904.265815969, 73.989000000]: Apparently trajectory initialization failed

rviz中的机械臂控制可以动,而Gazebo的机械臂无法运动,主要是由于probot_anno_moveit_controller_manager.launch文件中的controllers_gazebo.yaml配置不当,参考的probot_anno_moveit_controller_manager.launch.xml配置如下:

<launch>
	<arg name="moveit_controller_manager" default="moveit_simple_controller_manager/MoveItSimpleControllerManager"/>
	<param name="moveit_controller_manager" value="$(arg moveit_controller_manager)"/>
	<!-- gazebo Controller -->
	<rosparam file="$(find probot_anno_moveit_config)/config/controllers_gazebo.yaml"/>
</launch>

参考上面的配置修改本地文件,然后就成功啦。

参考博文

Unable to identify any set of controllers that can actuate the specified joints: joint1 joint2 出错

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值