-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add gimbal gazebo plugin, applying in task1 to stabilize the camera. #82
base: master
Are you sure you want to change the base?
Conversation
tongtybj
commented
Jun 11, 2016
- [jsk_mbzirc_tasks/urdf/gimbal] Add directory for gimbal urdf description
- [jsk_mbzirc_tasks/include/jsk_mbzirc_tasks/mbzirc_gazebo_gimbal_plugin.h, jsk_mbzirc_tasks/src/mbzirc_gazebo_gimbal_plugin.cpp]Add code about gimbal gazebo plugin, including the control about horizontal stabilization.
- [jsk_mbzirc_tasks/urdf/quadrotor_with_hokyo30lx_and_downward_cam.urdf.xacro] Add gimbal module for camera stabilization.
This PR is about the gimbal plugin in gazebo, which is separated from commit in #65, and was also discussed in #66 In #66 :
I redid the same experiment as shown in the gif The max tilting angle is about 30degree(0.53rad) and velocity is about 4m/s(14.4km/h). |
2390cfa
to
1284899
Compare
Is there any review or comment about this PR? |
both are necessary.
|
ok, so you now have 160 degree of camera and the biggest tilting angle is And google knows more wider lens. ◉ Kei Okada On Tue, Jun 14, 2016 at 6:03 AM, 趙 漠居 [email protected] wrote:
|
@k-okada And, when we use superfisheye like 220 degree, should be the resolution of camera big? like 5MP? |
this is exactly what we want to test with in simulator. ◉ Kei Okada On Tue, Jun 14, 2016 at 10:14 AM, 趙 漠居 [email protected] wrote:
|
Could you please change the FOV to 220 degree, and see the performance of your visual detection about the heliport. |
seems we cant change the hfov above 180, error will happen.. 2016-06-14 10:28 GMT+09:00 趙 漠居 [email protected]:
|
Yeah, I know that bug... |
Exception [Camera.cc:221] Camera horizontal field of view invalid 2016-06-14 11:35 GMT+09:00 趙 漠居 [email protected]:
|
We can make a patch and send PR to gazebo_plugins |
@tongtybj perhaps the detection should work but incase if it does not work well, we can rectify the frames I think. |