You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which section of robot code is this for?
SLAM Description of feature
We are planning to have a camera pointed towards the collection bin at all times so we can localize using the Aruco Board(s). The camera will be mounted on some sort of device that allows it to pan side-to-side. We'll need to write some sort of control code that constantly adjusts the position of the servo in the panning device so that the board(s) stay in the camera frame as we move. This will require some computer vision work, along with some kind of feedback loop.
Summary
Write a ROS node that subscribes to a camera image topic as well as a topic indicating the current angle of the servo and outputs a message indicating the angle that the servo should move to (either an int or float message).
We also need to design and build the hardware for this ASAP
The text was updated successfully, but these errors were encountered:
So we decided that within the aruco_localization node, we should publish an additional topic that is just the average of the corner values returned by the function that reads the board. Then a separate node should run a simple P or PI controller that adjusts the commanded servo position to minimize the error between the center of the board and the center of the camera frame.
That node should also listen to the 'marker_detected' topic and if the value is false, it should just sweep back and forth until the board is detected.
Sorry to be off topic here: @danwarlevy@SwapnilPande@partlygloudy@pertbanking
Dear Robotics Club,
I am a professor at the University of Washington and faculty adviser to our student club ARUW. I am collecting a list of contact info for Undergrad Robotics Clubs around North America. Would you be so kind as to reply to this email with a simple confirmation? If you are no longer involved, could you please connect me with current club president?
Thank you for your help!
Blake Hannaford
Electrical and Computer Engineering
University of Washington, Seattle WA
Which section of robot code is this for?
SLAM
Description of feature
We are planning to have a camera pointed towards the collection bin at all times so we can localize using the Aruco Board(s). The camera will be mounted on some sort of device that allows it to pan side-to-side. We'll need to write some sort of control code that constantly adjusts the position of the servo in the panning device so that the board(s) stay in the camera frame as we move. This will require some computer vision work, along with some kind of feedback loop.
Summary
Write a ROS node that subscribes to a camera image topic as well as a topic indicating the current angle of the servo and outputs a message indicating the angle that the servo should move to (either an int or float message).
We also need to design and build the hardware for this ASAP
The text was updated successfully, but these errors were encountered: