SMACC2
SMACC2 copied to clipboard
Replace use of unsigned long with something else (uint64?)
Throughout the library, replace use of unsigned long with something else (uint64?)
The expectation would be to have an engineer perform a search and replace throughout the library, and then once everything is compiling and running, perhaps performing some minimal runtime testing by running the sm_atomic, sm_atomic_performance_test_a_1, and sm_three_some state machines. Commands are...
ros2 launch sm_atomic sm_atomic.launch
ros2 launch sm_atomic_performance_test_a_1 sm_atomic_performance_test_a_1.launch
ros2 launch sm_three_some sm_three_some.launch