“Ajouter des fichiers de service dans setup.py ros2” Réponses codées

Ajouter des fichiers de service dans 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

Ajouter des fichiers de service dans 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

Ajouter des fichiers de service dans 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

Ajouter des fichiers de service dans 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

Réponses similaires à “Ajouter des fichiers de service dans setup.py ros2”

Questions similaires à “Ajouter des fichiers de service dans setup.py ros2”

Plus de réponses similaires à “Ajouter des fichiers de service dans setup.py ros2” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code