Skip to content

Commit 778acb8

Browse files
committed
关于 twist的解释
1 parent f6bb583 commit 778acb8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

core_planning/twist_filter/src/twist_filter_node.cpp

+6-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@ TwistFilterNode::TwistFilterNode() : nh_(), pnh_("~"), health_checker_(nh_, pnh_
5757
// Enable health checker
5858
health_checker_.ENABLE();
5959
}
60-
60+
/*
61+
关于 twist的解释
62+
linear.x指向机器人前方,linear.y指向左方,linear.z垂直向上满足右手系,平面移动机器人常常linear.y和linear.z均为0
63+
angular.z代表平面机器人的角速度,因为此时z轴为旋转轴
64+
reference: https://www.cnblogs.com/shang-slam/p/6891086.html
65+
*/
6166
void TwistFilterNode::configCallback(const autoware_config_msgs::ConfigTwistFilterConstPtr& config_msg)
6267
{
6368
twist_filter::Configuration twist_filter_config;

0 commit comments

Comments
 (0)