![]() |
arctos repositoryarctos_bringup arctos_description arctos_hardware_interface arctos_motor_driver arctos_moveit arctos_moveit_config |
|
Repository Summary
Description | ROS2 package for the Arctos arm |
Checkout URI | https://github.com/coen132/arctos.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2024-06-07 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
arctos_bringup | 0.0.0 |
arctos_description | 0.3.0 |
arctos_hardware_interface | 0.0.0 |
arctos_motor_driver | 0.0.0 |
arctos_moveit | 0.3.0 |
arctos_moveit_config | 0.3.0 |
README
Arctos
This is a ROS2 package for the Arctos arm. make sure ROS2 and MoveIt2 are installed, along with their dev tools.
Installation
Install dependency controller packages
sudo apt install ros-humble-controller*
sudo apt-get install ros-humble-can-msgs
pip install catkin_pkg
Make sure everything is up to date
sudo apt update
sudo apt upgrade
Make a directory and clone the source code
mkdir -p arctos/src
cd arctos/src
git clone https://github.com/coen132/arctos.git
Build the workspace
cd ~/arctos
colcon build --symlink-install
This should run without any errors, otherwise make sure the dependencies are installed and sourced correctly.
Sourcing the package in your bash script
After installation make sure to automatically source the package in your bash script, otherwise you need to do it everytime you run the package Copy and paste the following at the bottom of the bash file: “source ~/arctos/install/local_setup.bash”
sudo nano ~/.bashrc
Launching the simulation
To test out and make sure everything is correctly installed you can launch the demo simulation
cd ~/arctos
source install/local_setup.bash
ros2 launch arctos_moveit_config demo.launch.py
This should launch RVIZ and load the Arctos robot arm.