AS: creating final node
This commit is contained in:
1
test/ros2_ws/build/py_pubsub/colcon_build.rc
Normal file
1
test/ros2_ws/build/py_pubsub/colcon_build.rc
Normal file
@@ -0,0 +1 @@
|
||||
1
|
||||
@@ -0,0 +1,2 @@
|
||||
# generated from colcon_core/shell/template/command_prefix.sh.em
|
||||
. "/BA/ros2_ws/install/tutorial_interfaces/share/tutorial_interfaces/package.sh"
|
||||
Binary file not shown.
14
test/ros2_ws/build/py_pubsub/py_pubsub.egg-info/SOURCES.txt
Normal file
14
test/ros2_ws/build/py_pubsub/py_pubsub.egg-info/SOURCES.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
package.xml
|
||||
setup.cfg
|
||||
setup.py
|
||||
py_pubsub/__init__.py
|
||||
py_pubsub/publisher_member_function.py
|
||||
py_pubsub/subscriber_member_function.py
|
||||
py_pubsub.egg-info/PKG-INFO
|
||||
py_pubsub.egg-info/SOURCES.txt
|
||||
py_pubsub.egg-info/dependency_links.txt
|
||||
py_pubsub.egg-info/entry_points.txt
|
||||
py_pubsub.egg-info/requires.txt
|
||||
py_pubsub.egg-info/top_level.txt
|
||||
py_pubsub.egg-info/zip-safe
|
||||
resource/py_pubsub
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
[console_scripts]
|
||||
listener = py_pubsub.subscriber_member_function:main
|
||||
talker = py_pubsub.publisher_member_function:main
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
setuptools
|
||||
@@ -0,0 +1 @@
|
||||
py_pubsub
|
||||
@@ -0,0 +1 @@
|
||||
prepend-non-duplicate;PYTHONPATH;/ros2_ws/build/py_pubsub
|
||||
@@ -0,0 +1,3 @@
|
||||
# generated from colcon_powershell/shell/template/hook_prepend_value.ps1.em
|
||||
|
||||
colcon_prepend_unique_value PYTHONPATH "$env:COLCON_CURRENT_PREFIX\/ros2_ws/build/py_pubsub"
|
||||
@@ -0,0 +1,3 @@
|
||||
# generated from colcon_core/shell/template/hook_prepend_value.sh.em
|
||||
|
||||
_colcon_prepend_unique_value PYTHONPATH "/ros2_ws/build/py_pubsub"
|
||||
Reference in New Issue
Block a user