kinova_j2s6s300机械臂使用笔记

news/2025/1/1 13:56:30/

kinova_j2s6s300机械臂使用笔记

  • 1.安装
  • 2.使用 MoveIt 功能包
  • 3.驱动真实机械臂配置

kinova包下载地址

1.安装

mkdir kinova_ws/src
cd ~/kinova_ws/src
git clone https://github.com/Kinovarobotics/kinova-ros.git kinova-ros
cd ~/kinova_ws
catkin_make

2.使用 MoveIt 功能包

安装完成后想使用一下官方提供的moveit包,运行(注:我使用的机械臂是j2s6s300)

roslaunch j2s6s300_moveit_config demo.launch

终端报错[ERROR] [1621344731.484302826]: The kinematics plugin (arm) failed to load. Error: According to the loaded plugin descriptions the class trac_ik_kinematics_plugin/TRAC_IKKinematicsPlugin with base class type kinematics::KinematicsBase does not exist. Declared types are cached_ik_kinematics_plugin/CachedKDLKinematicsPlugin cached_ik_kinematics_plugin/CachedSrvKinematicsPlugin j2n6s300_arm_kinematics/IKFastKinematicsPlugin j2s6s300_arm_kinematics/IKFastKinematicsPlugin j2s7s300_robot_arm_kinematics/IKFastKinematicsPlugin kdl_kinematics_plugin/KDLKinematicsPlugin lma_kinematics_plugin/LMAKinematicsPlugin m1n6s300_mico_arm_kinematics/IKFastKinematicsPlugin probot_anno_manipulator_kinematics/IKFastKinematicsPlugin srv_kinematics_plugin/SrvKinematicsPlugin ur_kinematics/UR10KinematicsPlugin ur_kinematics/UR3KinematicsPlugin ur_kinematics/UR5KinematicsPlugin [ERROR] [1621344731.484324284]: Kinematics solver could not be instantiated for joint group arm.
在这里插入图片描述解决办法:安装和你的ROS版本匹配的trac-ik-kinematics-plugin就行了

sudo apt-get install ros-melodic-trac-ik-kinematics-plugin

【参考】
关于kinova机械臂报错:The kinematics plugin (arm) failed to load. and Kinematics solver could not be instant

3.驱动真实机械臂配置

  • Step1:sudo cp kinova_driver/udev/10-kinova-arm.rules /etc/udev/rules.d/
  • Step2:执行64 bits文件夹里边的bash脚本sudo ./installSDK64.sh
  • Step3:回到工作空间下,编译catkin_make
  • Step4:启动launch文件,roslaunch kinova_bringup kinova_robot.launch

如果想要使用MoveIt_Config包里边的拖曳功能控制机械臂的话,roslaunch j2s6s300_moveit_config j2s6s300_demo.launch


http://www.ppmy.cn/news/296551.html

相关文章

sick s300 ros

pioneer lx 和 neobotix 产品使用了sick s300 250视角还是270视角? 500 readings ros driver lx 设置 publish_aria_lasers 为true,广播激光数据 http://wiki.ros.org/cob_sick_s300 http://wiki.ros.org/Robots/AMR_Pioneer_Compatible Section Laser …

《树莓派4B家庭服务器搭建指南》第十六期:安装Calibre Web建立公网可访问私人电子书库

最近在整理收藏的电子书,以便在公网可以随时访问自己的电子书,然而,Calibre桌面端虽然功能强大,并且可以开启本地http服务,但http的界面还是过于简陋 我发现了一个Calibre Web开源项目,界面也非常舒服&…

CorelDRAW矢量绘图2023中文版下载

市面上的矢量绘图工具虽然很多,但权威又专业的却不多,选到不好用的工具,会极大的影响自己创作,CorelDRAW简称cdr,是一款功能强大的矢量图制作软件,一说到矢量图制作,大家都会不由自主地想到cdr。…

Lecture 14 Context-Free Grammar

目录 Context-Free GrammarBasics of Context-Free GrammarsCFG Parsing ConstituentsSyntactic ConstituentsConstituents and PhrasesExample: A Simple CFG for English and generating sentencesCFG Trees CYK AlgorithmCYK AlgorithmConvert to Chomsky Normal FormThe CY…

距离保护的影响因素

1、汲出电流和助增电流的影响 当保护安装处与故障点之间有分支电源时,如图所示,分支电源将向故障点K送短路电流ICB,使流过故障线路的电流IBKIAB ICB,大于实际流过保护1的电流IAB,所以ICB称作助增电流。 由于助增电流的…

常用的ORM框架

ORM就是对象关系匹配,是为了解决面向对象与关系数据库存在的互不匹配的问题。简单来说,就是把关系数据库中的数据转换成面向对象程序中的对象。 常用的ORM框架有Hibernate和MyBatis,也就是ssh组合和ssm组合中的h与m。 它们的特点和区别如下…

踢脚线有哪些颜色?做室内设计肯定要知道的呀

除了材质,踢脚线的颜色也对空间设计效果有着直接的关联,常见的踢脚线颜色有哪些搭配方案呢? ①瓷砖同色 如果装修预算有限,地面是铺地砖的话,可以用地砖加工切割来做踢脚线,这样做的效果地面与踢脚线保持简…

在通讯方面对讲机比微信更有优势吗?

对讲机和微信属于不同的通信工具,它们在某些方面都有着各自的优势。那么在通讯方面对讲机比微信更有优势吗?下面河南宝蓝小编为大家详细介绍下。 一、即时与实时通信: 对讲机作为一种即时通信工具,能够立即与其他用户进行实时语…