Skip to content

Commit

Permalink
Changed map origin
Browse files Browse the repository at this point in the history
  • Loading branch information
Andeshog committed Aug 3, 2024
1 parent f866021 commit 7d2d571
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vortex_sim_interface/src/vortex_sim_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class VortexSimInterface : public rclcpp::Node

pcl_pub_ = this->create_publisher<sensor_msgs::msg::PointCloud2>("/ouster/points", qos_sensor_data);

map_origin_lat_ = -33.722526870713736;
map_origin_lon_ = 150.67413849891247;
map_origin_lat_ = -33.72242824301795;
map_origin_lon_ = 150.6740063854522;

gps_sub_ = this->create_subscription<sensor_msgs::msg::NavSatFix>(
"/wamv/sensors/gps/gps/fix", qos_sensor_data,
Expand Down

0 comments on commit 7d2d571

Please sign in to comment.