From 105b10414d51dfa9b7a45c7d349aaca933f2d260 Mon Sep 17 00:00:00 2001 From: stevenjj <stevenjensj@gmail.com> Date: Thu, 6 Jul 2017 10:56:28 -0500 Subject: [PATCH] Update README.md --- openpose_ros_pkg/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpose_ros_pkg/README.md b/openpose_ros_pkg/README.md index 4b4102b..1961c97 100644 --- a/openpose_ros_pkg/README.md +++ b/openpose_ros_pkg/README.md @@ -1,5 +1,5 @@ This package runs openpose as a ros executable. (see src/openpose.cpp) -The exeuctable `openpose_ros_node_firephinx` is based on `https://github.com/firephinx/openpose_ros` but was slightly changed to make it compilable with this repo's CMakeLists.txt as well as some automatically finding the ros package path +The exeuctable `openpose_ros_node_firephinx` is based on https://github.com/firephinx/openpose_ros but was slightly changed to make it compilable with this repo's CMakeLists.txt as well as some automatically finding the ros package path The ROS service `openpose_ros_node` was originally based on https://github.com/tue-robotics/openpose_ros but has since been modified to reflect newer changes on openpose. -- GitLab