rososc tutorial- rosbuild catkin
these tutorials http://wiki.ros.org/rososc_tutorials start out using rosbuild but I have been taught to use catkin. Can I simply replace all rosws and other rosbuild commands with catkin commands or is it recommended to use rosbuild w tutorials from that era? 1. what do I have to do to use a rosbuild built system which is also from a different distro?
It's not just the build tool and workspace management, the pkgs will most likely be rosbuild pkgs as well (ie: no
package.xml
and no catkinCMakeLists.txt
).And the tutorials mention ROS Electric. That is a long time ago, and many things have changed. You may run into other problems besides the build.
Yes, it's been a very long time since I used/updated it. This was before catkin, after all. :)
@gvdhoorn does that mean I can just download ROS electric and use rosbuild there with it?
Electric is over 6 years old, and I'm not sure you can still install that. It would also require that you install Ubuntu 10.04 (Ubuntu Lucid), which I wouldn't recommend as it's too old.
Using
rososc
on newer releases could be doable but is some work, perhaps @mjcarroll has some tips.@mjcarroll how can I use it today? was advised to not use Electric since it is so old but can it run with other distros or do you have any ideas of how I can best go about this? or alternatives perhaps? thank you
I believe that I actually catkinized it a while back, let me see if I can resurrect it. If I don't get a chance this morning, it will be until Monday before I can look for it again, I will keep you posted.
@mjcarroll any luck so far? thanks again