Skip to content

add velocity limit to goal tolerance#47

Open
mikeferguson wants to merge 1 commit intoros2from
port_44
Open

add velocity limit to goal tolerance#47
mikeferguson wants to merge 1 commit intoros2from
port_44

Conversation

@mikeferguson
Copy link
Copy Markdown
Owner

this is a port of #44 to ROS2 as far as functionality goes,
code is very different due to changed interfaces

this is a port of #44 to ROS2 as far as functionality goes,
code is very different due to changed interfaces
// Compute distance to stopped
bool below_velocity_limits = true;
if (fabs(velocity.linear.x) > velocity_tolerance.linear.x ||
fabs(velocity.angular.z) > velocity_tolerance.angular.z)
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

I'm now thinking this should be implemented differently - there really isn't a good reason we should use the overall goal velocity - these should probably be separate parameters.

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.

1 participant