Skip to content

Commit ef3a29a

Browse files
committed
Merge branch 's2025_teamA' into s2025_teamA_control-planning
2 parents 466d887 + 7568b2c commit ef3a29a

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
calibration_date: "2024-03-05" # Date of calibration YYYY-MM-DD
22
reference: rear_axle_center # rear axle center
33
rear_axle_height: 0.33 # height of rear axle center above flat ground
4-
gnss_location: [1.10,0.1.62] # meters, taken from https://github.com/hangcui1201/POLARIS_GEM_e2_Real/blob/main/vehicle_drivers/gem_gnss_control/scripts/gem_gnss_tracker_stanley_rtk.py. Note conflict with pure pursuit location?
4+
gnss_location: [1.10,0,1.62] # meters, taken from https://github.com/hangcui1201/POLARIS_GEM_e2_Real/blob/main/vehicle_drivers/gem_gnss_control/scripts/gem_gnss_tracker_stanley_rtk.py. Note conflict with pure pursuit location?
55
gnss_yaw: 0.0 # radians
66
top_lidar: !include "gem_e4_ouster.yaml"
77
front_camera: !include "gem_e4_oak.yaml"

GEMstack/scripts/__init__.py

Whitespace-only changes.

setup/setup_this_machine.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ git clone https://github.com/astuff/pacmod2.git
5050
git clone https://github.com/astuff/astuff_sensor_msgs.git && rm -rf astuff_sensor_msgs/ibeo_msgs
5151
git clone https://github.com/ros-perception/radar_msgs.git && cd radar_msgs; git checkout noetic; cd ..
5252

53+
# Remove the ibeo_msgs folder so it is not included
54+
rm -rf astuff_sensor_msgs/ibeo_msgs
55+
5356
cd .. #back to catkin_ws
5457
rosdep update
5558
rosdep install --from-paths src --ignore-src -r -y

0 commit comments

Comments
 (0)