Skip to content

Commit b111cdc

Browse files
authored
Merge pull request #8 from KumarRobotics/kash-jazzy-changes
Issues regarding capital letters from yaml, small fix to readme
2 parents 660e712 + 3af2cf3 commit b111cdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can build this as a ros2 package with colcon: `colcon build --packages-selec
88
Glider can be built as a ros packages in your ros workspace with `catkin build`.
99
Run glider with:
1010
```
11-
ros2 launch glider glider-node.launch
11+
ros2 launch glider glider-node.launch.py
1212
```
1313

1414
Everything will be rotated into the ENU frame, includeing the IMU orientation and the Odometry pose. Since GPS is the main prior, we publish state estimates in the ENU frame with UTM coordinates as an `Odometry` ros message or a `NavSatFix` message. This can be configured in `config/ros_params.yaml` with the `publish_nav_sat_fix` parameter.

glider/config/vectornav-vn100t.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ imu_frame: "enu"
1616
scale_odom: true
1717
correct_imu: true
1818
gps_to_imu:
19-
X: 0.0
19+
x: 0.0
2020
y: 0.0
2121
z: 0.0

0 commit comments

Comments
 (0)