Skip to content

Commit

Permalink
Merge pull request #683 from robotology/traversaro-patch-1
Browse files Browse the repository at this point in the history
Fix typo in BaseStateDriver
  • Loading branch information
traversaro authored May 30, 2024
2 parents 29d474f + 8824776 commit d296652
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 d296652

Please sign in to comment.