“Dodaj pliki serwisowe w setup.py ROS2” Kod odpowiedzi

Dodaj pliki serwisowe w 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

Dodaj pliki serwisowe w 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

Dodaj pliki serwisowe w 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

Dodaj pliki serwisowe w 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

Odpowiedzi podobne do “Dodaj pliki serwisowe w setup.py ROS2”

Pytania podobne do “Dodaj pliki serwisowe w setup.py ROS2”

Więcej pokrewnych odpowiedzi na “Dodaj pliki serwisowe w setup.py ROS2” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu