Steering and Actuation status messages #2462
maxime-clem
started this conversation in
General
Replies: 0 comments 3 replies
-
acceleration/brake measurements can be used to improve the performance and robustness of controllers for mechanical systems. To use acceleration signals, there are at least two approaches: direct use in a feedback loop to improve the trajectory tracking error, and indirect use by an observer to improve the estimates of position and speed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In my mind, there are three outputs from the Vehicle component.
So my proposal is (still open discussion though)
Any comments are welcome. Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During the design discussions, we agreed to have messages to report the current state of the vehicle:
I would like to discuss the message definitions as it was not discussed in details during the discussions. Here is what was proposed:
geometry_msgs/Quaternion
to represent the steering.geometry_msgs/TwistWithCovariance
to represent the actuation.Twist
only includes linear and angular velocities. Do we need to also include a field for the acceleration ?Additionally, should we consider reporting the "brake" status of the vehicle ?
In the ArchitectureProposal, a message is used to report the
steer
,accel
, andbrake
status (https://github.com/tier4/AutowareArchitectureProposal_msgs/blob/main/autoware_vehicle_msgs/msg/ActuationStatus.msg).@TakaHoribe @xmfcx Please share your opinions on this topic 🙏 We can also further discuss at the next Software Working Group.
Beta Was this translation helpful? Give feedback.
All reactions