BerkeleyAutomation / FogROS2

An Adaptive and Extensible Platform for Cloud and Fog Robotics Using ROS 2
https://berkeleyautomation.github.io/FogROS2
Apache License 2.0
181 stars 29 forks source link

mv: cannot move to a subdirectory of itself (does not impact function) #58

Closed mjd3 closed 2 years ago

mjd3 commented 2 years ago

Describe the bug During setup of the cloud instance, there is an error raised by mv. Likely due to this function.

To Reproduce Steps to reproduce the behavior:

  1. docker run -it --rm --net=host --cap-add=NET_ADMIN fogros2
  2. aws configure
  3. ros2 launch fogros2_examples talker.aws.launch.py

Expected behavior No errors during setup.

Screenshots

image
mjd3 commented 2 years ago

Fixed by above commit