Skip to content

create a bag file from gazebo simulation #16

Description

@BurgyWu

Hello, I am trying to use " $rostopic echo <path/to/my/robot/camera> | rostopic pub <my_robot>/camera/image sensor_msgs/CompressedImage &
$rostopic echo <path/to/my/robot/odom> | rostopic pub <my_robot>/odom nav_msgs/Odometry & $rosbag record -O <my_robot>.bag <my_robot>/camera/image <my_robot>/odom " to create a bag file. For the image msgs it works well. But with odom, it only works when just type rostopic echo <path/to/my/robot/odom> | rostopic pub <my_robot>/odom nav_msgs/Odometry,
image.
When I trying to record the odom information, It has an error like
image.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions