ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

how to use indigo package in kinetic

asked 2017-02-28 10:28:46 -0500

can-43811 gravatar image

Hi,

rosprofiler package is available in indigo but not in kinetic. Can anybody let me know how to use the same in kinetic .

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2017-03-01 01:35:24 -0500

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!

edit flag offensive delete link more

Comments

Thanks . Is it possible to get the rosprofiler source code of indigo version so that same i can build in kinetic version.

can-43811 gravatar image can-43811  ( 2017-03-05 07:35:07 -0500 )edit

I'm guessing from the last commit date that this repository contains the source code for rosprofiler targeting indigo: https://github.com/osrf/rosprofiler

msadowski gravatar image msadowski  ( 2017-03-06 08:42:02 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2017-02-28 10:28:46 -0500

Seen: 1,687 times

Last updated: Mar 01 '17