Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 927 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 927 Bytes

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