Skip to content

Commit

Permalink
added script to update microros
Browse files Browse the repository at this point in the history
  • Loading branch information
grassjelly committed Jun 4, 2022
1 parent 2ba45d7 commit 7c8bebe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions update_microros.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env bash

set -e

cd ../uros/micro-ROS-Agent/
git pull
cd ../../../
. install/setup.bash
ros2 run micro_ros_setup create_agent_ws.sh
ros2 run micro_ros_setup build_agent.sh
. install/setup.bash

0 comments on commit 7c8bebe

Please sign in to comment.