Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steup/Ros-Test-Example
A ROS Workspace containing an example car simulation to show GTest and Rostest
https://github.com/steup/Ros-Test-Example
Last synced: 2 months ago
JSON representation
A ROS Workspace containing an example car simulation to show GTest and Rostest
- Host: GitHub
- URL: https://github.com/steup/Ros-Test-Example
- Owner: steup
- License: mit
- Created: 2015-10-19T00:44:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T15:20:25.000Z (over 4 years ago)
- Last Synced: 2024-08-03T02:02:45.727Z (5 months ago)
- Language: C++
- Size: 438 KB
- Stars: 56
- Watchers: 2
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ros-tools - Ros-Test-Example - a ROS Workspace containing an example car simulation to show GTest and Rostest. ![Ros-Test-Example](https://img.shields.io/github/stars/steup/Ros-Test-Example.svg?style=flat&label=Star&maxAge=86400) (Code Testing / Extracting data)
README
# Ros-Test-Example
A ROS Workspace containing an example car simulation to show GTest and RostestContains full workspace
Dependancies:
- roscpp
- roscore
- rviz
- nav_msgs
- std_msgs
- roslaunch
- rostest
- gtestHow-to-build:
catkin_makeHow-to-run:
- source devel/setup.bash
- Simulation: roslaunch cars run.launch
- also launches an example car called BEG_IN_001
- Car : roslaunch cars car.launch numberPlate:=
- no two cars may have the same identifierHow-to-test:
- Full integration test:
- rostest cars simHz.test
- rostest cars carHz.test
- Unit tests:
- start roscore
- catkin_make run_tests