[ros-users] gscam frame_id

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
+ gscam_frame_id.patch (application/octet-stream)
Delete this message
Reply to this message
Author: Tucker Hermans
Date:  
To: ros-users
Subject: [ros-users] gscam frame_id
Hi All,

I've been using gscam for a while and it's worked fine until now, when I
wanted a way to specify the frame of the camera. I've attached a patch that
has the optical frame of the camera as a parameter for the node.
Additionally I set a time stamp for the camera_publisher.

Additionally, I've been wondering for a while why the GSCAM_CONFIG string is
set using an environment variable and not a ros parameter, since the
environment variable is simply read from the environment variable by the
gscam node.

-Tucker