We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aba661 commit d134bc5Copy full SHA for d134bc5
help/help.html
@@ -42,6 +42,10 @@ <h3>Switching between tools</h3>
42
<td class="key">P</td>
43
<td>Switch to the 2D Pose Estimate tool.</td>
44
</tr>
45
+ <tr class="even">
46
+ <td class="key">C</td>
47
+ <td>Switch to the Publish Point tool.</td>
48
+ </tr>
49
</table>
50
</p>
51
src/rviz/default_plugin/tools/point_tool.cpp
@@ -52,6 +52,8 @@ namespace rviz
52
PointTool::PointTool()
53
: Tool()
54
{
55
+ shortcut_key_ = 'c';
56
+
57
topic_property_ = new StringProperty( "Topic", "/clicked_point",
58
"The topic on which to publish points.",
59
getPropertyContainer(), SLOT( updateTopic() ), this );
0 commit comments