Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • robotics-at-maryland/qubo_gui
1 result
Show changes
Commits on Source (2)
......@@ -21,7 +21,7 @@ cd ~/ros_ws
colcon build
```
(4) Tell rqt to find our plugins (may have to do this if you create a new plugin, but otherwise should only need to do it once):
(4) Tell rqt to find our plugins (if rqt doesn't seem to be finding updated plugin code, try running this again):
```
rqt --force-discover
......