Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emin/feat: depth control via cmd vel #120

Closed

Conversation

eminmeydanoglu
Copy link
Contributor

@eminmeydanoglu eminmeydanoglu commented Jan 29, 2025

Evasively closes #115

This PR connects cmd_vel.linear.z messages to cmd_pose.linear.z messages by integration of velocity commands over time and adding them up to cmd_pose, just like in #99

Also, since this is a very small PR, and this second change is also about depth control, I changed the inital target_depth value to -0.4 from 0.0. This will prevent the robot to try to ruah all the way up the moment we enable the controllers. Trust me, -0.4 is a carefully fine-tuned value! :)

@eminmeydanoglu eminmeydanoglu force-pushed the emin/feature/depth-control-via-cmd-vel branch from f7f5917 to e491685 Compare January 29, 2025 11:12
@eminmeydanoglu eminmeydanoglu changed the base branch from main to emin_meydanoglu January 30, 2025 12:53
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.

Handling command timeout and desired state matrix in controller
1 participant