Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/migrate_scalar_displays' into mi…
Browse files Browse the repository at this point in the history
…grate_scalar_displays
  • Loading branch information
Maximilian Kühn committed Jan 7, 2019
2 parents bfb4feb + ae20628 commit 3c395bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rviz_visual_testing_framework/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ After this method has been called in a test, interaction with RViz is no longer
In order to run the tests, they have to be build first and executed seperately. Use the following commands:
colcon build --cmake-args -DEnableVisualTests=True
colcon build --cmake-args -DEnableVisualTests=True -DBUILD_TESTING=1
colcon test
Expand Down
2 changes: 1 addition & 1 deletion rviz_visual_testing_framework/docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To ensure that such resizing is always possible, test images are a lot wider tha

For RViz itself: the CMake flag `EnableVisualTests` is provided to enable visual tests:

colcon build --cmake-args -DEnableVisualTests=True
colcon build --cmake-args -DEnableVisualTests=True -DBUILD_TESTING=1

This will build the tests. Afterwards run

Expand Down

0 comments on commit 3c395bf

Please sign in to comment.