ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to record NovAtel Raw Observation data in binary for post-processing

asked 2017-11-06 11:18:33 -0500

damascus_west gravatar image

New here, is there a way to record raw binary data to a bagfile without using a ROS standard message? I would like to post-process using RTKLIB.

Thank you

edit retag flag offensive close merge delete

Comments

Are you using any ROS drivers for interfacing with the receiver? If so, please mention those, as there are a nr of different components, which probably all do things slightly differently.

gvdhoorn gravatar image gvdhoorn  ( 2017-11-07 03:42:39 -0500 )edit

I am using a ROS driver. Here is the link: https://github.com/GAVLab/novatel .

damascus_west gravatar image damascus_west  ( 2017-11-07 12:14:32 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-11-07 01:28:33 -0500

gvdhoorn gravatar image

updated 2017-11-07 12:31:09 -0500

It doesn't have to be a standard message, but rosbag works with messages, so anything in there will have to be some message type.


Edit:

I am using a ROS driver. Here is the link: https://github.com/GAVLab/novatel .

That driver seems to only publish NavSatFix and Odometry messages.

You could perhaps take a look at novatel_span_driver. Provided it is compatible with your hardware, that would seem to publish a lot of low-level data: see the novatel_msgs docs.

edit flag offensive delete link more

Comments

Thank you, I think I have a solution.

damascus_west gravatar image damascus_west  ( 2017-11-07 12:36:41 -0500 )edit
1

Would be nice if you could tell us what solution you've come up with. That would benefit future visitors of this board.

gvdhoorn gravatar image gvdhoorn  ( 2017-11-07 12:45:50 -0500 )edit

Certainly, I will see if I can make this work.

damascus_west gravatar image damascus_west  ( 2017-11-07 13:30:03 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2017-11-06 11:18:33 -0500

Seen: 366 times

Last updated: Nov 07 '17