Git Product home page Git Product logo

Comments (12)

garaemon avatar garaemon commented on June 28, 2024

Who does save the image?

2015年8月20日木曜日、[email protected]さんは書きました:

pr2 often fails to tweet with image:
https://twitter.com/pr2jsk/status/634221745029820416

Amazing! Furushchev has used PR2 for 55 minutes, I'm not tired!
(image not published)

rostwitter uses /tmp to store image published, but PR2 does not share /tmp
on 2 PCs (c1 and c2), because rostwitter could not find image tweeted on
another pc.

may be good to store image on $HOME/.rostwitter?


Reply to this email directly or view it on GitHub
#14.

✉︎ from iPhone

from jsk_3rdparty.

furushchev avatar furushchev commented on June 28, 2024

Or scp image to host which executes tweet.py when needs?
(maybe need to change jsk_robot_start/lifelog/tweet_client.l)

from jsk_3rdparty.

k-okada avatar k-okada commented on June 28, 2024

so you need to run iamge_saver at the machine runnning rostwitter

from jsk_3rdparty.

furushchev avatar furushchev commented on June 28, 2024

@garaemon every nodes which publishes /tweet topic.

from jsk_3rdparty.

furushchev avatar furushchev commented on June 28, 2024

@k-okada ok. I'll create PR.

from jsk_3rdparty.

k-okada avatar k-okada commented on June 28, 2024

https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_pepper_robot/jsk_pepper_startup/launch/jsk_pepper_startup.launch#L34

from jsk_3rdparty.

k-okada avatar k-okada commented on June 28, 2024

I don't think this is rostwitter problem, but pr2 launch file is not correct. see papper case, running rostwitter and image_save at same machine and https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_pepper_robot/jsk_pepper_startup/nodes/tweet.l just calls to save images

(the papper code is same as https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_robot_common/jsk_robot_startup/lifelog/tweet.l#L18, so we need to merge them)

from jsk_3rdparty.

garaemon avatar garaemon commented on June 28, 2024

How about saving image inside of rostwitter instead of using image_saver?

from jsk_3rdparty.

furushchev avatar furushchev commented on June 28, 2024

is there no problem if we remove the feature to read image topic from parameter /active_user/image_topic?
and use remap instead.

(defvar *camera-topic-name* "/kinect_head_c2/rgb/image_rect_color")
(when (ros::has-param "/active_user/image_topic")
  (setq *camera-topic-name* (ros::get-param "/active_user/image_topic"))
  )

from jsk_3rdparty.

k-okada avatar k-okada commented on June 28, 2024

On Thu, Aug 20, 2015 at 4:20 PM, Furushchev [email protected]
wrote:

the feature to read image topic from parameter /active_user/image_topic?

what it this? who is reading this topic?

◉ Kei Okada

from jsk_3rdparty.

furushchev avatar furushchev commented on June 28, 2024

actual code is here:
https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_robot_common/jsk_robot_startup/lifelog/tweet_client.l#L5-L8

from jsk_3rdparty.

k-okada avatar k-okada commented on June 28, 2024

oh, you can change tweet_client.l to use image_saver, not extract_images

◉ Kei Okada

On Thu, Aug 20, 2015 at 11:59 PM, Furushchev [email protected]
wrote:

https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_robot_common/jsk_robot_startup/lifelog/tweet_client.l#L5-L8


Reply to this email directly or view it on GitHub
#14 (comment)
.

from jsk_3rdparty.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.