Skip to content

ppbrown/ros2_industrial_core

 
 

Repository files navigation

Industrial Core

ROS2 porting effort:

https://github.com/users/ppbrown/projects/1

Currently building successfully:

simple_message
industrial_msgs

Building as a hackjob:

industrial_utils (removed temporarily, not sure how to handle param parsing)

Main target to kill;

industrial_robot_client (needs LOTS of work)

GIT Branch

The current main branch is called melodic-devel because thats what upstream default is. However, devel should actually happen on a ROS2-humble machine

Building

A reminder to those new to ROS2, for steps to theoretically compile.

  1. (install ROS2 packages, etc)
  2. mkdir -p ~/ros/src
  3. extract this repo under that src directory
  4. extract repos for all the dependancies there too (maybe someday we'll support rosdep)
  5. cd ~/ros
  6. colcon build

About

ROS2 porting attempt of ROS-Industrial core communication packages (http://wiki.ros.org/industrial_core)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.6%
  • Python 3.6%
  • CMake 2.8%