Skip to content

Commit

Permalink
fix: sets off-cam topic member correctly on init
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidPL1 committed Nov 28, 2024
1 parent 6f01c4e commit d05fd0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mujoco_ros/src/offscreen_camera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ OffscreenCamera::OffscreenCamera(const uint8_t cam_id, const std::string &base_t
mujoco_ros::MujocoEnv *env_ptr)
: cam_id_(cam_id)
, cam_name_(cam_name)
, topic_(base_topic)
, width_(width)
, height_(height)
, stream_type_(stream_type)
Expand Down

0 comments on commit d05fd0f

Please sign in to comment.