Add zmq port to settings, slam view to slam controller page.
This commit is contained in:
@@ -6,6 +6,15 @@
|
||||
android:layout_height="match_parent"
|
||||
tools:context=".SLAM.SlamController">
|
||||
|
||||
<com.example.carcontroller.SLAM.SlamView
|
||||
android:id="@+id/slamView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<SeekBar
|
||||
android:id="@+id/steeringBar"
|
||||
android:layout_width="200dp"
|
||||
|
||||
Reference in New Issue
Block a user