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

[Related #1725] [jsk_robot_startup/lifelog] Tweet randomly from uptime #1804

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

tkmtnt7000
Copy link
Member

@tkmtnt7000 tkmtnt7000 commented Jun 7, 2023

master version of #1803

I think #1725 is important to control tweet voice. (I forcefully resolved conflicts in cherry-picking #1725's commit)

Wait for jsk-ros-pkg/jsk_roseus#729,

@@ -3,13 +3,42 @@
(ros::roseus "twitter_client_tablet")
(ros::roseus-add-msgs "roseus")

(load "package://roseus/euslisp/dynamic-reconfigure-server.l")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this code does not work without jsk-ros-pkg/jsk_roseus#729, so please add comment,
it is also batter to

(if (not (probe-file "...dynamic-reconfigure-server.l"))
  ...
)

lik https://github.com/jsk-ros-pkg/jsk_pr2eus/blob/8fc634d0d92830c201f9ae922c5e673c0def0b19/pr2eus/make-pr2-model-file.l#L1, but if it is too long, maybe manually write
(ros::advertise-service service-name dynamic_reconfigure::Reconfigure #'send self :set-callback)
woud be ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants