Skip to content

Commit

Permalink
Merge pull request #35 from AutomecUA/dev
Browse files Browse the repository at this point in the history
Bug fixes
  • Loading branch information
manuelgitgomes authored Aug 26, 2021
2 parents d404767 + 6eccf19 commit 1d9cf86
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file added images/Button1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/VIzButton.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion physical_bringup/launch/traxxas_drive_write.launch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<arg name="vel_cmd_topic" default="/android_input_vel"/>

<arg name="camera_topic" default="/real_camera"/>
<arg name="int_camera_id" default="0"/>
<arg name="int_camera_id" default="2"/>

<include file="$(find physical_bringup)/launch/modules/rosserial.launch" />

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
controller_manager_msgs==0.19.4
roslib==1.15.7
sensor_msgs==1.13.1
tensorflow==2.4.1
tensorflow==2.6.0
cv_bridge==1.15.0
rospy==1.15.11
pandas==0.25.3
Expand Down
2 changes: 1 addition & 1 deletion simulation_bringup/launch/traxxas_free_drive.launch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<launch>
<arg name="urdf" default="robot02"/>
<arg name="urdf" default="robot04"/>
<arg name="world" default="arena1"/>
<arg name="vel" default="0.5"/>

Expand Down

0 comments on commit 1d9cf86

Please sign in to comment.