Skip to content

Contribution code for RoboCar 1/10 not supported by ZMP

License

Notifications You must be signed in to change notification settings

zmp/robocar110_contrib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoboCar 1/10 Contributions

This repo is a sandbox for RoboCar 1/10 code. Please, fork it and make a pull request to share your ideas. Later they can be added to the main repo which is robocar110_ros.

Bugfixes and obvious improvements can be submitted directly to the main repo.

Getting the Code

The repos can be stored in one workspace, so catkin could find dependencies like rc110_msgs.

mkdir -p ~/ros/src
cd ~/ros/src
git clone git@github.com:zmp/robocar110_ros.git
git clone git@github.com:zmp/robocar110_contrib.git

Template

You can find a template node in rc110_core/rc110_template. It can be copied to other directory to develop a new node quickly.

Build

At first, please, make sure you can build Core Nodes or Simulation.

Then, try to build the template node or similarly your own node.

cd ~/ros/src/robocar110_contrib
rosdep install -iry --from-paths rc110_core/rc110_template
catkin build rc110_template -DCATKIN_ENABLE_TESTING=OFF

Run

source $(catkin locate --devel)/setup.bash

rosrun rc110_template rc110_template
# or
roslaunch rc110_template main.launch

Contribution Guidelines

Please, check CONTRIBUTING.md.

About

Contribution code for RoboCar 1/10 not supported by ZMP

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published