We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a7bf4a commit bc04426Copy full SHA for bc04426
1 file changed
CMakeLists.txt
@@ -18,6 +18,7 @@ set (STATE_MACHINE_NAME "ExoTestMachine")
18
#set (STATE_MACHINE_NAME "M3DemoMachine")
19
#set (STATE_MACHINE_NAME "X2DemoMachine")
20
#set (STATE_MACHINE_NAME "LoggingDevice")
21
+#set (STATE_MACHINE_NAME "MultiM1Machine")
22
23
# Comment to use actual hardware, uncomment for a nor robot (virtual) app
24
set(NO_ROBOT ON)
@@ -131,6 +132,7 @@ if(USE_ROS)
131
132
133
generate_dynamic_reconfigure_options(
134
config/x2_dynamic_params.cfg
135
+ config/m1_dynamic_params.cfg
136
)
137
138
add_message_files(
0 commit comments