Skip to content

Conversation

@galou
Copy link

@galou galou commented Aug 8, 2025

Detail things I did while studying the code. Just didn't want to lose them.

Gaël Écorchard added 4 commits August 8, 2025 07:38
Signed-off-by: Gaël Écorchard <[email protected]>
Signed-off-by: Gaël Écorchard <[email protected]>
Signed-off-by: Gaël Écorchard <[email protected]>
Signed-off-by: Gaël Écorchard <[email protected]>
uint8_t node_id = config_->get_entry<uint8_t>(*it, "node_id").value();
std::string change_state_client_name = *it;
std::string get_state_client_name = *it;
uint8_t node_id = config_->get_entry<uint8_t>(device, "node_id").value();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI:

/root/target_ws/src/ros2_canopen/canopen_core/src/lifecycle_manager.cpp:80:51: error: ‘device’ was not declared in this scope

Not sure how this happens as the code looks correct...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants