Add missing setup.cfg to all Python packages - fixes executable install path for ros2 launch
This commit is contained in:
parent
f1c6710b1a
commit
7590fafa04
4
src/rov_control/setup.cfg
Normal file
4
src/rov_control/setup.cfg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[develop]
|
||||||
|
script_dir=$base/lib/rov_control
|
||||||
|
[install]
|
||||||
|
install_scripts=$base/lib/rov_control
|
||||||
4
src/rov_mission/setup.cfg
Normal file
4
src/rov_mission/setup.cfg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[develop]
|
||||||
|
script_dir=$base/lib/rov_mission
|
||||||
|
[install]
|
||||||
|
install_scripts=$base/lib/rov_mission
|
||||||
4
src/rov_navigation/setup.cfg
Normal file
4
src/rov_navigation/setup.cfg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[develop]
|
||||||
|
script_dir=$base/lib/rov_navigation
|
||||||
|
[install]
|
||||||
|
install_scripts=$base/lib/rov_navigation
|
||||||
4
src/rov_perception/setup.cfg
Normal file
4
src/rov_perception/setup.cfg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[develop]
|
||||||
|
script_dir=$base/lib/rov_perception
|
||||||
|
[install]
|
||||||
|
install_scripts=$base/lib/rov_perception
|
||||||
4
src/rov_simulation/setup.cfg
Normal file
4
src/rov_simulation/setup.cfg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[develop]
|
||||||
|
script_dir=$base/lib/rov_simulation
|
||||||
|
[install]
|
||||||
|
install_scripts=$base/lib/rov_simulation
|
||||||
Loading…
Reference in New Issue
Block a user