-
Notifications
You must be signed in to change notification settings - Fork 97
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
[jsk_fetch_startup] add rosbag_play.launch and rosbag_record.launch #1220
Conversation
I could use this pull request, too. |
@k-okada can you please merge this PR? |
<node name="quat_points_relay" pkg="topic_tools" type="relay" | ||
args="/head_camera/depth_registered/quater/throttled/points /head_camera/depth_registered/quater/points" /> | ||
|
||
<!-- latched topic republisher --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@knorth55
Why do you republish latched topics?
Without this script, I can rostopic echo latched topic.
For example,
# terminal 1
roscore
# terminal 2
rosbag play 20200619100612_go_to_kitchen_rosbag.bag
# terminal 3
rostopic echo /map --noarr
header:
seq: 0
stamp:
secs: 1592506865
nsecs: 636232232
frame_id: "map"
info:
map_load_time:
secs: 1592506865
nsecs: 636231939
resolution: 0.0500000007451
width: 1200
height: 1200
origin:
position:
x: -13.0
y: -48.5
z: 0.0
orientation:
x: 0.0
y: 0.0
z: 0.0
w: 1.0
data: "<array type: int8, length: 1440000>"
---
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sktometometo can you give us the situation which you need this node?
e674a8a
to
80dda9c
Compare
originally from @sktometometo
modified by @knorth55
I add
rosbag_play.launch
androsbag_record.launch
for fetch.in that point, we add
latched_topic_publisher.py
node for/tf_static
and/map
topics.