Home

Awesome

mc_rtc_ros

License Hosted By: Cloudsmith

This ROS stack aims at providing various tools to use along mc_rtc. The GUI (mc_rtc_rviz_panel) can be built without ROS.

Current list of tools

Dependencies

This stack requires:

Installing

Ubuntu LTS (18.04, 20.04. 22.04)

You must first setup our package mirror:

curl -1sLf \
  'https://dl.cloudsmith.io/public/mc-rtc/stable/setup.deb.sh' \
  | sudo -E bash

You can also choose the head mirror which will have the latest version of this package:

curl -1sLf \
  'https://dl.cloudsmith.io/public/mc-rtc/head/setup.deb.sh' \
  | sudo -E bash

You can then install the package:

sudo apt install ros-${ROS_DISTRO}-mc-rtc-tools