Skip to content

Pre ackermann (and twist)#5

Open
cadence-m wants to merge 6 commits intomainfrom
pre-ackermann
Open

Pre ackermann (and twist)#5
cadence-m wants to merge 6 commits intomainfrom
pre-ackermann

Conversation

@cadence-m
Copy link
Contributor

Merge Request / Pull Request

Summary of Changes

Added ackermann_cmd output topic and twist output topic to the control node

Type of Change

  • New feature / task

Checklist (to be completed before review)

  • Code follows team standards
  • Tested locally
    Passed test screenshots attacked to task in Notion Task Tracker

Related Issue / Task

  • Closes subtask of #PC-84

Notes / Additional Context

@cadence-m cadence-m requested a review from a team as a code owner November 25, 2025 16:54
Copy link
Member

@alyashour alyashour left a comment

Choose a reason for hiding this comment

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

Hello! Can you pls also remove the old callback comments.


#ifdef AP1_CONTROL_SUPPORT_TWIST
rclcpp::Publisher<geometry_msgs::msg::Twist>::SharedPtr twist_pub_;
rclcpp::TimerBase::SharedPtr twist_timer_;
Copy link
Member

Choose a reason for hiding this comment

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

Remove this

Copy link
Contributor Author

Choose a reason for hiding this comment

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

image It's showing that they've already been removed for me? Maybe you can't see my latest push?

#ifdef AP1_CONTROL_SUPPORT_ACKERMANN
rclcpp::Publisher<ackermann_msgs::msg::AckermannDriveStamped>::SharedPtr ackermann_pub_;
// timer for publishing ackermann outputs
rclcpp::TimerBase::SharedPtr timer_;
Copy link
Member

Choose a reason for hiding this comment

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

Remove

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