[gazebo] Add headmount cameras.#330
Open
130s wants to merge 5 commits into
Open
Conversation
41156a5 to
6d256b4
Compare
Contributor
Author
|
A testcase using I suspected that moveit_config might have to be updated once URDF is changed (reference), but then locally the same testcase runs fine (as following, slightly modified to remove unittest-specific code) without updating moveit_config. |
hz requirement for Gazebo sensor plugin on Travis CI needs to be generous. There's a known issue about Gazebo's sensor frequency https://bitbucket.org/osrf/gazebo/pull-requests/2502/make-sure-cameras-fps-is-strictly-applied/diff and with the lack of GPU or higher CPU, the sensor output is significantly slow on Travis CI.
Contributor
Author
|
Locally running then I don't see the warning message on the CI in #330 (comment) are printed. And the robot on Gazebo (and on RViz) seem to be moving synchronized using |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NEXTAGE Open by default comes with IDS Ueye cameras, emulator of which is not available on Gazebo simulator. Instead the standard camera implementation on Gazebo is used.
Camera link in this PR uses a cylindrical object. As you may see in the wireframe above, short cylinders are "embedded" in the eye cameras.
NOTE: The poses of headmount cameras and the camera's physical parameters are NOT at all precisely adjusted to the 3D model nor the actual hardware spec. These configs are meant for a rapid prototyping only. If you need precise configuration, please go ahead modify, then (if possible) send a patch to https://github.com/tork-a/rtmros_nextage/pulls so that other developers and users can use (and possible improve).
Ignoring the precision, adding hand cameras should be easy using the same
xacroin this PR.FYI @y-yosuke
I had no idea if there's even a way to adjust the emulated headmount camera component to the actual setting (available in VRML, Collada, and of course URDF). If anyone can share how to do so that'll be appreciated.