ROS2环境安装

树莓派、JN版本:

树莓派版本自带Ubuntu(V-20.04)系统,内置开发环境,无需搭建和管理,更新mycobot_ros2包即可。

mycobot_ros2是大象机器人推出的适用于其mycobot系列桌面六轴机械臂的ROS2包。

ROS2项目地址: http://github.com/elephantrobotics/mycobot_ros2

机械臂API驱动库地址: https://github.com/elephantrobotics/pymycobot

1 更新 mycobot_ros2 包

为了保证用户能及时使用最新的官方包,可以通过文件管理器进入/home/er/colcon_ws/src文件夹,打开控制台终端( 快捷键 Ctrl+Alt+T ) ,输入以下命令进行更新:

# 克隆github上的代码
cd colcon_ws/src  # 进入工作区的src文件夹中
# 克隆github上的代码
git clone --depth 1 https://github.com/elephantrobotics/mycobot_ros2.git
cd ..       # 返回工作区
colcon build --symlink-install # 构建工作区中的代码,--symlink-install:避免每次调整 python 脚本时都需要重新编译
source install/setup.bash # 添加环境变量

注意: 如果在/home/er/colcon_ws/src(相当于~/colcon_ws/src)目录下已经存在mycobot_ros2文件夹,则需要先删除原来的mycobot_ros2,然后再执行上述命令。 其中,目录路径中的er为系统的用户名。 如有不一致,请修改。

至此ROS2环境搭建完成,ROS2的使用请参考Rviz介绍及使用章节。

results matching ""

    No results matching ""