LewisLiuPub / ros2_object_msgs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ros2_object_msgs

Introduction

This package defines the object messages for ROS2. For ROS, you can find the object messages definition here.

  • Install ROS2 Dashing (guide)
  • Create a ROS2 workspace
mkdir -p ~/ros2_ws/src
  • Building and Installation
cd ~/ros2_ws/src
git clone https://github.com/intel/ros2_object_msgs
cd ~/ros2_ws
colcon build --symlink-install
source install/local_setup.bash
Any security issue should be reported using process at https://01.org/security

About

License:Apache License 2.0


Languages

Language:CMake 100.0%