Updating NXP Gazebo
Guide
$ chmod a+x update_nxp_gazebo.sh#!/bin/bash
cd ~/ros2ws/nxp_gazebo/ && git pull
cd ~/ros2ws/nxp_gazebo/ && git pull
cd ~/ros2ws/gazebo_apriltag/ && git pull
cd ~/ros2ws/src/aim_line_follow_c/ && git pull
cd ~/ros2ws/src/nxp_cup_interfaces/ && git pull
cd ~/ros2ws/src/nxp_cup_vision/ && git pull
cd ~/ros2ws/src/sim_gazebo_bringup && git pullLast updated
Was this helpful?