< >
Home » ROS1与Interbotix系列机械臂教程 » ROS1与Interbotix系列机械臂教程-软件安装

ROS1与Interbotix系列机械臂教程-软件安装

文章说明

  • 本教程主要介绍Interbotix机械臂在ros1下如何安装想应的软件包

软件兼容型号

软件安装步骤

  • 安装背景:ubuntu 20.04 + ros1 noetic

  • 安装时会询问是否安装ros,询问是否安装Interbotix Perception软件包,询问是否安装MATLAB-ROS API

$ sudo apt install curl
$ curl 'https://raw.githubusercontent.com/Interbotix/interbotix_ros_manipulators/main/interbotix_ros_xsarms/install/amd64/xsarm_amd64_install.sh' > xsarm_amd64_install.sh
$ chmod +x xsarm_amd64_install.sh
$ ./xsarm_amd64_install.sh -d noetic

想深入查看安装脚本的内容,添加-h参数以查看帮助文档,如下所示:

$ ./xsarm_amd64_install.sh -h
USAGE: ./xsarm_amd64_install.sh [-h][-d DISTRO][-p PATH][-n]

...

纠错,疑问,交流: 请进入讨论区点击加入Q群

获取最新文章: 扫一扫右上角的二维码加入“创客智造”公众号


标签: ros1与interbotix系列机械臂教程