Skip to content

Commit 909acff

Browse files
committed
Fixed names in test and config folders
1 parent 715c52c commit 909acff

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

smacc_sm_reference_library/sm_atomic_services/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h2>State Machine Diagram</h2>
2-
<img src="https://github.com/reelrbtx/SMACC/blob/master/smacc_sm_reference_library/sm_atomic/docs/smacc_state_machine_20200207-004740.dot.svg" width="950" align="center" border="10"/>
2+
<img src="https://github.com/reelrbtx/SMACC/blob/master/smacc_sm_reference_library/sm_atomic_services/docs/smacc_state_machine_20200207-004740.dot.svg" width="950" align="center" border="10"/>
33

44
<h2>Description</h2> A completely minimal state machine example.<br></br>
55
<a href="https://reelrbtx.github.io/SMACC_Documentation/master/html/namespacesm__atomic.html">Doxygen Namespace & Class Reference</a>
@@ -26,7 +26,7 @@ source ~/catkin_ws/devel/setup.bash
2626
And then run the launch file...
2727

2828
```
29-
roslaunch sm_atomic sm_atomic.launch
29+
roslaunch sm_atomic_services sm_atomic_services.launch
3030
```
3131

3232
<h2>Viewer Instructions</h2>
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SmAtomic:
1+
SmAtomicServices:
22
signal_detector_loop_freq: 20
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
state_machine_rosparam_ws: /SmAtomic
1+
state_machine_rosparam_ws: /SmAtomicServices
22
success_switch:
33
- type: state_reached
4-
state_name: "sm_atomic::State2"
4+
state_name: "sm_atomic_services::State2"
55
failure_switch:
66
- type: timeout
77
duration: 10.0 # sec
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<launch>
22

33
<rosparam command="load" file="$(find sm_atomic)/config/sm_atomic_config.yaml" />
4-
<node pkg="sm_atomic" type="sm_atomic_node" name="sm_atomic"/>
4+
<node pkg="sm_atomic_services" type="sm_atomic_services_node" name="sm_atomic_services"/>
55
<node pkg="smacc_runtime_test" name="smacc_runtime_test_node" type="smacc_runtime_test_node" output="screen">
6-
<rosparam file="$(find sm_atomic)/config/sm_atomic_test.yaml"/>
6+
<rosparam file="$(find sm_atomic_services)/config/sm_atomic_services_test.yaml"/>
77
</node>
88
</launch>

smacc_sm_reference_library/sm_atomic_services/test/sm_atomic.test

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<launch>
2+
<include file="$(find sm_atomic_services)/launch/sm_atomic_services.launch"/>
3+
<test pkg="smacc_runtime_test" test-name="smacc_runtime_test_node" type="smacc_runtime_test_node">
4+
<rosparam file="$(find sm_atomic_services)/config/sm_atomic_services_test.yaml"/>
5+
</test>
6+
</launch>

0 commit comments

Comments
 (0)