launch_testing integration #531
Unanswered
romainreignier
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have tried to do some integration testing on my Rust ROS 2 nodes.
By following the launch_testing tutorial I have managed to write a Python script launching my node and testing it.
I can run it with:
Now I need the equivalent of Register the test in the CMakeLists.txt part to be able to run it with
colcon test
.How can we achieve this with
ros2_rust
?Beta Was this translation helpful? Give feedback.
All reactions