Skip to content

Commit

Permalink
chore: rename node
Browse files Browse the repository at this point in the history
  • Loading branch information
manuandru committed Jan 26, 2024
1 parent c2e9e3c commit bdc3b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model-gym-ros-env/car_node/car_node/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class PPOModelEvaluator(Node):

def __init__(self):
super().__init__('wall_follow_node')
super().__init__('car_node')

#Topics & Subs, Pubs
lidarscan_topic = '/scan'
Expand Down

0 comments on commit bdc3b9c

Please sign in to comment.