wip-behaviors #3

Merged
Pimpest merged 86 commits from wip-behaviors into main 2026-05-28 06:21:26 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit e3ea359508 - Show all commits

View File

@@ -34,4 +34,4 @@ services:
- /sys/:/sys/ - /sys/:/sys/
- /run/udev/:/run/udev/ - /run/udev/:/run/udev/
entrypoint: ["bash", "-c", "ros2 launch toid_navigation main.py use_lidar:=False use_mock:=False"] entrypoint: ["bash", "-c", "source install/setup.bash && ros2 launch toid_navigation main.py use_lidar:=False use_mock:=False"]

View File

@@ -73,11 +73,11 @@ class InteracitionNode(Node):
zidovi = Zidovi(self.st_motor_device_name) zidovi = Zidovi(self.st_motor_device_name)
zidovi.zidovi(1, 1500, 600, 210, 130, 130) zidovi.zidovi(1, 1500, 600, 210, 120, 120)
okreni_niz(request.text) okreni_niz(request.text)
zidovi.zidovi(0, 1500, 420, 30, 130, 130) zidovi.zidovi(0, 1500, 420, 50, 120, 120)
self.step = 2 self.step = 2
return response return response
@@ -89,7 +89,7 @@ class InteracitionNode(Node):
zidovi = Zidovi(self.st_motor_device_name) zidovi = Zidovi(self.st_motor_device_name)
zupcanik.zupcanik(1, 1015, 25) zupcanik.zupcanik(1, 1015, 25)
zidovi.zidovi(0, 1500, 180, 180, 130, 130) zidovi.zidovi(0, 1500, 180, 160, 120, 120)
okreni(5) okreni(5)
self.step = 0 self.step = 0
return response return response