Skip to content

Conversation

mikeferguson
Copy link
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
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