Skip to content

Commit

Permalink
Updated rviz config
Browse files Browse the repository at this point in the history
  • Loading branch information
adi3 committed Mar 11, 2021
1 parent 1468ce0 commit 6cb313d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion nodes/pid_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def laser_scan_callback(self, msg):
cte_pub = rospy.Publisher('/cte', Float32, queue_size=1000)

cte = self.pid.desired_distance - min(msg.ranges)

cte_pub.publish(cte)

# This is where the magic happens!
Expand Down
6 changes: 3 additions & 3 deletions rviz/husky_pid.rviz
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Visualization Manager:
Y: 0
Z: 0
Plane: XY
Plane Cell Count: 50
Plane Cell Count: 100
Reference Frame: <Fixed Frame>
Value: true
- Alpha: 1
Expand Down Expand Up @@ -207,7 +207,7 @@ Visualization Manager:
Views:
Current:
Class: rviz/Orbit
Distance: 20.58942413330078
Distance: 8.26428
Enable Stereo Rendering:
Stereo Eye Separation: 0.05999999865889549
Stereo Focal Distance: 1
Expand All @@ -216,7 +216,7 @@ Visualization Manager:
Focal Point:
X: 0.7165365815162659
Y: -0.5501336455345154
Z: 0.20819270610809326
Z: 0.340473
Focal Shape Fixed Size: true
Focal Shape Size: 0.05000000074505806
Invert Z Axis: false
Expand Down

0 comments on commit 6cb313d

Please sign in to comment.