-
Notifications
You must be signed in to change notification settings - Fork 59
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
create a bag file from gazebo simulation #16
Comments
By the way, my Ubuntu version is 18.04 with gazebo 9 |
I missed this issue sorry - but it doesn't look like a RatSLAM issue. If you're still trying to do this, try using topic_tools / relay instead of the rostopic echo | rostopic pub. |
Thanks, I have figured out.
… On Sep 21, 2019, at 12:23, scott-- ***@***.***> wrote:
I missed this issue sorry - but it doesn't look like a RatSLAM issue. If you're still trying to do this, try using topic_tools / relay instead of the rostopic echo | rostopic pub.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
i have made a bag file using command rosbag record node --/contoller of gazebo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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,
.
When I trying to record the odom information, It has an error like
.
The text was updated successfully, but these errors were encountered: