Skip to content

Commit

Permalink
Merge branch 'main' into 29-servo-sg90-not-using-full-180deg-range
Browse files Browse the repository at this point in the history
  • Loading branch information
mklomp authored Oct 26, 2023
2 parents c26dc5b + b2f84e0 commit 4969038
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mirte_bringup/launch/minimal.launch
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
mcu -->
<node name="mirte_telemetrix_mirte" output="screen"
pkg="mirte_telemetrix"
type="ROS_telemetrix_aio_api.py"/>
type="ROS_telemetrix_aio_api.py"
respawn="true"/>

<!-- ROS control hardware interface for differential
drive robot. -->
Expand Down
3 changes: 3 additions & 0 deletions mirte_telemetrix/scripts/ROS_telemetrix_aio_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,9 @@ async def shutdown(loop, board):
# Stop the asyncio loop
loop.stop()
print("Telemetrix shutdown nicely")
rospy.signal_shutdown(0)
time.sleep(1)
exit(0)


if __name__ == "__main__":
Expand Down

0 comments on commit 4969038

Please sign in to comment.