“Добавить файлы службы в setup.py ros2” Ответ

Добавить файлы службы в setup.py ros2

As I have researched you just can't with python. In year 2022.
If you visit https://docs.ros.org/en/foxy/Tutorials/Writing-A-Simple-Py-Service-And-Client.html

You will find that the tutorial even paste .srv file into example_interfaces package

Which is using cmake (C++)
So you actually need to create other C++ package.And name something like package_name_interfaces.
And add srv file etc.,
Which will lead you to here https://docs.ros.org/en/foxy/Tutorials/Custom-ROS2-Interfaces.html

I really hate official ROS example.
VeryHardBit

Добавить файлы службы в setup.py ros2

As I have researched you just can't with python. In year 2022.
If you visit https://docs.ros.org/en/foxy/Tutorials/Writing-A-Simple-Py-Service-And-Client.html

You will find that the tutorial even paste .srv file into example_interfaces package

Which is using cmake (C++)
So you actually need to create other C++ package.And name something like package_name_interfaces.
And add srv file etc.,
Which will lead you to here https://docs.ros.org/en/foxy/Tutorials/Custom-ROS2-Interfaces.html

I really hate official ROS example.
VeryHardBit

Добавить файлы службы в setup.py ros2

As I have researched you just can't with python. In year 2022.
If you visit https://docs.ros.org/en/foxy/Tutorials/Writing-A-Simple-Py-Service-And-Client.html

You will find that the tutorial even paste .srv file into example_interfaces package

Which is using cmake (C++)
So you actually need to create other C++ package.And name something like package_name_interfaces.
And add srv file etc.,
VeryHardBit

Добавить файлы службы в setup.py ros2

As I have researched you just can't with python. In year 2022.
If you visit https://docs.ros.org/en/foxy/Tutorials/Writing-A-Simple-Py-Service-And-Client.html

You will find that the tutorial even paste .srv file into example_interfaces package

Which is using cmake (C++)
So you actually need to create other C++ package.And name something like package_name_interfaces.
And add srv file etc.,
Which will lead you to here https://docs.ros.org/en/foxy/Tutorials/Custom-ROS2-Interfaces.html

I really hate official ROS example.
VeryHardBit

Ответы похожие на “Добавить файлы службы в setup.py ros2”

Вопросы похожие на “Добавить файлы службы в setup.py ros2”

Больше похожих ответов на “Добавить файлы службы в setup.py ros2” по Python

Смотреть популярные ответы по языку

Смотреть другие языки программирования