You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For configuring the ADMA ROS Driver the according parameters in the `adma_ros_driver/launch/ADMA_pub_Ethernet_new.launch` file have to be modified.
35
+
For configuring the ADMA ROS Driver the according parameters in the `adma_ros_driver/launch/ADMA_pub.launch` file have to be modified.
36
36
37
37
| Parameter | Possible Values | Description|
38
38
|---|---|---|
39
39
| destination_ip | Any IP as string | IP adress of your ADMA |
40
40
| destination_port | any valid integer value | Destination Port of your ADMA |
41
41
| use_performance_check | True/False | True if you want to log informations about the performance |
42
42
| frame_id_X | any string name | ROS frame_id of the X topic |
43
-
| protocol_version | "v3.3.3" / "v3.3.4" | the ADMAnet protocol version of your ADMA |
43
+
| protocol_version | "v3.3.3" / "v3.3.4" / "v3.3.5" | the ADMAnet protocol version of your ADMA |
44
44
| mode | "default" / "record" / "replay" | defines if you want to use it live with ADMA (default), record raw data received from ADMA (record) or replay the recorded raw data by replaying a rosbag (replay) |
45
45
46
46
## Supported ADMA Protocol versions
@@ -58,6 +58,11 @@ To switch between those, the`protocol_version` parameter in the `adma_ros_driver
58
58
- additionally publishes the raw data (HEX) as separate String topic (could be recorded e.g. for post-processing)
59
59
- this also uses several standard-ROS msgs like Vector3 to represent XYZ coordinates instead of having 3 individual attributes
60
60
- POI's are now integrated as a object list and can be accessed by their index
61
+
- v3.3.5
62
+
63
+
- added INS Yaw Relative
64
+
- added COG Standarddeviation
65
+
- added Amount of Satellites Single Frequency and Multi Frequency
61
66
62
67
## ADMA Postprocessing
63
68
The driver logs per default the received raw data into a `*.gsdb` file. This logfile can be used afterwards for the ADMA PP tool.
@@ -87,7 +92,7 @@ This will add the additional topic and also start the recording of the rosbag. I
87
92
For replaying the raw data the following parameters have to be configured:
88
93
1. switch the `mode` parameter to `replay`
89
94
2. modify the `rosbag_file` in the `.launch`-file to ensure it contains the correct path to your recorded rosbag (this time INCLUDING the file name, so e.g. `/home/$USER/records/my_new_record.bag`)
90
-
3. start again with `roslaunch adma_ros_driver ADMA_pub_Ethernet_new.launch`.
95
+
3. start again with `roslaunch adma_ros_driver ADMA_pub_Ethernet.launch`.
91
96
92
97
## Remapping topics
93
98
If you want to modify the topics for some reason (e.g. make it compatible to your own ros nodes), you can modify the `<remap>...` entries of the `launch`-file. Here you just have to change the value of the `to=".."` attribute to let the driver publish to the desired topic.
0 commit comments