SMACC2 icon indicating copy to clipboard operation
SMACC2 copied to clipboard

Replace use of unsigned long with something else (uint64?)

Open reelrobotics opened this issue 3 years ago • 1 comments

Throughout the library, replace use of unsigned long with something else (uint64?)

reelrobotics avatar Sep 30 '21 21:09 reelrobotics

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

reelrobotics avatar Oct 06 '21 07:10 reelrobotics

This is already done in SMACC2 humble in this PR: [](https://github.com/robosoft-ai/SMACC2/pull/335/files)

By the moment it is not ported to any other SMACC2 or SMACC1's branch

pabloinigoblasco avatar Nov 21 '22 19:11 pabloinigoblasco