Skip to content

Commit fd7758f

Browse files
committed
Removed required component attribute
Signed-off-by: Adam Dabrowski <[email protected]>
1 parent b3d8505 commit fd7758f

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/Ros2ForUnity/Scripts/ROS2ListenerExample.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ namespace ROS2
2121
/// <summary>
2222
/// An example class provided for testing of basic ROS2 communication
2323
/// </summary>
24-
[RequireComponent(typeof(ROS2UnityComponent))]
2524
public class ROS2ListenerExample : MonoBehaviour
2625
{
2726
private ROS2UnityComponent ros2Unity;

src/Ros2ForUnity/Scripts/ROS2PerformanceTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ namespace ROS2
2121
/// <summary>
2222
/// An example class provided for performance testing of ROS2 communication
2323
/// </summary>
24-
[RequireComponent(typeof(ROS2UnityComponent))]
2524
public class ROS2PerformanceTest : MonoBehaviour
2625
{
2726
public int messageSize = 10000;

src/Ros2ForUnity/Scripts/ROS2TalkerExample.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ namespace ROS2
2020
/// <summary>
2121
/// An example class provided for testing of basic ROS2 communication
2222
/// </summary>
23-
[RequireComponent(typeof(ROS2UnityComponent))]
2423
public class ROS2TalkerExample : MonoBehaviour
2524
{
2625
// Start is called before the first frame update

0 commit comments

Comments
 (0)