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 de09d9c commit c6b2326Copy full SHA for c6b2326
example_7/hardware/include/ros2_control_demo_example_7/r6bot_hardware.hpp
@@ -31,7 +31,7 @@ namespace ros2_control_demo_example_7
31
{
32
using CallbackReturn = rclcpp_lifecycle::node_interfaces::LifecycleNodeInterface::CallbackReturn;
33
34
-class HARDWARE_INTERFACE_PUBLIC RobotSystem : public hardware_interface::SystemInterface
+class RobotSystem : public hardware_interface::SystemInterface
35
36
public:
37
CallbackReturn on_init(const hardware_interface::HardwareInfo & info) override;
0 commit comments