You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to contrast writing a DI/naive ros2 test for pub/sub As a developer I want to see an naive test example that will correspond to a later DI version.
Acceptance Criteria
Scenario: ros2 naive pub/sub should have test GIVEN we want to write a ros2 pub/sub test WHEN looking for example THEN one will exist in the naive/test directory
Tasks
Port ros1/naive/test/incrementer_test.cpp to ros2
Update readme to show cli commands for testing and expected result
Notes
Not sure if the canonical way currently has some form of launch file, or requires a Spinner object.
I get the impression they don't but I can't confirm that.
The ros2 action test doesn't seem to need it.
Need
In order to contrast writing a DI/naive ros2 test for pub/sub
As a developer
I want to see an naive test example that will correspond to a later DI version.
Acceptance Criteria
Scenario: ros2 naive pub/sub should have test
GIVEN we want to write a ros2 pub/sub test
WHEN looking for example
THEN one will exist in the
naive/test
directoryTasks
ros1/naive/test/incrementer_test.cpp
to ros2Notes
Not sure if the canonical way currently has some form of launch file, or requires a
Spinner
object.I get the impression they don't but I can't confirm that.
The ros2 action test doesn't seem to need it.
References:
https://github.com/PickNikRobotics/ros_testing_templates/blob/main/ros1/naive/test/incrementer_test.cpp
The text was updated successfully, but these errors were encountered: