Skip to content

Commit

Permalink
Fix type in BaseStateDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored May 29, 2024
1 parent 29d474f commit 8824776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/basestate/include/yarp/dev/BaseStateDriver.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace yarp
* the same options can be passed via yarpConfigurationString tag to pass the configuration as a string, as in:
* ```
* <plugin name="basestate" filename="libgazebo_yarp_basestate.so">
* <yarpConfigurationString>(disableImplicitNetworkWrapper) (yarpDeviceName basestate_device) (baseLink torso_link)</yarpConfigurationFile>
* <yarpConfigurationString>(disableImplicitNetworkWrapper) (yarpDeviceName basestate_device) (baseLink torso_link)</yarpConfigurationString>
* </plugin>
* ```
*
Expand Down

0 comments on commit 8824776

Please sign in to comment.