Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions fetch_binary_drivers/Makefile.tarball
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
all: binary_driver

# TODO: There are some more things to automate.
DRIVER_VERSION = 0.8.8
TARBALL = build/fetch-drivers-0.8.8.tar.gz
TARBALL_URL = http://packages.fetchrobotics.com/binaries/fetch-drivers-0.8.8.tar.gz
DRIVER_VERSION = 0.8.9
TARBALL = build/fetch-drivers-2018-8.tar.gz
TARBALL_URL = http://packages.fetchrobotics.com/binaries/fetch-drivers-2018-8.tar.gz
SOURCE_DIR = build/output
MD5SUM_FILE = fetch-drivers-0.8.8.tar.gz.md5sum
MD5SUM_FILE = fetch-drivers-2018-8.tar.gz.md5sum
UNPACK_CMD = tar zxvf
include $(shell rospack find mk)/download_unpack_build.mk

Expand Down
1 change: 0 additions & 1 deletion fetch_binary_drivers/fetch-drivers-0.8.8.tar.gz.md5sum

This file was deleted.

1 change: 1 addition & 0 deletions fetch_binary_drivers/fetch-drivers-2018-8.tar.gz.md5sum
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e48e5a1a0623b76a336540e51cdd9296 /tmp/fetch-drivers-2018-8.tar.gz
2 changes: 1 addition & 1 deletion fetch_bringup/launch/fetch.launch
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<rosparam file="$(find fetch_bringup)/config/default_controllers.yaml" command="load" />

<!-- Joint State -> TF -->
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />

<!-- Head Camera -->
<include file="$(find fetch_bringup)/launch/include/head_camera.launch.xml" >
Expand Down
2 changes: 1 addition & 1 deletion freight_bringup/launch/freight.launch
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<rosparam file="$(find freight_bringup)/config/default_controllers.yaml" command="load" />

<!-- Joint State -> TF -->
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />

<!-- Laser -->
<include file="$(find freight_bringup)/launch/include/laser.launch.xml" />
Expand Down