Repo for ROS2 packages related to Robossembler
Find a file
2023-12-30 23:41:50 +03:00
env_manager add workspace base functional 2023-12-30 23:39:43 +03:00
rbs_bringup add new env_manager to project 2023-12-11 22:08:43 +03:00
rbs_bt_executor fix merge mistakes 2023-12-22 22:40:42 +03:00
rbs_perception Merge remote-tracking branch 'origin/main' into 90-real-robot-setup 2023-12-22 19:14:18 +03:00
rbs_simulation remove extra prints 2023-12-30 23:41:37 +03:00
rbs_skill_interfaces load default enviroment 2023-12-30 14:31:01 +03:00
rbs_skill_servers format cmake for skill servers 2023-12-30 23:41:03 +03:00
rbs_task_planner from stash 2023-12-05 22:37:28 +03:00
rbs_utils add workspace base functional 2023-12-30 23:39:43 +03:00
robonomics Add minimal pick-and-place case with world embedded 2023-03-31 20:24:56 +00:00
.gitignore Fix meshes position 2022-04-07 15:17:46 +00:00
.gitlab-ci.yml update gitlab-ci final 2023-12-22 22:41:04 +03:00
Dockerfile optimize dockerfile for different configs 2023-12-22 13:52:31 +03:00
LICENSE Added LICENSE for all packages 2022-08-12 06:21:32 +00:00
rbs.real.repos add dependency config for real robot setup 2023-12-22 13:21:22 +03:00
rbs.sim.repos optimize dockerfile for different configs 2023-12-22 13:52:31 +03:00
README.md Update README.md 2023-12-30 23:41:50 +03:00

Robossembler ROS2

Repo for ROS2 packages related to Robossembler

Instructions

Requirements

  • OS: Ubuntu 22.04
  • ROS 2 Humble
  • nlohman/json

Dependencies

These are the primary dependencies required to use this project.

  • MoveIt 2

    Install/build a version based on the selected ROS 2 release

  • Gazebo Fortress
  • nlohman/json

Build

  1. Clone the repository
  2. Build packages colcon build

Prepare workspace & install dependencies (So far only tested with UR robot arm)

mkdir -p ~/robossembler_ws/src && cd ~/robossembler_ws/src
git clone https://gitlab.com/robosphere/robossembler-ros2
vcs import . < robossembler-ros2/rbs.sim.repos
cd ..
rosdep install -y -r -q --from-paths src --ignore-src --rosdistro humble
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release --symlink-install

Set Gazebo enviroment variables

Replace [WS_FOLDER] with your workspace folder

echo "export IGN_GAZEBO_RESOURCE_PATH=${IGN_GAZEBO_RESOURCE_PATH}:~/[WS_FOLDER]/install/robotiq_description/share/:~/[WS_FOLDER]/install/rbs_simulation/share/rbs_simulation/" >> ~/.bashrc

Examples

Activate current ROS2 enviroment:

. install/setup.bash

Launch MoveIt2, Gazebo, RViz:

ros2 launch rbs_bringup bringup.launch.py

Start BT node in another terminal

ros2 launch rbs_bt_executor rbs_executor.launch.py