Skip to content
Snippets Groups Projects
Commit ed8764b4 authored by Tommy Persson's avatar Tommy Persson
Browse files

Rover version 4.2.3 -> 4.3

parent 75bf5e4f
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ARG USER_UID=1000 ...@@ -10,7 +10,7 @@ ARG USER_UID=1000
ARG USER_GID=1000 ARG USER_GID=1000
RUN groupadd ${USER_NAME} --gid ${USER_GID} && useradd -l -m ${USER_NAME} -u ${USER_UID} -g ${USER_GID} -s /bin/bash RUN groupadd ${USER_NAME} --gid ${USER_GID} && useradd -l -m ${USER_NAME} -u ${USER_UID} -g ${USER_GID} -s /bin/bash
ARG COPTER_TAG=Rover-4.2.3 ARG COPTER_TAG=Rover-4.3
# install git # install git
RUN apt-get update && apt-get install -y git; git config --global url."https://github.com/".insteadOf git://github.com/ RUN apt-get update && apt-get install -y git; git config --global url."https://github.com/".insteadOf git://github.com/
......
...@@ -133,8 +133,7 @@ class ArduPilotConnect(Node): ...@@ -133,8 +133,7 @@ class ArduPilotConnect(Node):
except Exception as exc: except Exception as exc:
print("EXCEPTION sensor_level:", type(exc)) self.get_logger().error(f'EXCEPTION sensor_level: {type(exc)} - {exc}')
print(exc)
def timer_callback(self): def timer_callback(self):
self.sensor_level() self.sensor_level()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment