File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Added
1111
12+ * [ PR-96] ( https://github.com/AGH-CEAI/aegis_ros/pull/96 ) - Added gRPC servo controller switching.
1213* [ PR-88] ( https://github.com/AGH-CEAI/aegis_ros/pull/88 ) - Added gRPC robot motion commands with MoveIt.
1314* [ PR-88] ( https://github.com/AGH-CEAI/aegis_ros/pull/88 ) - MVP of the gRPC Python client.
1415* [ PR-82] ( https://github.com/AGH-CEAI/aegis_ros/pull/82 ) - MVP of the gRPC-ROS server.
Original file line number Diff line number Diff line change 1212 <url type =" bugtracker" >https://github.com/AGH-CEAI/aegis_ros/issues</url >
1313
1414 <author email =" macal@agh.edu.pl" >Maciej Aleksandrowicz</author >
15+ <author email =" sivral@proton.me" >Jakub Plachno</author >
1516
1617 <buildtool_depend >ament_cmake</buildtool_depend >
1718 <buildtool_depend >ament_cmake_python</buildtool_depend >
Original file line number Diff line number Diff line change @@ -152,7 +152,6 @@ grpc::Status RobotControlServiceImpl::ServoDisable(
152152
153153 response->set_success (true );
154154 response->set_msg (" " );
155- RCLCPP_WARN (get_logger (), " [RobotControlService][ServoDisable] RETURN" );
156155 return grpc::Status::OK;
157156}
158157
You can’t perform that action at this time.
0 commit comments