Skip to content

ROS packages and config files for University of Almeria autonomous eCAR

Notifications You must be signed in to change notification settings

ual-arm-ros-pkg/ual-ecar-ros-pkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9d9fee3 · Nov 5, 2022
Oct 31, 2019
Dec 6, 2017
May 4, 2018
Apr 1, 2019
May 7, 2019
Oct 31, 2019
Jul 10, 2020
Mar 12, 2019
Nov 5, 2022
Jul 10, 2020
Feb 22, 2018
Oct 31, 2019
Dec 19, 2017
Mar 14, 2017
Jul 9, 2020

Repository files navigation

Build Status

ual-ecar-ros-pkg

ROS packages and config files for University of Almeria autonomous electric car (UAL eCar). Documentation for electrical connections, etc. are kept in a separate repo.

See docs for each individual node:

Installation

  • Install ROS
  • Create a catkin workspace and clone this package:
mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
catkin_init_workspace
git clone https://github.com/ual-arm-ros-pkg/ual-ecar-ros-pkg.git
  • Install dependencies:
sudo apt-get install -y ros-${ROS_DISTRO}-hardware-interface \
  ros-${ROS_DISTRO}-transmission-interface  ros-${ROS_DISTRO}-controller-manager \
  ros-${ROS_DISTRO}-diagnostic-updater xutils-dev
sudo apt-get install ros-kinetic-ackermann-msgs
  • Build:
cd ~/catkin_ws
catkin_make