Skip to content
Snippets Groups Projects
Commit f4ba7fe6 authored by Daniel Christoph's avatar Daniel Christoph
Browse files

Replace location_monitor_node.py

parent 37e15b5a
No related merge requests found
......@@ -300,6 +300,12 @@ def callback(msg):
cordlist.append(botx + BotSides * math.cos(math.radians(yawBot-BotSideRad)))
cordlist.append(boty + BotSides * math.sin(math.radians(yawBot-BotSideRad)))
# weitere Kollisionspunkte hinzufuegen falls noetig mittels:
# cordlist.append(botx + (Laenge) * math.cos(math.radians(yawBot(+-)(Radius auf vom Zentrum aus))))
# cordlist.append(boty + (Laenge) * math.sin(math.radians(yawBot(+-)(Radius auf vom Zentrum aus))))
detect.show_gazebo_models(cordlist)
gc.collect()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment