Interbotix / interbotix_ros_manipulators

ROS Packages for Interbotix Arms
BSD 3-Clause "New" or "Revised" License
106 stars 75 forks source link

ROS2 Humble Installation #180

Closed manishvel8 closed 2 months ago

manishvel8 commented 2 months ago

Question

Hi team, How to install the ROS2 Humble version. We have an Interbotix WX200 robotic arm. Give a command to install. and give commands after installing how to launch the robotic arm in both a virtual and real-world arm. Also, in the ROS2 Gazebo simulation, will it work?

Robot Model

wx200

Operating System

Ubuntu 22.04

ROS Version

ROS 2 Humble

Additional Info

No response

lukeschmitt-tr commented 2 months ago

How to install the ROS2 Humble version

Please see this page for steps on installing ROS 2: https://docs.trossenrobotics.com/interbotix_xsarms_docs/ros_interface/ros2/software_setup.html#software-installation

Here are the commands you would run to install the packages required for ROS 2 Humble:

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 humble

give commands after installing how to launch the robotic arm in both a virtual and real-world arm.

lukeschmitt-tr commented 2 months ago

Do you have any further questions on this? Otherwise, this issue will be closed.