Skip to content

Commit b88b11f

Browse files
committed
Applied review
Signed-off-by: Michał Pełka <[email protected]>
1 parent 0f97477 commit b88b11f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Gems/ROS2ScriptIntegration/Code/Source/Clients/PublisherSystemComponent.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "PublisherSystemComponent.h"
22

3-
#include "ROS2/Clock/ROS2ClockRequestBus.h"
3+
#include <ROS2/Clock/ROS2ClockRequestBus.h>
44

55
#include <ROS2ScriptIntegration/ROS2ScriptIntegrationTypeIds.h>
66
#include <ROS2ScriptIntegration/ROS2ScriptSubscriberBus.h>

Gems/ROS2ScriptIntegration/Code/Source/Clients/SubscriberSystemComponent.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
#include "SubscriberSystemComponent.h"
3-
#include <ROS2ScriptIntegration/ROS2ScriptIntegrationTypeIds.h>
4-
#include <ROS2ScriptIntegration/ROS2ScriptSubscriberBus.h>
5-
#include <ROS2/ROS2Bus.h>
6-
#include <ROS2/Clock/ROS2ClockRequestBus.h>
73
#include <AzCore/RTTI/BehaviorContext.h>
84
#include <AzCore/Serialization/SerializeContext.h>
5+
#include <ROS2/Clock/ROS2ClockRequestBus.h>
6+
#include <ROS2/ROS2Bus.h>
7+
#include <ROS2ScriptIntegration/ROS2ScriptIntegrationTypeIds.h>
8+
#include <ROS2ScriptIntegration/ROS2ScriptSubscriberBus.h>
99

1010
#include <geometry_msgs/msg/point32.hpp>
1111
#include <geometry_msgs/msg/pose_stamped.hpp>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Note that this is not a "Canonical" part of O3DE - those gems are third-party co
2323
| **RobotecSplineTools** | not verified |
2424
| **RobotecWatchdogTools** | not verified |
2525
| **ROS2PoseControl** | not verified |
26-
| **ROS2ScriptIntegration** | not verified |
26+
| **ROS2ScriptIntegration** | verified |
2727
| **SensorDebug** | not verified |
2828
| **Smoothing** | not verified |
2929
| **ViewportStreamer** | not verified |
@@ -506,4 +506,4 @@ The component needs:
506506

507507
It should be attached to Dynamic rigid body. The component will compute Jacobian matrix (w.r.t wheel locatio, radius and model) of the robot locomotion.
508508
Jacobian will be used to find wheels rotation speed.
509-
More in dedicated [readme.md](Gems/WheelAnimTool/readme.md)
509+
More in dedicated [readme.md](Gems/WheelAnimTool/readme.md)

0 commit comments

Comments
 (0)