Skip to content

Commit

Permalink
Updates formats in the TCP.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Facundo Garcia committed May 2, 2024
1 parent 84d7f3e commit d943b01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fixposition_driver_ros1/launch/tcp.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
fp_output:
formats: ["ODOMETRY", "LLH", "RAWIMU", "CORRIMU", "GPGGA", "GPZDA", "GPRMC", "TF"]
formats: ["ODOMETRY", "ODOMSH", "LLH", "RAWIMU", "CORRIMU", "GPGGA", "GPZDA", "GPRMC", "TF"]
type: tcp
port: "21000"
ip: "172.22.1.46" # change to VRTK2's IP address in the network
ip: "10.0.2.1" # change to VRTK2's IP address in the network
rate: 200
reconnect_delay: 5.0 # wait time in [s] until retry connection

Expand Down
2 changes: 1 addition & 1 deletion fixposition_driver_ros2/launch/tcp.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
fixposition_driver_ros2:
ros__parameters:
fp_output:
formats: ["ODOMETRY", "LLH", "RAWIMU", "CORRIMU", "GPGGA", "GPZDA", "GPRMC", "TF"]
formats: ["ODOMETRY", "ODOMSH", "LLH", "RAWIMU", "CORRIMU", "GPGGA", "GPZDA", "GPRMC", "TF"]
type: "tcp"
port: "21000"
ip: "10.0.2.1" # change to VRTK2's IP address in the network
Expand Down

0 comments on commit d943b01

Please sign in to comment.