Skip to content

Commit

Permalink
feat: robot loc in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiranda-queiros committed Sep 5, 2024
1 parent 3f2ab85 commit def2739
Show file tree
Hide file tree
Showing 20 changed files with 2,811 additions and 35,971 deletions.
2 changes: 1 addition & 1 deletion custom_msg
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def timer_callback(self):

odom_msg = Odometry()
odom_msg.header.stamp = self.get_clock().now().to_msg()
odom_msg.header.frame_id = 'map'
# odom_msg.pose.pose.position = Point(self.x_estimate, self.y_estimate, 0.0)
odom_msg.pose.pose.position = Point(x=self.count, y=self.count, z=0.0)
odom_msg.pose.pose.orientation = Quaternion(x=0.0, y=0.0, z=0.0, w=1.0)
Expand Down
2 changes: 1 addition & 1 deletion localization/lidar/LIO-SAM
Loading

0 comments on commit def2739

Please sign in to comment.