Skip to content

Commit

Permalink
Add missing export macros in lexical_casts.hpp (#1382)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Feb 9, 2024
1 parent 55eeb09 commit b3912f9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#include <stdexcept>
#include <string>

#include "hardware_interface/visibility_control.h"

namespace hardware_interface
{

Expand All @@ -29,8 +31,10 @@ namespace hardware_interface
* from
https://github.com/ros-planning/srdfdom/blob/ad17b8d25812f752c397a6011cec64aeff090c46/src/model.cpp#L53
*/
HARDWARE_INTERFACE_PUBLIC
double stod(const std::string & s);

HARDWARE_INTERFACE_PUBLIC
bool parse_bool(const std::string & bool_string);

} // namespace hardware_interface
Expand Down

0 comments on commit b3912f9

Please sign in to comment.