Skip to content

Commit d6d4fb4

Browse files
Update README.md
1 parent d8a97c1 commit d6d4fb4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ catkin_make
2828
3. Source workspace and launch
2929
```bash
3030
source ~/ros1_ws/devel/setup.bash
31-
roslaunch adma_ros_driver ADMA_pub_Ethernet_new.launch
31+
roslaunch adma_ros_driver ADMA_pub_Ethernet.launch
3232
```
3333

3434
## Parameter configuration
35-
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.
3636

3737
| Parameter | Possible Values | Description|
3838
|---|---|---|
3939
| destination_ip | Any IP as string | IP adress of your ADMA |
4040
| destination_port | any valid integer value | Destination Port of your ADMA |
4141
| use_performance_check | True/False | True if you want to log informations about the performance |
4242
| 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 |
4444
| 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) |
4545

4646
## Supported ADMA Protocol versions
@@ -58,6 +58,11 @@ To switch between those, the`protocol_version` parameter in the `adma_ros_driver
5858
- additionally publishes the raw data (HEX) as separate String topic (could be recorded e.g. for post-processing)
5959
- this also uses several standard-ROS msgs like Vector3 to represent XYZ coordinates instead of having 3 individual attributes
6060
- 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
6166

6267
## ADMA Postprocessing
6368
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
8792
For replaying the raw data the following parameters have to be configured:
8893
1. switch the `mode` parameter to `replay`
8994
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`.
9196

9297
## Remapping topics
9398
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

Comments
 (0)