mirror of
https://github.com/bjoernellens1/cps_rmp220_support.git
synced 2025-01-19 08:06:59 +00:00
update
This commit is contained in:
parent
b570ed9646
commit
5963c79e20
@ -10,7 +10,7 @@ import math
|
|||||||
# Variables for odometry calculations
|
# Variables for odometry calculations
|
||||||
x, y, th = 0.0, 0.0, 0.0
|
x, y, th = 0.0, 0.0, 0.0
|
||||||
vx, vy, vth = 0.0, 0.0, 0.0
|
vx, vy, vth = 0.0, 0.0, 0.0
|
||||||
last_time = rospy.Time.now()
|
last_time = None
|
||||||
|
|
||||||
# Publisher for odometry
|
# Publisher for odometry
|
||||||
odom_pub = None
|
odom_pub = None
|
||||||
|
Loading…
Reference in New Issue
Block a user