ros Moveit学习记录(一) MoveIt Setup Assistant

ros MoveIt Setup Assistant 记录

    • [1. 准备工作](#1. 准备工作)
    • [2. 使用记录](#2. 使用记录)
      • [a. 打开Moveit! Setup Assistant](#a. 打开Moveit! Setup Assistant)
      • [b. *Create New Moveit Configuration* -> 填入`urdf.xacro`的地址](#b. Create New Moveit Configuration -> 填入urdf.xacro的地址)
      • [c. Self-Collisions:全选了即可](#c. Self-Collisions:全选了即可)
      • [d. Define Virtual Joints](#d. Define Virtual Joints)
      • [e. Define Planning Groups](#e. Define Planning Groups)
      • [f. Define Robot Poses](#f. Define Robot Poses)
      • [g. 我的没有 End-Effector,因此`End Effectors`略过。](#g. 我的没有 End-Effector,因此End Effectors略过。)
      • [h. franka panda不需要Add Passive Joints。](#h. franka panda不需要Add Passive Joints。)
      • [i. Controllers](#i. Controllers)
      • [j. Simulation 和 3D Perception 默认即可](#j. Simulation 和 3D Perception 默认即可)
      • [g. Generate Configuration Files](#g. Generate Configuration Files)
    • 结果

最近在学习Moveit。记录一下Moveit Setup Assistant使用过程。

MoveIt Setup Assistant 是一个图形用户界面,用于为任何机器人配置MoveIt使用。它的主要功能是为您的机器人生成Semantic Robot Description Format(SRDF)文件。此外,它还生成其他必要的配置文件,以便与MoveIt pipeline 一起使用。

1. 准备工作

安装moveit (我的ROS版本是 Noetic)

bash 复制代码
sudo apt-get install ros-noetic-moveit

官方的安装有些复杂,应该这样就可以了。

以franka为例,下载它的description,主要包括 URDF文件和franka部件的meshes。

bash 复制代码
sudo apt install ros-noetic-franka-description

新建一个workspace

bash 复制代码
mkdir -p ~/ws_test/src
cd ~/ws_test/src
catkin_init_workspace

2. 使用记录

a. 打开Moveit! Setup Assistant

bash 复制代码
roslaunch moveit_setup_assistant setup_assistant.launch

b. Create New Moveit Configuration -> 填入urdf.xacro的地址

noetic的地址在这里:
/opt/ros/noetic/share/franka_description/robots/panda/panda.urdf.xacro
我的这个默认就没有爪子,后续我会记录爪子的补全过程。

如果找不到可以 find / -name franka_description

c. Self-Collisions:全选了即可

d. Define Virtual Joints

如下图所示

e. Define Planning Groups

f. Define Robot Poses

g. 我的没有 End-Effector,因此End Effectors略过。

h. franka panda不需要Add Passive Joints。

i. Controllers

忘记截图。
Add Controller->命名arm_position_controller-> 选择controller type position_controllers/JointPositionController->Add Planning Group Joints -> Save

j. Simulation 和 3D Perception 默认即可

g. Generate Configuration Files

此处我的地址设置有误,若设为/root/ws_test/src/moveit_test_no_gripper会更好。

结果

可以看到ws_test下生成了文件夹

此时运行rviz会出错

bash 复制代码
roslaunch moveit_setup_assistant setup_assistant.launch

moveit_test_no_gripper移到srccatkin_buildsource devel/setup.bash再次运行就可以成功了。

相关推荐
陈傻鱼1 天前
ROS2测试仿真
机器人·ros·slam
Mr.Winter`2 天前
轨迹优化 | 基于ESDF的非线性最小二乘法路径平滑(附ROS C++仿真)
人工智能·科技·机器人·自动驾驶·ros·最小二乘法·ros2
kuan_li_lyg3 天前
ROS2 与机器人视觉入门教程(ROS2 OpenCV)
开发语言·人工智能·opencv·计算机视觉·matlab·机器人·ros
两棵雪松6 天前
为什么使用ROS的remap标签不起作用?
ros
加点油。。。。7 天前
ubuntu22.4 ROS2 安装gazebo(环境变量配置)
linux·python·ubuntu·ros
Mr.Winter`9 天前
轨迹优化 | 基于贝塞尔曲线的无约束路径平滑与粗轨迹生成(附ROS C++/Python仿真)
人工智能·机器人·自动驾驶·ros·几何学·ros2·轨迹优化
worthsen11 天前
ROS1 与 ROS2 使用区别 【命令】
机器人·ros
Mr.Winter`17 天前
无人船 | 图解推导三自由度USV的运动学和动力学建模
人工智能·机器人·ros·无人船
chinamaoge21 天前
ROS2软件架构全面解析-学习如何设计通信中间件框架
ros·ros2·通信中间件
Tfly__1 个月前
ubuntu 18.04安装GCOPTER(最新)
linux·c++·ubuntu·github·ros·无人机·运动规划