osrf / gazebo_tutorials

Tutorials for gazebo
http://gazebosim.org/tutorials
145 stars 71 forks source link

ros_overview: update depend tag #162

Open s-a-tanjim opened 2 years ago

s-a-tanjim commented 2 years ago

the tag was replaced by Source: https://answers.ros.org/question/283123/what-is-the-difference-between-exec_depend-and-run_depend/

mayman99 commented 2 years ago

Thank you for catching this! But according to this http://docs.ros.org/en/jade/api/catkin/html/howto/format2/migrating_from_format_1.html , shouldn't we add <build_export_depend>foo</build_export_depend> as well?

s-a-tanjim commented 2 years ago

Oww my bad! Actually my program compiled fine without <build_export_depend>foo</build_export_depend>. But I think adding <depend>foo</depend> is better option. Thanks anyway!