how to use indigo package in kinetic
Hi,
rosprofiler package is available in indigo but not in kinetic. Can anybody let me know how to use the same in kinetic .
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi,
rosprofiler package is available in indigo but not in kinetic. Can anybody let me know how to use the same in kinetic .
If you can find source code for the package (for example on github) then you can clone the repository to your workspace and try to build it by yourself (using catkin_make) as you would normally do with any other package.
There is a risk that a package might have some dependencies on other packages that are not supported in Kinetic in which case you have to resolve them yourself.
Good luck!
I'm guessing from the last commit date that this repository contains the source code for rosprofiler targeting indigo: https://github.com/osrf/rosprofiler
Asked: 2017-02-28 10:28:46 -0600
Seen: 1,706 times
Last updated: Mar 01 '17