Skip to content

Commit

Permalink
Updated PTX odom topic to odometry
Browse files Browse the repository at this point in the history
  • Loading branch information
jseawall committed Apr 22, 2024
1 parent 753eadd commit 0a9f60a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pantilt_ptx_navpose_config_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
# USER SETTINGS - Edit as Necessary
#########################################

CONNECT_PTX_HEADING = True # Set to True to configure Heading to PTX Heading output
SYNC_NEPI_CLOCK = False
#########################################
# ROS NAMESPACE SETUP
Expand All @@ -38,11 +37,8 @@

# NavPose Source Topics
NEPI_NAVPOSE_SOURCE_GPS_TOPIC = "" # Enter "" to Ignore
NEPI_NAVPOSE_SOURCE_ODOM_TOPIC = NEPI_PTX_NAMESPACE + "odom"
if CONNECT_PTX_HEADING:
NEPI_NAVPOSE_SOURCE_HEADING_TOPIC = NEPI_PTX_NAMESPACE + "heading"
else:
NEPI_NAVPOSE_SOURCE_HEADING_TOPIC = "" # Enter "" to Ignore
NEPI_NAVPOSE_SOURCE_ODOM_TOPIC = NEPI_PTX_NAMESPACE + "odometry"
NEPI_NAVPOSE_SOURCE_HEADING_TOPIC = "" # Enter "" to Ignore

#########################################
# Node Class
Expand Down

0 comments on commit 0a9f60a

Please sign in to comment.