Skip to content

Commit 0537e1e

Browse files
committed
Update changelog
1 parent d61a357 commit 0537e1e

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

aegis_grpc/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

aegis_grpc/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
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>

aegis_grpc/src/robot_control_service.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)