File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ namespace ROS2
21
21
/// <summary>
22
22
/// An example class provided for testing of basic ROS2 communication
23
23
/// </summary>
24
- [ RequireComponent ( typeof ( ROS2UnityComponent ) ) ]
25
24
public class ROS2ListenerExample : MonoBehaviour
26
25
{
27
26
private ROS2UnityComponent ros2Unity ;
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ namespace ROS2
21
21
/// <summary>
22
22
/// An example class provided for performance testing of ROS2 communication
23
23
/// </summary>
24
- [ RequireComponent ( typeof ( ROS2UnityComponent ) ) ]
25
24
public class ROS2PerformanceTest : MonoBehaviour
26
25
{
27
26
public int messageSize = 10000 ;
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ namespace ROS2
20
20
/// <summary>
21
21
/// An example class provided for testing of basic ROS2 communication
22
22
/// </summary>
23
- [ RequireComponent ( typeof ( ROS2UnityComponent ) ) ]
24
23
public class ROS2TalkerExample : MonoBehaviour
25
24
{
26
25
// Start is called before the first frame update
You can’t perform that action at this time.
0 commit comments