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

Add nodelet to resize image and camera_info #273

Merged
merged 3 commits into from Apr 30, 2017

Conversation

wkentaro
Copy link
Member

No description provided.

@vrabaud vrabaud merged commit 474ff6f into ros-perception:indigo Apr 30, 2017
@vrabaud
Copy link
Contributor

vrabaud commented Apr 30, 2017

nice one, thx !

@wkentaro wkentaro deleted the resize branch April 30, 2017 16:53
@wkentaro
Copy link
Member Author

wkentaro commented Aug 7, 2017

@vrabaud I'm adding this doc to roswiki page of image_proc, but could't find the way. Below is the window when I clicked Edit (Text). Do you know something about this?
screen shot 2017-08-08 at 0 28 18

@vrabaud
Copy link
Contributor

vrabaud commented Aug 7, 2017

Just add an Indigo section and edit no ? Like for fuerte, the URL is: http://wiki.ros.org/action/edit/image_proc/fuerte?action=edit&editor=text

@wkentaro
Copy link
Member Author

wkentaro commented Aug 7, 2017

Thanks! I was editing at http://wiki.ros.org/action/edit/image_proc?action=edit&editor=text ..

@wkentaro
Copy link
Member Author

wkentaro commented Aug 7, 2017

Hmm, how can I manage the order of the sections?
I wrote at http://wiki.ros.org/action/edit/image_proc/indigo?action=edit&editor=text as below:

<<Include(image_proc/fuerte)>>

<<Version(indigo)>>
{{{
#!clearsilver CS/NodeAPI
node.0 {
  name = image_proc/resize
  desc = Takes image and/or camera info and resize them.
  sub {
    0.name = image
    0.type = sensor_msgs/Image
    0.desc = Arbitrary image.
    1.name = camera_info
    1.type = sensor_msgs/CameraInfo
    1.desc = Camera parameters.
  }
  pub {
    0.name = ~image
    0.type = sensor_msgs/Image
    0.desc = Resized image.
    1.name = ~camera_info
    1.type = sensor_msgs/CameraInfo
    1.desc = Resized camera info.
  }
}
}}}

and got

screen shot 2017-08-08 at 0 58 55

so should I edit the old ones like http://wiki.ros.org/action/edit/image_proc/diamondback?action=edit&editor=text , which has == Nodelets == section?
Or are there some better ways?

@wkentaro
Copy link
Member Author

wkentaro commented Aug 7, 2017

and actually, the section order has already been broken:

screen shot 2017-08-08 at 1 03 16

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.

None yet

2 participants