Skip to content

C++ update Follow Line#3782

Open
aquintan4 wants to merge 9 commits intohumble-develfrom
cpp-follow-line-update
Open

C++ update Follow Line#3782
aquintan4 wants to merge 9 commits intohumble-develfrom
cpp-follow-line-update

Conversation

@aquintan4
Copy link
Copy Markdown
Collaborator

It must be runned with the RADI updated in the PR of RI

Comment thread exercises/follow_line/cpp_lib/include/HAL.hpp Outdated
Comment thread exercises/follow_line/cpp_lib/include/HAL.hpp
@aquintan4
Copy link
Copy Markdown
Collaborator Author

Video of follow line in c++ ros direct
https://github.com/user-attachments/assets/6345af65-4b97-4886-8e60-7c3a0e94c158

static void set_w(const float velocity);
static cv::Mat get_image();

static std::vector<rclcpp::Node::SharedPtr> get_nodes();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This must not be public


json update_gui() override;
void process_message(const std::string& msg) override;
std::vector<rclcpp::Node::SharedPtr> get_nodes() override;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This must not be public

WebGUI();
~WebGUI() override = default;

json update_gui() override;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This must not be public

~WebGUI() override = default;

json update_gui() override;
void process_message(const std::string& msg) override;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This must not be public

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.

2 participants