We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d881ef1 commit 0758311Copy full SHA for 0758311
aegis_grpc/include/aegis_grpc/robot_control_service.hpp
@@ -30,7 +30,6 @@ class RobotControlServiceImpl final : public proto_aegis_grpc::v1::RobotControlS
30
31
explicit RobotControlServiceImpl(std::shared_ptr<rclcpp::Node> node);
32
33
- // TODO(issue#87) Create additional methods to enable and disable servo control.
34
grpc::Status ServoEnable(grpc::ServerContext* context,
35
const google::protobuf::Empty* request,
36
proto_aegis_grpc::v1::TriggerResponse* response) override;
0 commit comments