Skip to content

Commit

Permalink
Drop to 30hz
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <[email protected]>
  • Loading branch information
Nate Koenig committed Apr 23, 2020
1 parent 974e6f3 commit 45aacde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/websocket.ign
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
topic -->
<plugin name="ignition::launch::WebsocketServer"
filename="libignition-launch-websocket-server.so">
<publication_hz>60</publication_hz>
<publication_hz>30</publication_hz>
</plugin>

</ignition>
2 changes: 1 addition & 1 deletion plugins/websocket_server/WebsocketServer.hh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace ignition
/// filename="libignition-launch-joystick0.so">
///
/// <!-- Publication Hz -->
/// <publication_hz>60</publication_hz>
/// <publication_hz>30</publication_hz>
/// </plugin>
class WebsocketServer : public ignition::launch::Plugin
{
Expand Down

0 comments on commit 45aacde

Please sign in to comment.