-
Notifications
You must be signed in to change notification settings - Fork 74
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
Changes include the addition of tolerance to network interruptions and the option of speed or position control for PTZ functions #21
Conversation
Just README and CHANGELOG, no Python documentation yet.
…z.py now has option for speed_control or position_control. teleop_twist.py and axis_twist.py have been removed as they are superceded by speed control option in axis_ptz.py. Mirror function added to axis_ptz.py in addition to flipped. A few more test launch files added but more are required.
A fix for #1 is extremely welcome. Thanks, Paul! Note that there is considerable overlap between this and pull request 17. We should probably do some work to merge those two versions. |
There's not much Sphinx logic there, just the basic rosdoc configuration and an index.rst that includes the README and CHANGELOG. My intention is to add in-line Sphinx documentation to the Python modules, but none of that is done yet. |
Jack, I just merged your pull request #17 and committed to https://github.com/paulmilliken/axis_camera.git. There were very few conflicts to resolve. However, I have assumed that axis_twist.py, teleop_twist.py and axis_all.py will be replaced by the extended functionality of axis_ptz.py which now has the option of either speed control or position control. I thought this was the tidiest way to avoid replication of similar functions in different files but I welcome feedback if this approach is not to everyone's taste. |
Sounds fine. I'm glad it wasn't difficult. Maybe I should cancel #17, to avoid confusion? |
Ok. That sounds sensible as long as you are happy with the way I merged the changes. |
It's fine. I made a copy/paste error in the title of the index.rst, but it's not worth fixing right now. Pull requests that sit in the queue for a month are a drag on productivity. |
Changes include the addition of tolerance to network interruptions and the option of speed or position control for PTZ functions
I have forked the axis_camera package on github and made a few changes:
I'm interested to hear you thoughts, especially if you think something could have been implemented in a better way.
Paul